Package | Description |
---|---|
com.bigdata.ganglia |
This package provides a full implementation of the ganglia protocol, including
the ability to listen and report on metrics, metadata, and metadata requests.
|
com.bigdata.rdf.sail.webapp.lbs.policy.ganglia |
Modifier and Type | Class and Description |
---|---|
class |
HostReport
A host report.
|
Modifier and Type | Method and Description |
---|---|
IHostReport[] |
GangliaService.getHostReport()
Return a host report based on the current state (similar to
gstat -a ). |
IHostReport[] |
GangliaService.getHostReport(String[] reportOn,
Comparator<IHostReport> comparator)
Return a host report based on the current state (similar to
gstat -a ). |
IHostReport[] |
GangliaService.getHostReport(String[] hosts,
String[] reportOn,
Comparator<IHostReport> comparator)
Return a host report based on the current state (similar to
gstat -a ). |
Modifier and Type | Method and Description |
---|---|
int |
HostReportComparator.compare(IHostReport o1,
IHostReport o2) |
Modifier and Type | Method and Description |
---|---|
IHostReport[] |
GangliaService.getHostReport(String[] reportOn,
Comparator<IHostReport> comparator)
Return a host report based on the current state (similar to
gstat -a ). |
IHostReport[] |
GangliaService.getHostReport(String[] hosts,
String[] reportOn,
Comparator<IHostReport> comparator)
Return a host report based on the current state (similar to
gstat -a ). |
Constructor and Description |
---|
GangliaHostMetricWrapper(IHostReport hostReport) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.