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.ganglia | |
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.counters.win |
Package provides collection of performance counters on Windows platforms.
|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.service |
This package provides implementations of bigdata services (metadata
service, data service, transaction manager service.
|
Modifier and Type | Method and Description |
---|---|
static AbstractStatisticsCollector |
AbstractStatisticsCollector.newInstance(Properties properties)
Create an instance appropriate for the operating system on which the JVM
is running.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractStatisticsCollector |
ServiceMetricsCollector.statisticsCollector |
Constructor and Description |
---|
HostMetricsCollector(AbstractStatisticsCollector statisticsCollector) |
QueryEngineMetricsCollector(IIndexManager indexManager,
AbstractStatisticsCollector statisticsCollector) |
ServiceMetricsCollector(AbstractStatisticsCollector statisticsCollector,
Pattern filter) |
Modifier and Type | Class and Description |
---|---|
class |
StatisticsCollectorForLinux
Collection of host performance data using
vmstat and
sysstat suite. |
Modifier and Type | Class and Description |
---|---|
class |
StatisticsCollectorForOSX
Collection of host performance data using OSX native utilities (curent
vm_stat and iostat).
|
Modifier and Type | Class and Description |
---|---|
class |
StatisticsCollectorForWindows
Collects per-host performance counters on a Windows platform.
|
Modifier and Type | Method and Description |
---|---|
AbstractStatisticsCollector |
Journal.getPlatformStatisticsCollector()
Host wide performance counters (collected from the OS) (optional).
|
AbstractStatisticsCollector |
PlatformStatsPlugIn.getService() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFederation.StartDeferredTasksTask.startGangliaService(AbstractStatisticsCollector statisticsCollector)
Start embedded Ganglia peer.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.