Package | Description |
---|---|
org.graylog2.system.stats.mongo |
Modifier and Type | Method and Description |
---|---|
static ServerStatus.Network |
ServerStatus.Network.create(int bytesIn,
int bytesOut,
int numRequests) |
abstract ServerStatus.Network |
ServerStatus.network() |
Modifier and Type | Method and Description |
---|---|
static ServerStatus |
ServerStatus.create(String host,
String version,
String process,
long pid,
int uptime,
long uptimeMillis,
int uptimeEstimate,
org.joda.time.DateTime localTime,
ServerStatus.Connections connections,
ServerStatus.Network network,
ServerStatus.Memory memory) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.