interface publique CPUInfoOrBuilder
Sous-classes indirectes connues |
Méthodes publiques
booléen abstrait | contientCacheSize (clé de chaîne) Cache sizes (in bytes), e.g. |
Carte abstraite<String, Long> | getCacheSize () Utilisez plutôt getCacheSizeMap() . |
entier abstrait | getCacheSizeCount () Cache sizes (in bytes), e.g. |
Carte abstraite<String, Long> | getCacheSizeMap () Cache sizes (in bytes), e.g. |
abstrait long | getCacheSizeOrDefault (clé de chaîne, longue valeur par défaut) Cache sizes (in bytes), e.g. |
abstrait long | getCacheSizeOrThrow (clé de chaîne) Cache sizes (in bytes), e.g. |
chaîne abstraite | getCpuGovernor () What kind of cpu scaling is enabled on the host. |
résumé com.google.protobuf.ByteString | getCpuGovernorBytes () What kind of cpu scaling is enabled on the host. |
chaîne abstraite | obtenirCpuInfo () Additional cpu information. |
résumé com.google.protobuf.ByteString | getCpuInfoBytes () Additional cpu information. |
double abstrait | getMhzPerCpu () How fast are these cpus? double mhz_per_cpu = 3; |
abstrait long | getNumCores () int64 num_cores = 1; |
abstrait long | getNumCoresAllowed () int64 num_cores_allowed = 2; |
Méthodes publiques
public abstrait booléen contientCacheSize (clé de chaîne)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
public abstrait int getCacheSizeCount ()
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
public abstrait Map<String, Long> getCacheSizeMap ()
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
public abstract long getCacheSizeOrDefault (clé de chaîne, long defaultValue)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
public abstrait long getCacheSizeOrThrow (clé de chaîne)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
chaîne abstraite publique getCpuGovernor ()
What kind of cpu scaling is enabled on the host. Examples include "performance", "ondemand", "conservative", "mixed".
string cpu_governor = 5;
résumé public 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;
chaîne abstraite publique getCpuInfo ()
Additional cpu information. For example, Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
string cpu_info = 4;
résumé public 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;
public abstrait double getMhzPerCpu ()
How fast are these cpus?
double mhz_per_cpu = 3;
public abstrait long getNumCores ()
int64 num_cores = 1;
public abstrait long getNumCoresAllowed ()
int64 num_cores_allowed = 2;