-1

I am trying to pull guest and physical server resource utilization from the Suse Cloud OpenStack Infrasructure. In vMWare world, I would connect to vcenter can try to pull the data from performance manager or quick stats.

Can any body provide some insight about Suse Clould, how would I do this?

030
  • 5,901
  • 13
  • 68
  • 110
user1471980
  • 129
  • 6

1 Answers1

2

There are several ways I'd go about it:

  • VM performance characteristics available in dashboard
  • install Telemetry (ceilometer) which should add even more info
  • if you want real low-level information - on compute nodes install "virt-top" (whatever package provides that tool in SuSE - you'll have to install it). Then using virt-top you'll see activity of all the VMs
  • use virt-manager. This one could be installed on some certal "control" node.
    • add connections to your compute nodes
    • enable CPU/RAM/Net stats in preferences
    • watch performace stats real time for each node.
Droopy4096
  • 680
  • 4
  • 8