Operating System - Linux
1819804 Members
3209 Online
109607 Solutions
New Discussion юеВ

how to measure network speed?

 
SOLVED
Go to solution
file system
Frequent Advisor

how to measure network speed?

I want to measure link speed real time
what is the way to get sum of packet per 1 sec

THe output like that below...

root@online # netstat -Ii 1
input i output input (Total) output
packets errs packets errs colls packets errs packets errs colls
0 0 0 0 0 1410037746 175 736909147 0 0
0 0 0 0 0 13738 0 7208 0 0
0 0 0 0 0 17755 0 9213 0 0
0 0 0 0 0 16962 0 8562 0 0
0 0 0 0 0 16575 0 8353 0 0
0 0 0 0 0 16360

0 8231 0 0

I want to tip for measuring link or network speed in linux box
2 REPLIES 2
Muthukumar_5
Honored Contributor
Solution

Re: how to measure network speed?

you can get informations as,

# netstat -ivn

what do you require from that input? Post with details more.

-Muthu

Easy to suggest when don't know about the problem!
Matthew Ausmus
Advisor

Re: how to measure network speed?

Have you tried iptraf? This should give you the info you need in real time. If you don't have it and are running any form of RH (i.e. Fedora, RHEL & any of the white box derivatives) then you can install it using yum.
"What the gods get away with, the cows dont."