getStatus() Purpose This method returns information related to the current status of the server process. It includes the number of repository instances and clients that this server is serving. It also includes memory usage of this server process. The Time while server has been up represents the time that has passed since the server started, in seconds. Type Open, Synchronous, IMPACT_INFO Parameters None Returns Name Description Number of instances Number of project instances that the server is serving. Number of currently connected read-only clients Number of read-only clients currently connected to this server. Number of currently connected read-write clients Number of read-write clients currently connected to this server. Number of total connections made till now Number of connections which have been made through this server. Total number of nodes Total number of nodes in all instances connected to this server. Number of locked nodes Total number of nodes locked by instances connected to this server. Total memory of this process Total amount of memory in the Java Virtual Machine. The total amount of memory currently available for allocating objects, measured in bytes. Free memory of this process Amount of free memory in the system. An approximation to the total amount of memory currently available for future allocated objects, measured in bytes. Time while server has been up Time that has passed since the server started. Time is measured in seconds.