| Package | Description |
|---|---|
| org.graylog2.shared.system.stats.os |
| Modifier and Type | Method and Description |
|---|---|
static Memory |
Memory.create(long total,
long free,
short freePercent,
long used,
short usedPercent,
long actualFree,
long actualUsed) |
abstract Memory |
OsStats.memory() |
| Modifier and Type | Method and Description |
|---|---|
static OsStats |
OsStats.create(double[] loadAverage,
long uptime,
Processor processor,
Memory memory,
Swap swap) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.