Great tools for monitoring linux performance real time.
- May 10th, 2008
- Posted in Documentation
- Write comment
top: Basic system monitoring tool. The following three tools use the same kind of display method.
iptstate: Used to monitor iptables traffic.
atop: Used to monitor overall system. Keeps historical data too.
iftop: Used to monitor network interfaces
Examples:
iptstate -f -L -t
atop 3
iftop -i eth1
top
No comments yet.