Parameter Name | Description | Data Type | Possible Values |
---|---|---|---|
rt_CPUUsage | Average percent usage of the CPU. | int | |
rt_MemoryUsage | Average percent usage of system memory. | int | |
rt_CPUUptime | The total duration in seconds, that the system CPU has been UP and running. | int | |
rt_FDUsage | Number of file descriptors used by the system. | int | |
rt_CPULoadAverage1m | Average number of processes over the last one minute waiting to run because CPU is busy. The returned value is an integer representing the load average multiplied by 100. | int | |
rt_CPULoadAverage5m | Average number of processes over the last five minutes waiting to run because CPU is busy. The returned value is an integer representing the load average multiplied by 100. | int | |
rt_CPULoadAverage15m | Average number of processes over the last fifteen minutes waiting to run because CPU is busy. The returned value is an integer representing the load average multiplied by 100. | int | |
rt_TmpPartUsage | Percentage of the temporary partition used. | int | |
rt_LoggingPartUsage | Percentage of the logging partition used. This is applicable only for the SBC 2000. | int |