Advertisement
Guest User

Untitled

a guest
Jan 10th, 2014
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.80 KB | None | 0 0
  1. [root@controller11 ~]# nova hypervisor-list
  2. +----+---------------------+
  3. | ID | Hypervisor hostname |
  4. +----+---------------------+
  5. | 1 | compute11 |
  6. +----+---------------------+
  7. [root@controller11 ~]# nova hypervisor-show compute11
  8. +----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  9. | Property | Value |
  10. +----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  11. | hypervisor_hostname | compute11 |
  12. | cpu_info | {"vendor": "Intel", "model": "Westmere", "arch": "x86_64", "features": ["hypervisor", "x2apic", "pcid", "pclmuldq", "ss", "vme"], "topology": {"cores": 1, "threads": 1, "sockets": 2}} |
  13. | free_disk_gb | 43 |
  14. | hypervisor_version | 12001 |
  15. | disk_available_least | 37 |
  16. | local_gb | 44 |
  17. | free_ram_mb | 853 |
  18. | id | 1 |
  19. | vcpus_used | 1 |
  20. | hypervisor_type | QEMU |
  21. | local_gb_used | 1 |
  22. | memory_mb_used | 1024 |
  23. | memory_mb | 1877 |
  24. | current_workload | 0 |
  25. | vcpus | 2 |
  26. | running_vms | 1 |
  27. | service_id | 5 |
  28. | service_host | compute11 |
  29. +----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement