Δημοσιεύτηκε: 11 Απρ 2012, 18:44
από filippos.xf
Κώδικας: Επιλογή όλων
[code]$ ping -s 1472 -M do -c 5 www.google.comPING www.l.google.com (173.194.66.105) 1472(1500) bytes of data.

--- www.l.google.com ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4023ms

$ sleep 5
$ ping -s 1440 -M do -c 5 www.google.comPING www.l.google.com (173.194.66.104) 1440(1468) bytes of data.
72 bytes from we-in-f104.1e100.net (173.194.66.104): icmp_req=1 ttl=47 (truncated)
72 bytes from we-in-f104.1e100.net (173.194.66.104): icmp_req=2 ttl=47 (truncated)
72 bytes from we-in-f104.1e100.net (173.194.66.104): icmp_req=3 ttl=47 (truncated)
72 bytes from we-in-f104.1e100.net (173.194.66.104): icmp_req=4 ttl=47 (truncated)
72 bytes from we-in-f104.1e100.net (173.194.66.104): icmp_req=5 ttl=47 (truncated)

--- www.l.google.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4005ms
rtt min/avg/max/mdev = 75.457/124.421/315.537/95.565 ms
$ sleep 5
$ ping -s 1400 -M do -c 5 www.google.comPING www.l.google.com (173.194.66.147) 1400(1428) bytes of data.
72 bytes from we-in-f147.1e100.net (173.194.66.147): icmp_req=1 ttl=47 (truncated)
72 bytes from we-in-f147.1e100.net (173.194.66.147): icmp_req=2 ttl=47 (truncated)
72 bytes from we-in-f147.1e100.net (173.194.66.147): icmp_req=3 ttl=47 (truncated)
72 bytes from we-in-f147.1e100.net (173.194.66.147): icmp_req=4 ttl=47 (truncated)
72 bytes from we-in-f147.1e100.net (173.194.66.147): icmp_req=5 ttl=47 (truncated)

--- www.l.google.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4004ms
rtt min/avg/max/mdev = 265.034/300.699/331.476/22.302 ms
$ sleep 5
$ ping -c 5 www.google.com
PING www.l.google.com (173.194.66.99) 56(84) bytes of data.
64 bytes from we-in-f99.1e100.net (173.194.66.99): icmp_req=1 ttl=47 time=65.8 ms
64 bytes from we-in-f99.1e100.net (173.194.66.99): icmp_req=2 ttl=47 time=70.6 ms
64 bytes from we-in-f99.1e100.net (173.194.66.99): icmp_req=3 ttl=47 time=85.9 ms
64 bytes from we-in-f99.1e100.net (173.194.66.99): icmp_req=4 ttl=47 time=73.8 ms

--- www.l.google.com ping statistics ---
5 packets transmitted, 4 received, 20% packet loss, time 4005ms
rtt min/avg/max/mdev = 65.865/74.088/85.937/7.417 ms
$ <abbr title='Βλέπουμε πληροφορίες για τις συνδέσεις δικτύου.'>ifconfig</abbr>
eth0 Link encap:Ethernet HWaddr
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)
Interrupt:47

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:16436 Metric:1
RX packets:212 errors:0 dropped:0 overruns:0 frame:0
TX packets:212 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:18322 (18.3 KB) TX bytes:18322 (18.3 KB)

wlan0 Link encap:Ethernet HWaddr
inet addr:192.168.1.5 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::f27b:cbff:fe11:9b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5214791 errors:0 dropped:0 overruns:0 frame:0
TX packets:3523887 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6563202330 (6.5 GB) TX bytes:670171395 (670.1 MB)

$
[/code]