Associate
- Joined
- 24 Jun 2007
- Posts
- 1,869
- Location
- Landan.
I've just found something curious - ifconfig seems to go all the way around the clock when measuring transfers:
Then no more than 10 mins later:
What the hells going on?
Code:
lm@box:/root$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:11:82:9e:8c
inet addr:192.168.69.10 Bcast:192.168.69.255 Mask:255.255.255.0
inet6 addr: fe80::211:11ff:fe82:9e8c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:509501903 errors:0 dropped:0 overruns:0 frame:0
TX packets:489548401 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
[B]RX bytes:3277153981 (3.2 GB) TX bytes:1777891207 (1.7 GB)[/B]
Interrupt:16
Code:
root@box:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:11:82:9e:8c
inet addr:192.168.69.10 Bcast:192.168.69.255 Mask:255.255.255.0
inet6 addr: fe80::211:11ff:fe82:9e8c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:510523358 errors:0 dropped:0 overruns:0 frame:0
TX packets:490088329 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
[B] RX bytes:524151589 (524.1 MB) TX bytes:1821727108 (1.8 GB)[/B]
Interrupt:16
What the hells going on?
