OS Performance (was OT: New low for Microsoft!)

Rodolfo J. Paiz rpaiz at simpaticus.com
Thu May 6 16:44:33 UTC 2004


At 17:58 5/5/2004, you wrote:
>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 at simpaticus.com
http://www.simpaticus.com





More information about the fedora-list mailing list