|
| cpuUsage | xsd:long | false | false | | The estimated number of nanoseconds of CPU use by the JVM
since the last time JVM usage statistics were gathered.
|
| daemonThreads | xsd:int | false | false | | The number of live daemon threads
|
| gcCount | xsd:long | false | false | | The number of times garbage collection ran
since the last time JVM usage statistics were gathered.
|
| gcTime | xsd:long | false | false | | The estimated number of milliseconds spent in garbage collection
since the last time JVM usage statistics were gathered.
|
| heapSize | xsd:long | false | false | | JVM memory heap size allocated, in bytes.
|
| heapUsed | xsd:long | false | false | | JVM memory heap used, in bytes
|
| liveThreads | xsd:int | false | false | | The total number of live threads
|
| managerNodeID | xsd:int | false | false | | The ID of the manager node these statistics were gathered for.
|
| nativeCPU | xsd:int | false | false | | An integer from 0 to 100 giving estimate of the percentage of the average CPU percent usage on the Deep Security Manager node, including
CPU used by processes other than the JVM.
|
| nativeMemoryUsed | xsd:long | false | false | | An estimate of the total native memory used on the Deep Security Manager node, including
memory used by processes other than the JVM, in bytes.
|
| nativeMemoryUsedPercent | xsd:int | false | false | | An integer from 0 to 100 giving estimate of the percentage of total system memory percent usage on the Deep Security Manager node.
|
| nonHeapSize | xsd:long | false | false | | JVM non-heap memory size allocated, in bytes (non-heap memory includes permgen and code cache).
|
| nonHeapUsed | xsd:long | false | false | | JVM non-heap memory used, in bytes (Non-heap memory includes permgen and code cache).
|
| peakThreads | xsd:int | false | false | | The peak number of live threads
|
| threadsStarted | xsd:long | false | false | | The cumulative number of threads started.
|
| time | xsd:datetime | false | false | | The time at which these statistics were recorded.
|
| uptime | xsd:long | false | false | | The number of milliseconds the JVM has been running.
|