com.bigdata.counters
Interface ICounterHierarchy

All Known Subinterfaces:
IHostCounters, IProcessCounters, IQueueCounters, IQueueCounters.IThreadPoolExecutorCounters, IQueueCounters.IThreadPoolExecutorTaskCounters, IQueueCounters.IWriteServiceExecutorCounters, IRequiredHostCounters, IServiceCounters
All Known Implementing Classes:
IOStatCollector, PIDStatCollector, SarCpuUtilizationCollector, VMStatCollector, VMStatCollector

public interface ICounterHierarchy

Various namespaces for per-host and per-process counters.

Version:
$Id: ICounterHierarchy.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Field Summary
static String CPU
          The namespace for counters dealing with processor(s) (CPU).
static String Info
          The namespace for counters describing the host platform.
static String LogicalDisk
          The namespace for counters dealing with logical aggregations of disk.
static String Memory
          The namespace for counters dealing with memory (RAM).
static String Memory_GarbageCollectors
          The namespace for counters dealing with garbage collection (GC is per-JVM and is therefore reported for each service, so this namespace is relative to the counter set for the service).
static String PhysicalDisk
          The namespace for counters dealing with physical disks.
static String ps
          The path separator string.
 

Field Detail

ps

static final String ps
The path separator string.

See Also:
ICounterSet.pathSeparator, Constant Field Values

Info

static final String Info
The namespace for counters describing the host platform. These are essentially "unchanging" counters.

See Also:
Constant Field Values

CPU

static final String CPU
The namespace for counters dealing with processor(s) (CPU).

See Also:
Constant Field Values

Memory

static final String Memory
The namespace for counters dealing with memory (RAM).

See Also:
Constant Field Values

Memory_GarbageCollectors

static final String Memory_GarbageCollectors
The namespace for counters dealing with garbage collection (GC is per-JVM and is therefore reported for each service, so this namespace is relative to the counter set for the service).

See Also:
Constant Field Values

LogicalDisk

static final String LogicalDisk
The namespace for counters dealing with logical aggregations of disk.

See Also:
Constant Field Values

PhysicalDisk

static final String PhysicalDisk
The namespace for counters dealing with physical disks.

See Also:
Constant Field Values


Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.