CPUInfoOrBuilder

interfaccia pubblica CPUInfoOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

booleano astratto
contieneCacheSize (chiave String)
 Cache sizes (in bytes), e.g.
mappa astratta<String, Long>
getCacheSize ()
Utilizzare invece getCacheSizeMap() .
astratto int
getCacheSizeCount ()
 Cache sizes (in bytes), e.g.
mappa astratta<String, Long>
getCacheSizeMap ()
 Cache sizes (in bytes), e.g.
astratto lungo
getCacheSizeOrDefault (chiave String, defaultValue lungo)
 Cache sizes (in bytes), e.g.
astratto lungo
getCacheSizeOrThrow (chiave String)
 Cache sizes (in bytes), e.g.
stringa astratta
getCpuGovernor ()
 What kind of cpu scaling is enabled on the host.
astratto com.google.protobuf.ByteString
getCpuGovernorBytes ()
 What kind of cpu scaling is enabled on the host.
stringa astratta
getCpuInfo ()
 Additional cpu information.
astratto com.google.protobuf.ByteString
getCpuInfoBytes ()
 Additional cpu information.
doppio astratto
getMhzPerCpu ()
 How fast are these cpus?
 
double mhz_per_cpu = 3;
astratto lungo
getNumCore ()
int64 num_cores = 1;
astratto lungo
getNumCoresAllowed ()
int64 num_cores_allowed = 2;

Metodi pubblici

booleano astratto pubblico contieneCacheSize (chiave String)

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

public abstract Map<String, Long> getCacheSize ()

Utilizzare invece getCacheSizeMap() .

public abstract int getCacheSizeCount ()

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

public abstract Map<String, Long> getCacheSizeMap ()

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

public abstract long getCacheSizeOrDefault (chiave String, valore predefinito lungo)

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

public abstract long getCacheSizeOrThrow (chiave String)

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

estratto pubblico String getCpuGovernor ()

 What kind of cpu scaling is enabled on the host.
 Examples include "performance", "ondemand", "conservative", "mixed".
 
string cpu_governor = 5;

estratto pubblico com.google.protobuf.ByteString getCpuGovernorBytes ()

 What kind of cpu scaling is enabled on the host.
 Examples include "performance", "ondemand", "conservative", "mixed".
 
string cpu_governor = 5;

stringa astratta pubblica getCpuInfo ()

 Additional cpu information. For example,
 Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
 
string cpu_info = 4;

estratto pubblico com.google.protobuf.ByteString getCpuInfoBytes ()

 Additional cpu information. For example,
 Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
 
string cpu_info = 4;

pubblico astratto doppio getMhzPerCpu ()

 How fast are these cpus?
 
double mhz_per_cpu = 3;

public abstract long getNumCores ()

int64 num_cores = 1;

public abstract long getNumCoresAllowed ()

int64 num_cores_allowed = 2;