com.bigdata.counters
Interface AbstractStatisticsCollector.Options

All Known Subinterfaces:
DataServer.Options, DataService.Options, MetadataServer.Options, MetadataService.Options
Enclosing class:
AbstractStatisticsCollector

public static interface AbstractStatisticsCollector.Options

Options for AbstractStatisticsCollector

Author:
Bryan Thompson

Field Summary
static String DEFAULT_PERFORMANCE_COUNTERS_SAMPLE_INTERVAL
           
static String PERFORMANCE_COUNTERS_SAMPLE_INTERVAL
          The interval in seconds at which the performance counters of the host platform will be sampled (default 60).
static String PROCESS_NAME
          The name of the process whose per-process performance counters are to be collected (required, no default).
 

Field Detail

PERFORMANCE_COUNTERS_SAMPLE_INTERVAL

static final String PERFORMANCE_COUNTERS_SAMPLE_INTERVAL
The interval in seconds at which the performance counters of the host platform will be sampled (default 60).


DEFAULT_PERFORMANCE_COUNTERS_SAMPLE_INTERVAL

static final String DEFAULT_PERFORMANCE_COUNTERS_SAMPLE_INTERVAL
See Also:
Constant Field Values

PROCESS_NAME

static final String PROCESS_NAME
The name of the process whose per-process performance counters are to be collected (required, no default). This causes the per-process counters to be reported using the path: /fullyQualifiedHostname/processName/...

Note: Services are generally associated with a UUID and that UUID is generally used as the service name. A single host may run many different services and will report the counters for each service using the path formed as described above.



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