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.
|