Fields
-
string
uuid
unique identifier/object reference
-
int
memory_total
Host's total memory (bytes)
-
int
memory_free
Host's free memory (bytes)
-
bool
live
Pool master thinks this host is live
-
datetime
last_updated
Time at which this information was last updated
Implicit messages
-
Record[host_metrics]
get_record
(session session_id, host_metrics self)
Get a record containing the current state of the given host_metrics.
-
host_metrics
get_by_uuid
(session session_id, string uuid)
Get a reference to the host_metrics instance with the specified UUID.
-
Set[host_metrics]
get_all
(session session_id)
Return a list of all the host_metrics instances known to the system.
-
Map[host_metrics,Record[host_metrics]]
get_all_records
(session session_id)
Return a map of host_metrics references to host_metrics records for all host_metrics instances known to the system.
Explicit messages