| Constructor and Description |
|---|
Cpu() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
cacheSize() |
abstract int |
coresPerSocket() |
static HostInfo.Cpu |
create(String model,
String vendor,
int mhz,
int totalCores,
int totalSockets,
int coresPerSocket,
long cacheSize) |
abstract int |
mhz() |
abstract String |
model() |
abstract int |
totalCores() |
abstract int |
totalSockets() |
abstract String |
vendor() |
public static HostInfo.Cpu create(String model, String vendor, int mhz, int totalCores, int totalSockets, int coresPerSocket, long cacheSize)
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()
Copyright © 2015-2016 Graylog, Inc.. All Rights Reserved.