| Package | Description |
|---|---|
| org.graylog2.rest.resources.system | |
| org.graylog2.shared.system.stats | |
| org.graylog2.shared.system.stats.os |
| Modifier and Type | Method and Description |
|---|---|
OsStats |
StatsResource.osStats() |
| Modifier and Type | Method and Description |
|---|---|
OsStats |
StatsService.osStats() |
abstract OsStats |
SystemStats.osStats() |
| Modifier and Type | Method and Description |
|---|---|
static SystemStats |
SystemStats.create(FsStats fsStats,
JvmStats jvmStats,
NetworkStats networkStats,
OsStats osStats,
ProcessStats processStats) |
| Modifier and Type | Method and Description |
|---|---|
static OsStats |
OsStats.create(double[] loadAverage,
long uptime,
Processor processor,
Memory memory,
Swap swap) |
OsStats |
SigarOsProbe.osStats() |
OsStats |
JmxOsProbe.osStats() |
OsStats |
OsProbe.osStats() |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.