diff --git a/TQL b/TQL index 009a74fc69a0df0b0f41360eede54e4f0e2a9a00..4f9228170108f82a9d693716c3390735f7d30e71 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 ==