Monday, April 4, 2011

[Linux Ubuntu] How to Monitor Network Utilization

Once more component should be monitored. It is network interface utilization. Here is the command line:
sar -n DEV 1
-n stands for network and DEV for DEVICE. This command will print network statistics for all available interfaces. In the next post we will try to daemonize these monitoring processes so that we don't need to issue the command manually.

No comments: