: 24 stycznia 2016, 12:15
Dobra zrobiłem już. Na razie nie widać żadnego efektu, spróbuje coś ściągnąć i zobaczymy.
Polski portal użytkowników dystrybucji Debian GNU/Linux, dyskusje, artykuły, nowości, blog, porady, pomoc.
https://www.debian.pl/
Kod: Zaznacz cały
watch '/sbin/ifconfig | grep "RX packets" && /sbin/ifconfig | grep mtu'
Kod: Zaznacz cały
Every 2,0s: /sbin/ifconfig | grep "RX packets" && /sbin/ifconfig |... Sun Jan 24 12:49
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
RX packets:8079 errors:0 dropped:0 overruns:0 frame:0
RX packets:247059 errors:0 dropped:0 overruns:0 frame:0
Kod: Zaznacz cały
[color=#333333]RX packets:247059 errors:0 dropped:0 overruns:0 frame:0[/color]
Kod: Zaznacz cały
/sbin/ifconfig
Kod: Zaznacz cały
root@debian:/home/piotr# /sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:23:5a:22:8e:26
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:9800 errors:0 dropped:0 overruns:0 frame:0
TX packets:9800 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1485055 (1.4 MiB) TX bytes:1485055 (1.4 MiB)
wlan0 Link encap:Ethernet HWaddr 00:21:6b:50:0c:68
inet addr:192.168.0.101 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::221:6bff:fe50:c68/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:315127 errors:0 dropped:0 overruns:0 frame:0
TX packets:165238 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:434778938 (414.6 MiB) TX bytes:17511428 (16.7 MiB)
root@debian:/home/piotr#