Collects stat infomation from virsh. Mainly for OpenStack admin.
You can download single binary from here for each operationg system.
Please have your ssh-agent ready before you run.
$ eval `ssh-agent`
$ ssh-add .ssh/id_rsa
$ ./domlist computenode01.example.com
+--------------------+-----------------+---------+--------+--------+--------+---------+
| Domain | Instance | CPU(G) | MEM(G) | I/O(G) | NET(G) | Disk(G) |
+--------------------+-----------------+---------+--------+--------+--------+---------+
| vmcloud01-aaaaaaaa | aaaaaaaaaaaaaaa | 282606 | 33/33 | 7234 | 26510 | 158/171 |
| vmcloud01-bbbbbbbb | bbbbbbbbbbbbbbb | 128276 | 16/16 | 5323 | 4618 | 334/515 |
| vmcloud01-cccccccc | ccccccccccccccc | 111 | 16/16 | 28 | 0 | 5/171 |
+--------------------+-----------------+---------+--------+--------+--------+---------+