There are vmstat, mpstat and iostat tools installed in FC1, if that helps. I just can't for the life of me figure out the right rpm commands for which pkg(s) they're in right now.
To get the full pathname of the command: # which vmstat
To get the rpm containing that file: # rpm -qf /path/to/vmstat
To do both in one step: # rpm -qf $(which vmstat)
Cheers,
-- Rodolfo J. Paiz rpaiz@xxxxxxxxxxxxxx http://www.simpaticus.com