Hi,Would you please explain what does this command do?
I really need to get I/O rate per each VM and as I've about 10 vm on my server do you think it's a good idead to make a partition for each one?
"iostat -dm 5 device" shows the io-rate of the device averaged over 5 seconds - or every 5 seconds show iostat the ios:
Code:
iostat -dm 5 sdb
Linux 2.6.32-1-pve (proxmox1) 27.04.2010 _x86_64_
Device: tps MB_read/s MB_wrtn/s MB_read MB_wrtn
sdb 7,55 0,27 0,20 2109711 1582674
Device: tps MB_read/s MB_wrtn/s MB_read MB_wrtn
sdb 362,60 0,27 25,02 1 125
Device: tps MB_read/s MB_wrtn/s MB_read MB_wrtn
sdb 898,60 0,62 63,09 3 315
Device: tps MB_read/s MB_wrtn/s MB_read MB_wrtn
sdb 906,00 0,62 63,36 3 316
What's about monitoring inside the VM (eg. with icinga (nagios))?
Udo