From 6887de956f2a3472a3d9d6b0926811a9b1c3b458 Mon Sep 17 00:00:00 2001 From: Antoine Millet Date: Wed, 22 Jul 2015 11:52:23 +0200 Subject: [PATCH] Updated well know tags --- TQL | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/TQL b/TQL index 009a74f..4f92281 100644 --- a/TQL +++ b/TQL @@ -92,10 +92,14 @@ htype: hypervisor type (xen/kvm) libvirtver: Libvirt version status: VM status (running/paused/stopped) cpu: cpu count -rcpu: reserved cpu count +cpualloc: allocated cpu count +cpuremaining: remaining CPU available for allocation +cpuallocratio: ratio between allocated CPU and total CPU mem: memory total size memused: memory used memfree: memory free +memremaining: remaining memory available for allocation +memallocratio: ratio between allocated memory and total memory arch: hardware architecture (x86/x64) uname: output of uname command uptime: uptime of hostname @@ -115,6 +119,7 @@ stovg_used: vg storage pool used space (eg: 1) stovg_free: vg storage pool free space (eg: 1041) stovg_path: vg storage pool path (eg: /dev/vg/) stovg_vol: vg storage pool volume list (eg: sex titi toto) +stovg_ratio: ratio between allocated storage size and total storage size disk: disk index list (eg: 1 2 3 4) disk1_path: disk 1 path (eg: /dev/vg/sex) disk1_size: disk 1 size (eg: 1024) @@ -132,6 +137,7 @@ cpuuse: global cpu usage (percentage) platform: python platform info chaserial: blade chassis serial number (dell tag) chaasset: blade chassis asset tag (dell tag) +chaslot: position in blade chassis (slot number) == grammar == -- GitLab