Fields
-
string
uuid
unique identifier/object reference
-
host
host
the host the CPU is in
-
int
number
the number of the physical CPU within the host
-
string
vendor
the vendor of the physical CPU
-
int
speed
the speed of the physical CPU
-
string
modelname
the model name of the physical CPU
-
int
family
the family (number) of the physical CPU
-
int
model
the model number of the physical CPU
-
string
stepping
the stepping of the physical CPU
-
string
flags
the flags of the physical CPU (a decoded version of the features field)
-
string
features
the physical CPU feature bitmap
-
float
utilisation
the current CPU utilisation
Implicit messages
-
Record[host_cpu]
get_record
(session session_id, host_cpu self)
Get a record containing the current state of the given host_cpu.
-
host_cpu
get_by_uuid
(session session_id, string uuid)
Get a reference to the host_cpu instance with the specified UUID.
-
Set[host_cpu]
get_all
(session session_id)
Return a list of all the host_cpus known to the system.
-
Map[host_cpu,Record[host_cpu]]
get_all_records
(session session_id)
Return a map of host_cpu references to host_cpu records for all host_cpus known to the system.
Explicit messages