Hi,

I wanted to access the real time memory and cpu usage of an instance, not
whats its been allocated but how much of what's been allocated is it using.

I can do this by logging into the instance and doing a top or htop, but I
want to do it by not interacting with the instance directly or logging into
it.

I thought of accessing these details thru the hypervisor. So I used -
*virsh vcpucount **<instance-name>    (cpu)*
*virsh dommemstat <instance-name>*   (memory)

But again these do not give the current usage but what's been allocated.

Could someone help me with this, as to how I can do this or if there is a
better way to do this.


Thanks,
Dhvanan Shah
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to