What is a decent tool I can use on a ubuntu server command line to measure my network bandwidth on that machine to see if I'm saturating the network card or not? I have a crawler running on a box and I'm not sure how to best monitor if I need to add more boxes or not.

thanks

link|improve this question
possible duplicate of Network bound / network pipe monitoring on Linux? – Warner Jul 14 '10 at 17:09
feedback

migrated from stackoverflow.com Jul 14 '10 at 17:04

This question came from our site for professional and enthusiast programmers.

1 Answer

Command line wise, iptraf is one of my favorite tools for a quick login&check method, and should give you a quick idea of what your current speeds are as well as what the box is doing.

Its not command line, but for more long term monitoring, I would suggest SNMP monitoring. Cacti+snmp works very well to get constant information from your server, and creates up nice little graphs for you to see how your bandwidth is doing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.