| Package | Description |
|---|---|
| org.graylog.plugins.usagestatistics.dto |
| Modifier and Type | Method and Description |
|---|---|
static ThroughputStats |
ThroughputStats.create(ThroughputStats.Throughput input,
ThroughputStats.Throughput output,
Map<String,ThroughputStats.Throughput> perInputType) |
abstract ThroughputStats |
NodeStats.throughput() |
| Modifier and Type | Method and Description |
|---|---|
static NodeStats |
NodeStats.create(long uptime,
long inputCount,
ThroughputStats throughputStats,
BufferStats bufferStats,
JournalStats journalStats,
Histogram searchTimings,
Histogram searchRanges,
SearchStats searchStats,
SessionStats sessionStats) |
Copyright © 2015–2016 Graylog, Inc.. All rights reserved.