| Package | Description |
|---|---|
| org.graylog2.shared.system.stats.os |
| Modifier and Type | Method and Description |
|---|---|
static Processor |
Processor.create(String model,
String vendor,
int mhz,
int totalCores,
int totalSockets,
int coresPerSocket,
long cacheSize,
short sys,
short user,
short idle,
short stolen) |
abstract Processor |
OsStats.processor() |
| 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.