A little while back, I was load testing a server and needed a way to verify the cards on the server and just see what was going on for network traffic. I found these commands helpful:
sudo mii-tool
ethtool eth0
dmesg | grep eth
For other networking throughput tests you can install iftop and bmw-ng
sudo su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm'
sudo yum install -y iftop bwm-ng
then you can run
iftop
iftop -i eth0
bwm-ng
Search around if you want some more posts, these are just my crib notes. :-)
Thursday, October 22, 2009
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2009
(21)
-
▼
October
(14)
- Slowing brute force hackers
- Generating a new CSR to get your shiny new SSL cer...
- Turning man pages to PDF files
- Regex pattern for stripping Javadocs
- XSLT outputing Carriage return/line feed
- Getting FTP to work through IP tables
- Yum repo for more up to date Dovecot
- JBoss and file handles on RedHat
- How to get more network stats
- How to find process IDs listening to port xxx
- Fun with SSL certs and Apache
- Adding Jalopy to Maven and clean things up
- Dealing with extended characters in bash
- Meta key in emacs on osx 10.6.1
-
▼
October
(14)
No comments:
Post a Comment