Class: host_metrics

The metrics associated with a host

Fields

datetime last_updated [RO/runtime]
bool live [RO/runtime]
Removed
int memory_free [RO/runtime]
int memory_total [RO/runtime]
(string → string) map other_config [RW]
string uuid [RO/runtime]

Messages

void add_to_other_config (session ref, host_metrics ref, string, string)
host_metrics ref set get_all (session ref)
(host_metrics ref → host_metrics record) map get_all_records (session ref)
host_metrics ref get_by_uuid (session ref, string)
datetime get_last_updated (session ref, host_metrics ref)
bool get_live (session ref, host_metrics ref)
Removed
int get_memory_free (session ref, host_metrics ref)
int get_memory_total (session ref, host_metrics ref)
(string → string) map get_other_config (session ref, host_metrics ref)
host_metrics record get_record (session ref, host_metrics ref)
string get_uuid (session ref, host_metrics ref)
void remove_from_other_config (session ref, host_metrics ref, string)
void set_other_config (session ref, host_metrics ref, (string → string) map)