I'm trying to analyze the performance of an application running on Linux. I use a combination of vmstat/iostat/top to see if the machine is disk I/O bound or CPU bound, but I'm not sure what utility to use to monitor network usage. Specifically, I'd like to know if the machine's network pipe is maxed out. What utility should I use?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
I typically use the iptraf utility for this purpose. Many distributions have this packaged but do not install it by default. Additionally, historical graphing such as that which is created by Cacti is useful. |
|||
|
|
Give a look at iftop. |
|||