| Package | Description |
|---|---|
| org.graylog2.shared.system.stats.fs |
| Modifier and Type | Method and Description |
|---|---|
static FsStats.Filesystem |
FsStats.Filesystem.create(String path,
long total,
long free,
long available,
long used,
short usedPercent) |
static FsStats.Filesystem |
FsStats.Filesystem.create(String path,
String mount,
String dev,
long total,
long free,
long available,
long used,
short usedPercent,
long inodesTotal,
long inodesFree,
long inodesUsed,
short inodesUsedPercent,
long diskReads,
long diskWrites,
long diskReadBytes,
long diskWriteBytes,
double diskQueue,
double diskServiceTime) |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,FsStats.Filesystem> |
FsStats.filesystems() |
| Modifier and Type | Method and Description |
|---|---|
static FsStats |
FsStats.create(Map<String,FsStats.Filesystem> filesystems) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.