Skip to content

Instantly share code, notes, and snippets.

@shettyg
Created May 8, 2015 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shettyg/0a424c0cdaf52961edee to your computer and use it in GitHub Desktop.
Save shettyg/0a424c0cdaf52961edee to your computer and use it in GitHub Desktop.
stack@htb-1n-eng-dhcp262:~/logs$ nova hypervisor-list
+----+---------------------+-------+---------+
| ID | Hypervisor hostname | State | Status |
+----+---------------------+-------+---------+
| 1 | htb-1n-eng-dhcp262 | up | enabled |
+----+---------------------+-------+---------+
stack@htb-1n-eng-dhcp262:~/logs$
stack@htb-1n-eng-dhcp262:~/logs$ nova hypervisor-stats
+----------------------+-------+
| Property | Value |
+----------------------+-------+
| count | 1 |
| current_workload | 0 |
| disk_available_least | 30 |
| free_disk_gb | 35 |
| free_ram_mb | 3313 |
| local_gb | 35 |
| local_gb_used | 0 |
| memory_mb | 3953 |
| memory_mb_used | 640 |
| running_vms | 2 |
| vcpus | 4 |
| vcpus_used | 2 |
+----------------------+-------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment