Package | Description |
---|---|
com.bigdata.counters |
Package supports declaration, collection, and interchange of performance counters
for both hosts and processes on supported platforms.
|
com.bigdata.counters.linux |
Package provides performance counter collection on Linux platforms using the
sysstat suite.
|
com.bigdata.counters.osx |
Package provides performance counter collection on OSX.
|
com.bigdata.util.concurrent |
Utility classes related to java.util.concurrent.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IHostCounters
Additional counters that hosts can report.
|
interface |
IProcessCounters
Counters defined on a per-process basis.
|
interface |
IRequiredHostCounters
The set of core (required) counters that must be reported for all
platforms.
|
interface |
IServiceCounters
Various counter names, paths, in common use by some services.
|
Modifier and Type | Class and Description |
---|---|
class |
PIDStatCollector
Collects statistics on the JVM process relating to CPU, memory, and IO
statistics (when available) using
pidstat -p 501 -u -I -r -d -w
[[interval [count]] |
class |
SarCpuUtilizationCollector
Collects statistics on the CPU utilization for the entire host using
sar -u . |
class |
VMStatCollector
Collects some counters using
vmstat . |
Modifier and Type | Class and Description |
---|---|
class |
IOStatCollector
Collects some counters using
iostat under OSX. |
Modifier and Type | Interface and Description |
---|---|
interface |
IQueueCounters
Interface defines and documents the names and meanings of counters pertaining
to blocking queues (of tasks) and services executing tasks and includes
counters pertaining to the service executing
ITx.UNISOLATED tasks -
the WriteExecutorService . |
static interface |
IQueueCounters.IThreadPoolExecutorCounters
Additional counters available for any
ThreadPoolExecutor . |
static interface |
IQueueCounters.IThreadPoolExecutorTaskCounters
Additional counters available for any
ThreadPoolExecutor which is
processing AbstractTask s. |
static interface |
IQueueCounters.IWriteServiceExecutorCounters
Additional counters available for the
WriteServiceExecutor . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.