|
- root@localhost:~# ping d9host.400host.com
- PING d9host.400host.com (69.172.231.133) 56(84) bytes of data.
- 64 bytes from 69.172.231.133: icmp_seq=1 ttl=57 time=10.6 ms
- 64 bytes from 69.172.231.133: icmp_seq=2 ttl=57 time=10.3 ms
- 64 bytes from 69.172.231.133: icmp_seq=3 ttl=57 time=10.6 ms
- ^C
- --- d9host.400host.com ping statistics ---
- 3 packets transmitted, 3 received, 0% packet loss, time 2002ms
- rtt min/avg/max/mdev = 10.327/10.569/10.694/0.190 ms
- root@localhost:~# ping vpsyou.400host.com
- PING vpsyou.400host.com (96.44.156.68) 56(84) bytes of data.
- 64 bytes from 96.44.156.68.static.vpsyou.com (96.44.156.68): icmp_seq=1 ttl=57 time=9.49 ms
- 64 bytes from 96.44.156.68.static.vpsyou.com (96.44.156.68): icmp_seq=2 ttl=57 time=9.48 ms
- 64 bytes from 96.44.156.68.static.vpsyou.com (96.44.156.68): icmp_seq=3 ttl=57 time=9.75 ms
- 64 bytes from 96.44.156.68.static.vpsyou.com (96.44.156.68): icmp_seq=4 ttl=57 time=9.61 ms
- ^C
- --- vpsyou.400host.com ping statistics ---
- 4 packets transmitted, 4 received, 0% packet loss, time 3004ms
- rtt min/avg/max/mdev = 9.487/9.587/9.751/0.108 ms
- root@localhost:~# ./webbench -c 100 -t 30 http://d9host.400host.com/
- Webbench - Simple Web Benchmark 1.5
- Copyright (c) Radim Kolar 1997-2004, GPL Open Source Software.
- Benchmarking: GET http://d9host.400host.com/
- 100 clients, running 30 sec.
- Speed=24962 pages/min, 7236882 bytes/sec.
- Requests: 12481 susceed, 0 failed.
- root@localhost:~# ./webbench -c 100 -t 30 http://vpsyou.400host.com/
- Webbench - Simple Web Benchmark 1.5
- Copyright (c) Radim Kolar 1997-2004, GPL Open Source Software.
- Benchmarking: GET http://vpsyou.400host.com/
- 100 clients, running 30 sec.
- Speed=8592 pages/min, 2445933 bytes/sec.
- Requests: 4217 susceed, 79 failed.
复制代码 |
|