public interface IProcessCounters extends ICounterHierarchy
Modifier and Type | Field and Description |
---|---|
static String |
CPU_PercentProcessorTime
Percentage of the time the processor is not idle.
|
static String |
CPU_PercentSystemTime
Percentage of the time the processor is not idle that it is executing
at the system (aka kernel) level (normalized to 100% in single CPU
and SMP environments).
|
static String |
CPU_PercentUserTime
Percentage of the time the processor is not idle that it is executing
at the user level (normalized to 100% in single CPU and SMP
environments).
|
static String |
Memory_majorFaultsPerSec
Faults which required loading a page from disk.
|
static String |
Memory_minorFaultsPerSec
Faults that did not require loading a page from disk.
|
static String |
Memory_percentMemorySize
The percentage of the phsyical memory used by the process.
|
static String |
Memory_residentSetSize
The non-swapped physical memory used by the process in bytes.
|
static String |
Memory_runtimeFreeMemory
The value reported by
Runtime.freeMemory() (the amount of
free memory in the JVM)). |
static String |
Memory_runtimeMaxMemory
The value reported by
Runtime.maxMemory() (the maximum amount
of memory that the JVM will attempt to use). |
static String |
Memory_runtimeTotalMemory
The value reported by
Runtime.totalMemory() (the amount of
total memory in the JVM, which may vary over time). |
static String |
Memory_virtualSize
The virtual memory usage of the process in bytes.
|
static String |
PhysicalDisk_BytesReadPerSec
The rate at which the process is reading data from disk in bytes per
second.
|
static String |
PhysicalDisk_BytesWrittenPerSec
The rate at which the process is writing data on the disk in bytes
per second (cached writes may be reported in this quantity).
|
CPU, Info, LogicalDisk, Memory, Memory_GarbageCollectors, Memory_Memory_Pools, PhysicalDisk, ps
static final String CPU_PercentUserTime
static final String CPU_PercentSystemTime
static final String CPU_PercentProcessorTime
static final String Memory_minorFaultsPerSec
static final String Memory_majorFaultsPerSec
static final String Memory_virtualSize
static final String Memory_residentSetSize
static final String Memory_percentMemorySize
static final String Memory_runtimeMaxMemory
Runtime.maxMemory()
(the maximum amount
of memory that the JVM will attempt to use). This should be a
OneShotInstrument
.static final String Memory_runtimeFreeMemory
Runtime.freeMemory()
(the amount of
free memory in the JVM)).static final String Memory_runtimeTotalMemory
Runtime.totalMemory()
(the amount of
total memory in the JVM, which may vary over time).static final String PhysicalDisk_BytesReadPerSec
static final String PhysicalDisk_BytesWrittenPerSec
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.