Advertisement
Guest User

Untitled

a guest
Oct 5th, 2016
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.56 KB | None | 0 0
  1. ➜ ~ nova hypervisor-show 5
  2. +---------------------------+------------------------------------------+
  3. | Property | Value |
  4. +---------------------------+------------------------------------------+
  5. | cpu_info_arch | x86_64 |
  6. | cpu_info_features | ["pge", "avx", "clflush", "sep", |
  7. | | "syscall", "vme", "dtes64", "msr", |
  8. | | "xsave", "vmx", "xtpr", "cmov", "ssse3", |
  9. | | "est", "pat", "monitor", "smx", "pbe", |
  10. | | "lm", "tsc", "nx", "fxsr", "tm", |
  11. | | "sse4.1", "pae", "sse4.2", "pclmuldq", |
  12. | | "acpi", "tsc-deadline", "mmx", |
  13. | | "osxsave", "cx8", "mce", "de", "tm2", |
  14. | | "ht", "pse", "lahf_lm", "pdcm", "mca", |
  15. | | "apic", "sse", "ds", "invtsc", "pni", |
  16. | | "rdtscp", "aes", "sse2", "ss", "ds_cpl", |
  17. | | "pcid", "fpu", "cx16", "pse36", "mtrr", |
  18. | | "popcnt", "x2apic"] |
  19. | cpu_info_model | SandyBridge |
  20. | cpu_info_topology_cells | 1 |
  21. | cpu_info_topology_cores | 4 |
  22. | cpu_info_topology_sockets | 1 |
  23. | cpu_info_topology_threads | 2 |
  24. | cpu_info_vendor | Intel |
  25. | current_workload | 0 |
  26. | disk_available_least | 14 |
  27. | free_disk_gb | 49 |
  28. | free_ram_mb | 15333 |
  29. | host_ip | 10.60.11.12 |
  30. | hypervisor_hostname | control02.beans.local |
  31. | hypervisor_type | QEMU |
  32. | hypervisor_version | 2000000 |
  33. | id | 5 |
  34. | local_gb | 49 |
  35. | local_gb_used | 0 |
  36. | memory_mb | 15845 |
  37. | memory_mb_used | 512 |
  38. | running_vms | 0 |
  39. | service_disabled_reason | None |
  40. | service_host | control02.beans.local |
  41. | service_id | 33 |
  42. | state | up |
  43. | status | enabled |
  44. | vcpus | 8 |
  45. | vcpus_used | 0 |
  46. +---------------------------+------------------------------------------+
  47. ➜ ~ nova hypervisor-show 3
  48. +---------------------------+------------------------------------------+
  49. | Property | Value |
  50. +---------------------------+------------------------------------------+
  51. | cpu_info_arch | x86_64 |
  52. | cpu_info_features | ["pge", "avx", "clflush", "sep", |
  53. | | "syscall", "vme", "dtes64", "msr", |
  54. | | "xsave", "vmx", "xtpr", "cmov", "ssse3", |
  55. | | "est", "pat", "monitor", "smx", "pbe", |
  56. | | "lm", "tsc", "nx", "fxsr", "tm", |
  57. | | "sse4.1", "pae", "sse4.2", "pclmuldq", |
  58. | | "acpi", "tsc-deadline", "mmx", |
  59. | | "osxsave", "cx8", "mce", "de", "tm2", |
  60. | | "ht", "pse", "lahf_lm", "pdcm", "mca", |
  61. | | "apic", "sse", "ds", "invtsc", "pni", |
  62. | | "rdtscp", "aes", "sse2", "ss", "ds_cpl", |
  63. | | "pcid", "fpu", "cx16", "pse36", "mtrr", |
  64. | | "popcnt", "x2apic"] |
  65. | cpu_info_model | SandyBridge |
  66. | cpu_info_topology_cells | 1 |
  67. | cpu_info_topology_cores | 4 |
  68. | cpu_info_topology_sockets | 1 |
  69. | cpu_info_topology_threads | 2 |
  70. | cpu_info_vendor | Intel |
  71. | current_workload | 0 |
  72. | disk_available_least | 41 |
  73. | free_disk_gb | 49 |
  74. | free_ram_mb | 15333 |
  75. | host_ip | 10.60.11.11 |
  76. | hypervisor_hostname | control01.beans.local |
  77. | hypervisor_type | QEMU |
  78. | hypervisor_version | 2000000 |
  79. | id | 3 |
  80. | local_gb | 49 |
  81. | local_gb_used | 0 |
  82. | memory_mb | 15845 |
  83. | memory_mb_used | 512 |
  84. | running_vms | 0 |
  85. | service_disabled_reason | None |
  86. | service_host | control01.beans.local |
  87. | service_id | 31 |
  88. | state | up |
  89. | status | enabled |
  90. | vcpus | 8 |
  91. | vcpus_used | 0 |
  92. +---------------------------+------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement