| Package | Description |
|---|---|
| org.graylog2.shared.system.stats.process |
| Modifier and Type | Method and Description |
|---|---|
abstract ProcessStats.Cpu |
ProcessStats.cpu() |
static ProcessStats.Cpu |
ProcessStats.Cpu.create(short percent,
long sys,
long user,
long total) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessStats |
ProcessStats.create(long pid,
long openFileDescriptors,
long maxFileDescriptors,
ProcessStats.Cpu cpu,
ProcessStats.Memory memory) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.