Interface Traffic Not Logging

Alex04RL

Verified User
Joined
Mar 25, 2004
Messages
16
Hey Everyone,

I just noticed today that DA is not showing the traffic for the interface it's set to. Anyone run into this before? Fix?

Usage Stats for lo:1
Received none
Transmitted none


Thanks!
 
What operating system are you using?

For FreeBSD it uses:
/usr/bin/netstat -f inet -b -I ethernet_device

For RedHat it uses:
/sbin/ifconfig ethernet_device

So try running whichever one applies to you and paste the results.

John
 
ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:0C:F1:C2:41:96
inet addr:66.246.72.73 Bcast:66.246.72.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:44155306 errors:0 dropped:0 overruns:0 frame:0
TX packets:30969652 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:3546863082 (3382.5 Mb) TX bytes:815288317 (777.5 Mb)
Interrupt:20 Base address:0xdc00 Memory:ff8ff000-ff8ff038


I'm using Red Hat 9
 
Back
Top