public static interface AbstractStatisticsCollector.Options
AbstractStatisticsCollector
Modifier and Type | Field and Description |
---|---|
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).
|
static final String PERFORMANCE_COUNTERS_SAMPLE_INTERVAL
static final String DEFAULT_PERFORMANCE_COUNTERS_SAMPLE_INTERVAL
static final String PROCESS_NAME
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–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.