|
DigitalOcean-512MB[ol]CPU:1内存:512MB磁盘:20 GB流量:1 TB价格:$5/mo[/ol]复制代码1、CPU信息[ol]~# cat /proc/cpuinfoprocessor : 0vendor_id : GenuineIntelcpu family : 6model : 2model name : QEMU Virtual CPU version 1.2.0stepping : 3microcode : 0x1cpu MHz : 2299.998cache size : 4096 KBfdiv_bug : nohlt_bug : nof00f_bug : nocoma_bug : nofpu : yesfpu_exception : yescpuid level : 4wp : yesflags : fpu de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 syscall nx lm up pni vmx cx16 popcnt hypervisor lahf_lmbogomips : 4599.99clflush size : 64cache_alignment : 64address sizes : 40 bits physical, 48 bits virtualpower management:[/ol]复制代码2.摧残磁盘[ol]~# hdparm -t /dev/sda/dev/sda:Timing buffered disk reads: 1110 MB in 3.00 seconds = 369.93 MB/sec~# dd if=/dev/zero of=test bs=64k count=4k conv=fdatasync4096+0 records in4096+0 records out268435456 bytes (268 MB) copied, 0.490432 s, 547 MB/s~# dd if=/dev/zero of=test bs=256k count=4k conv=fdatasync4096+0 records in4096+0 records out1073741824 bytes (1.1 GB) copied, 2.9836 s, 360 MB/s~# dd if=/dev/zero of=test bs=64k count=4k oflag=dsync4096+0 records in4096+0 records out268435456 bytes (268 MB) copied, 5.54056 s, 48.4 MB/s[/ol]复制代码3.上海电信Ping值[ol]Pinging 198.199.114.235 with 64 bytes of data:Reply from 198.199.114.*: bytes=64 time=368 TTL=51 seq=1Reply from 198.199.114.*: bytes=64 time=384 TTL=51 seq=2Reply from 198.199.114.*: bytes=64 time=400 TTL=51 seq=3Reply from 198.199.114.*: bytes=64 time=400 TTL=51 seq=4Reply from 198.199.114.*: bytes=64 time=416 TTL=51 seq=5Reply from 198.199.114.*: bytes=64 time=416 TTL=51 seq=6Reply from 198.199.114.*: bytes=64 time=432 TTL=51 seq=7Reply from 198.199.114.*: bytes=64 time=416 TTL=51 seq=8Reply from 198.199.114.*: bytes=64 time=496 TTL=51 seq=9Reply from 198.199.114.*: bytes=64 time=432 TTL=51 seq=10Ping statistics for 198.199.114.*Packets: Sent = 10, Received = 10, Lost = 0 (0% loss),Approximate round trip times in milliseconds:Minimum = 368, Maximum = 496, Average = 416[/ol]复制代码4.上海电信路由跟踪[ol]Tracing route to 198.199.114.* over a maximum of 20 hops1 16ms 1ms 1ms 114.85.128.12 1ms 1ms 1ms 124.74.148.693 1ms 1ms 1ms 124.74.209.2294 1ms 1ms 1ms 61.152.86.1985 1ms 1ms 1ms 202.97.50.2346 1ms 1ms 1ms 202.97.35.947 192ms 192ms 192ms 202.97.58.1628 160ms 160ms 160ms 202.97.90.69 * 336ms * Request timed out.10 272ms 320ms 288ms 89.149.184.15011 320ms 304ms 304ms 173.241.128.23812 352ms 336ms 336ms 198.199.114.*Trace complete.[/ol]复制代码5.网络测试[ol]~# wget cachefly.cachefly.net/100mb.test--2013-05-26 13:46:01-- http://cachefly.cachefly.net/100mb.testResolving cachefly.cachefly.net (cachefly.cachefly.net)... 205.234.175.175Connecting to cachefly.cachefly.net (cachefly.cachefly.net)|205.234.175.175|:80... connected.HTTP request sent, awaiting response... 200 OKLength: 104857600 (100M) [application/octet-stream]Saving to: `100mb.test'100%[======================================>] 104,857,600 26.6M/s in 3.8s2013-05-26 13:46:05 (26.4 MB/s) - `100mb.test' saved [104857600/104857600][/ol]复制代码6.网络测试(深圳腾讯)[ol]~# wget http://dldir1.qq.com/qqfile/qq/QQ2013/2013Beta4/6734/QQ2013Beta4.exe--2013-05-26 13:47:34-- http://dldir1.qq.com/qqfile/qq/QQ2013/2013Beta4/6734/QQ2013Beta4.exeResolving dldir1.qq.com (dldir1.qq.com)... 103.7.29.210, 103.7.29.211, 103.7.29.215, ...Connecting to dldir1.qq.com (dldir1.qq.com)|103.7.29.210|:80... connected.HTTP request sent, awaiting response... 200 OKLength: 58511032 (56M) [application/octet-stream]Saving to: `QQ2013Beta4.exe'100%[======================================>] 58,511,032 179K/s in 7m 50s2013-05-26 13:55:25 (122 KB/s) - `QQ2013Beta4.exe' saved [58511032/58511032][/ol]复制代码 |
|