Vm / kvm

ultrex

New Member
Mar 7, 2011
28
0
1
Hello,

How to find VM resources (CPU, RAM, HDD) usage with terminal ?

I try with ps -e -orss=,args= | sort -b -k1,1n | pr -TW$COLUMNS |grep VID, but WinXP RAM usage ~100 MB, with ps command ~500 MB. Need more accurately.

Please help :)
 
I can not find.

I need to find how much is used resources RAM, CPU, HDD and update mysql
 
yes, but winxp using ram 100mb (task manager), htop, ps command - ~600 MB. Very big difference 100 MB and 600 MB
 
yes, but winxp using ram 100mb (task manager), htop, ps command - ~600 MB. Very big difference 100 MB and 600 MB
Hi,
but be sure that the process use ~600MB of your ram... so the question is, why you are intresting in memory-infos inside windows?
And yes, there are possibilitys to get this infos - look for monitoring-plugins for nagios (incinga) - but in this case, you need additional software inside the VM.

Udo