public abstract class OsStats extends Object
| Modifier and Type | Field and Description |
|---|---|
static double[] |
EMPTY_LOAD |
| Constructor and Description |
|---|
OsStats() |
| Modifier and Type | Method and Description |
|---|---|
static OsStats |
create(double[] loadAverage,
long uptime,
Processor processor,
Memory memory,
Swap swap) |
abstract double[] |
loadAverage() |
abstract Memory |
memory() |
abstract Processor |
processor() |
abstract Swap |
swap() |
abstract long |
uptime() |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.