Apache CloudStack 4.23.0.0 Root Admin API Reference
listManagementServersMetrics
Lists Management Server metrics
Request parameters
| Parameter Name | Description | Required |
| id | The ID of the management server | false |
| keyword | List by keyword | false |
| name | The name of the management server | false |
| page | false | |
| pagesize | false | |
| peers | Whether to return the management server peers or not. By default, the management server peers will not be returned. | false |
| system | Include system level stats | false |
| version | the version of the management server | false |
Response Tags
| Response Name | Description |
| agentcount | The number of agents this Management Server is responsible for |
| availableprocessors | The number of processors available to the JVM |
| collectiontime | The time these statistics were collected |
| cpuload | The current cpu load |
| dbislocal | The system is running against a local database |
| heapmemorytotal | The amount of memory allocated to this Management Server |
| heapmemoryused | The amount of memory used by this Management Server |
| loginfo | The log files and their usage on disk |
| sessions | The number of client sessions active on this Management Server |
| systemcycleusage | The system load for user, and system processes and the system idle cycles |
| systemloadaverages | The load averages for 1 5 and 15 minutes |
| systemmemoryfree | Free system memory |
| systemmemorytotal | Total system memory |
| systemmemoryused | Amount of memory used |
| systemmemoryvirtualsize | Virtual size of the fully loaded process |
| systemtotalcpucycles | The total system cpu capacity |
| threadsblockedcount | The number of blocked threads |
| threadsdaemoncount | The number of daemon threads |
| threadsrunnablecount | The number of runnable threads |
| threadsteminatedcount | The number of terminated threads |
| threadstotalcount | The number of threads |
| threadswaitingcount | The number of waiting threads |
| usageislocal | The system has a usage server running locally |