1827807 Members
2892 Online
109969 Solutions
New Discussion

Re: Network throughput

 
Prashant Zanwar_4
Respected Contributor

Network throughput

I RUN REDHAT LINUX Enterprise edition. I dont have much ideas, so keep digging time to time about something to do!

I want to know network performance of my host. Are there any tools on Linux for this..what will be the best way!
Thanks
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
9 REPLIES 9
xyko_1
Esteemed Contributor

Re: Network throughput

Hi Prashant,

what you mean about network performance ?

You want to know about colisions, errors ? You want to know about nic configuration ?

Well,
#ifconfig -a will report to you colisions, errors and a lot of other informations.

#ethtool ethn
will display and configure nic configuration.

You may use netstat also. This utility has a lot of functions that you may see at the man page.
#man netstat

Regards,
Xyko
Georg Tresselt
Honored Contributor

Re: Network throughput

I guess he is looking for something graphical.
http://www.tresselt.eu
Chris Xu
Trusted Contributor

Re: Network throughput

Take a look at netwatch. You have to download and install it, though. Here is what the first line of man page says about it:
Netwatch examines all the packets travelling on an ethernet and analyses the IP packets.

Chris
Prashant Zanwar_4
Respected Contributor

Re: Network throughput

I want to count on the network traffic overall...Like snoop and other stuff..like glance does..
Is there something available on LINUX which can give me data on this!
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
Biswajit Tripathy
Honored Contributor

Re: Network throughput

"netperf" is probably the tool you want.
See
http://www.netperf.org/

Link to the binaries for linux are available at the
above website.

- Biswajit
:-)
Prashant Zanwar_4
Respected Contributor

Re: Network throughput

Is there nothing available with linux itself..thats something strange...! I am in a environement of secure sites and servers, probably wont be able to install any TP, lemme figure out what shall i go for!
If anyone has any suggestion pls send across

Thanks & regards
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
xyko_1
Esteemed Contributor

Re: Network throughput

Hi Prashant,

I went to look a litle bit about snoop and I guess tcpdump has a similar function.

I think "netstat -i" will give part of you want about nic statistics.

regards,
xyko
rick jones
Honored Contributor

Re: Network throughput

netperf will generate traffic but only measure what it generates
there is no rest for the wicked yet the virtuous have no pillows
KevinHu_1
Occasional Advisor

Re: Network throughput

see http://www.mrtg.org








regard
kevinhu