Remote collection of vmstat log files
multivmstat is a php command line script which makes it easy to collect the statistics. Download the script
To run it you specify a list of servers to check:
This will run vmstat on each of the servers with a 5 second interval between samples.
It will create the following files:
server2-vmstat.log
server3-vmstat.log
Note: You mush have ssh access to each machine - ideally with a certificate so that no interactive authentication is required.





It may interest you. With vmstax, you can easily draw charts
from a vmstat log file.
http://www.michenux.net/vmstax/
Bye