public interface CPUInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsCacheSize(String key)
Cache sizes (in bytes), e.g.
|
Map<String,Long> |
getCacheSize()
Deprecated.
|
int |
getCacheSizeCount()
Cache sizes (in bytes), e.g.
|
Map<String,Long> |
getCacheSizeMap()
Cache sizes (in bytes), e.g.
|
long |
getCacheSizeOrDefault(String key,
long defaultValue)
Cache sizes (in bytes), e.g.
|
long |
getCacheSizeOrThrow(String key)
Cache sizes (in bytes), e.g.
|
String |
getCpuGovernor()
What kind of cpu scaling is enabled on the host.
|
com.google.protobuf.ByteString |
getCpuGovernorBytes()
What kind of cpu scaling is enabled on the host.
|
String |
getCpuInfo()
Additional cpu information.
|
com.google.protobuf.ByteString |
getCpuInfoBytes()
Additional cpu information.
|
double |
getMhzPerCpu()
How fast are these cpus?
|
long |
getNumCores()
int64 num_cores = 1; |
long |
getNumCoresAllowed()
int64 num_cores_allowed = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getNumCores()
int64 num_cores = 1;
long getNumCoresAllowed()
int64 num_cores_allowed = 2;
double getMhzPerCpu()
How fast are these cpus?
double mhz_per_cpu = 3;
String getCpuInfo()
Additional cpu information. For example, Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
string cpu_info = 4;
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;
String getCpuGovernor()
What kind of cpu scaling is enabled on the host. Examples include "performance", "ondemand", "conservative", "mixed".
string cpu_governor = 5;
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;
int getCacheSizeCount()
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
boolean containsCacheSize(String key)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
@Deprecated Map<String,Long> getCacheSize()
getCacheSizeMap()
instead.Map<String,Long> getCacheSizeMap()
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
long getCacheSizeOrDefault(String key, long defaultValue)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
long getCacheSizeOrThrow(String key)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
Copyright © 2015–2017. All rights reserved.