Networking Forums

Networking Forums > Computer Networking > Linux Networking > Tools of monitoring the ethernet interface

Reply
Thread Tools Display Modes

Tools of monitoring the ethernet interface

 
 
kevin
Guest
Posts: n/a

 
      08-16-2005, 10:54 AM
Hi all:

Is there any FREE tools that used to monitor the ethernet interface
(eth0,eth1...) and find out how many frames that the interface sent and
recieved?

thanks!


br


/kev

 
Reply With Quote
 
 
 
 
James Knott
Guest
Posts: n/a

 
      08-16-2005, 11:51 AM
kevin wrote:

> Is there any FREE tools that used to monitor the ethernet interface
> (eth0,eth1...) and find out how many frames that the interface sent and
> recieved?
>


Ifconfig will tell you how many have been sent & received, along with error
counts.

Here's an example:

RX packets:2732688 errors:0 dropped:0 overruns:0 frame:0
TX packets:2467845 errors:0 dropped:0 overruns:0 carrier:0

So, all you have to do, is take note of the numbers when you start and
subtract them from the numbers when you're done.

 
Reply With Quote
 
Toni Erdmann
Guest
Posts: n/a

 
      08-16-2005, 11:53 AM
kevin wrote:
> Hi all:
>
> Is there any FREE tools that used to monitor the ethernet interface
> (eth0,eth1...) and find out how many frames that the interface sent and
> recieved?
>
> thanks!
>
>
> br
>
>
> /kev
>


sar ist the right thing for you. "System Activity Reporter"

$ sar -n DEV 1 100

gives you statistics for all NICs (network interface cards).
In this example for 100 seconds every second.

Try "man sar" to see what sar can offer you - it's a lot.

Toni
 
Reply With Quote
 
Antoine EMERIT
Guest
Posts: n/a

 
      08-17-2005, 05:55 AM
"kevin" <(E-Mail Removed)> écrivait news:1124189666.858851.157020
@o13g2000cwo.googlegroups.com:
> Is there any FREE tools that used to monitor the ethernet interface
> (eth0,eth1...) and find out how many frames that the interface sent and
> recieved?


tcpdump
iptraf
ntop
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Speaking of network monitoring tools... R Wireless Networks 1 02-23-2008 05:15 PM
serial interface to ethernet interface Kenneth Sparre Linux Networking 9 11-01-2005 12:27 PM
looking for ip network monitoring tools? Cameron Kerr Linux Networking 4 06-15-2004 09:09 PM
Network Monitoring tools Marka Windows Networking 0 05-19-2004 08:40 AM
Network monitoring Tools P.T. Breuer Linux Networking 2 01-06-2004 02:06 AM



1 2 3 4 5 6 7 8 9 10 11