Good Monitoring Tools: Difference between revisions
From JoeHacker
Created page with 'Everyone knows about the top command. Here are some of my favorite and command options. Monitor hard drive activity and how may megabytes are read/written every 5 seconds. iost…' |
No edit summary |
||
Line 1: | Line 1: | ||
Everyone knows about the top command. Here are some of my favorite and command options. | Everyone knows about the top command. Here are some of my favorite monitor tools and command options. | ||
Monitor hard drive activity and how may megabytes are read/written every 5 seconds. | Monitor hard drive activity and how may megabytes are read/written every 5 seconds. |
Latest revision as of 15:34, 18 September 2009
Everyone knows about the top command. Here are some of my favorite monitor tools and command options.
Monitor hard drive activity and how may megabytes are read/written every 5 seconds.
iostat -m 5
A better top command
htop
Command to show only processes writing to the hard drive.
iotop -o
Shows network activity on eth0
iftop -i eth0
Another useful top command
atop