Class Processor
java.lang.Object
org.graylog2.shared.system.stats.os.Processor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract longabstract intstatic Processorcreate(String model, String vendor, int mhz, int totalCores, int totalSockets, int coresPerSocket, long cacheSize, short sys, short user, short idle, short stolen) abstract shortidle()abstract intmhz()abstract Stringmodel()abstract shortstolen()abstract shortsys()abstract intabstract intabstract shortuser()abstract Stringvendor()
-
Constructor Details
-
Processor
public Processor()
-
-
Method Details
-
model
-
vendor
-
mhz
public abstract int mhz() -
totalCores
public abstract int totalCores() -
totalSockets
public abstract int totalSockets() -
coresPerSocket
public abstract int coresPerSocket() -
cacheSize
public abstract long cacheSize() -
sys
public abstract short sys() -
user
public abstract short user() -
idle
public abstract short idle() -
stolen
public abstract short stolen() -
create
-