public abstract class Processor extends Object
| Constructor and Description |
|---|
Processor() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
cacheSize() |
abstract int |
coresPerSocket() |
static 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 short |
idle() |
abstract int |
mhz() |
abstract String |
model() |
abstract short |
stolen() |
abstract short |
sys() |
abstract int |
totalCores() |
abstract int |
totalSockets() |
abstract short |
user() |
abstract String |
vendor() |
public abstract String model()
public abstract String vendor()
public abstract int mhz()
public abstract int totalCores()
public abstract int totalSockets()
public abstract int coresPerSocket()
public abstract long cacheSize()
public abstract short sys()
public abstract short user()
public abstract short idle()
public abstract short stolen()
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.