Deprecated

Class: host_cpu

A physical CPU

Fields

int family [RO/runtime]
string features [RO/runtime]
string flags [RO/runtime]
host ref host [RO/runtime]
int model [RO/runtime]
string modelname [RO/runtime]
int number [RO/runtime]
(string → string) map other_config [RW]
int speed [RO/runtime]
string stepping [RO/runtime]
float utilisation [RO/runtime]
string uuid [RO/runtime]
string vendor [RO/runtime]

Messages

void add_to_other_config (session ref, host_cpu ref, string, string)
Deprecated
host_cpu ref set get_all (session ref)
Deprecated
(host_cpu ref → host_cpu record) map get_all_records (session ref)
Deprecated
host_cpu ref get_by_uuid (session ref, string)
int get_family (session ref, host_cpu ref)
string get_features (session ref, host_cpu ref)
string get_flags (session ref, host_cpu ref)
host ref get_host (session ref, host_cpu ref)
int get_model (session ref, host_cpu ref)
string get_modelname (session ref, host_cpu ref)
int get_number (session ref, host_cpu ref)
(string → string) map get_other_config (session ref, host_cpu ref)
Deprecated
host_cpu record get_record (session ref, host_cpu ref)
int get_speed (session ref, host_cpu ref)
string get_stepping (session ref, host_cpu ref)
float get_utilisation (session ref, host_cpu ref)
string get_uuid (session ref, host_cpu ref)
string get_vendor (session ref, host_cpu ref)
void remove_from_other_config (session ref, host_cpu ref, string)
void set_other_config (session ref, host_cpu ref, (string → string) map)