|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRequiredHostCounters
The set of core (required) counters that must be reported for all
platforms. The items declared on this interface are relative path names
for ICounterSets and ICounters. The root for the path
is generally the fully qualified domain name of a host (as reported by
InetAddress.getCanonicalHostName(), a federation, or a service.
Note: it is good practice to keep these three namespaces distinct so that you can aggregate counters readily without these different contexts.
| Field Summary | |
|---|---|
static String |
CPU_PercentProcessorTime
Percentage of the time the processor is not idle. |
static String |
Info_Architecture
System architecture as reported by System.getProperty(String)
for the os.arch property. |
static String |
Info_OperatingSystemName
The name of the operating system running on the platform as reported by System.getProperty(String) for the os.name
property. |
static String |
Info_OperatingSystemVersion
The version of the operating system running on the platform as reported by System.getProperty(String) for the
os.version property. |
static String |
LogicalDisk_PercentFreeSpace
Percentage of the disk space that is free (unused) [0.0:1.0]. |
static String |
Memory_majorFaultsPerSecond
Faults which required loading a page from disk. |
static String |
PhysicalDisk_BytesReadPerSec
Disk bytes read per second for the host (vmstat). |
static String |
PhysicalDisk_BytesWrittenPerSec
Disk bytes written per second for the host (vmstat). |
| Fields inherited from interface com.bigdata.counters.ICounterHierarchy |
|---|
CPU, Info, LogicalDisk, Memory, Memory_GarbageCollectors, PhysicalDisk, ps |
| Field Detail |
|---|
static final String Info_OperatingSystemName
System.getProperty(String) for the os.name
property.
static final String Info_OperatingSystemVersion
System.getProperty(String) for the
os.version property.
static final String Info_Architecture
System.getProperty(String)
for the os.arch property.
static final String CPU_PercentProcessorTime
static final String Memory_majorFaultsPerSecond
static final String LogicalDisk_PercentFreeSpace
It will probably require platform specific configuration to select only the appropriate devices (which would also address the above concern)., not collected under linux.
static final String PhysicalDisk_BytesReadPerSec
static final String PhysicalDisk_BytesWrittenPerSec
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||