|
测试报告: vps 配置为 双核心 1G内存 20G硬盘 1000M 500G
1、网络带宽测试
[root@MyCloudServer ~]# wget http://cachefly.cachefly.net/100mb.test
--2014-06-28 20:36:27-- http://cachefly.cachefly.net/100mb.test
Resolving cachefly.cachefly.net... 205.234.175.175
Connecting to cachefly.cachefly.net|205.234.175.175|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104857600 (100M) [application/octet-stream]
Saving to: `100mb.test.5'
100%[======================================>] 104,857,600 72.8M/s in 1.4s
2014-06-28 20:36:28 (72.8 MB/s) - `100mb.test.5' saved [104857600/104857600]
2、硬盘IO测试:
[root@MyCloudServer ~]# dd if=/dev/zero of=test bs=512k count=4k oflag=dsync
4096+0 records in
4096+0 records out
2147483648 bytes (2.1 GB) copied, 20.3989 seconds, 105 MB/s
[root@MyCloudServer ~]# dd if=/dev/zero of=test bs=512k count=4k oflag=dsync
4096+0 records in
4096+0 records out
2147483648 bytes (2.1 GB) copied, 20.2012 seconds, 106 MB/s
[root@MyCloudServer ~]# dd if=/dev/zero of=test bs=512k count=4k oflag=dsync
4096+0 records in
4096+0 records out
2147483648 bytes (2.1 GB) copied, 20.3338 seconds, 106 MB/s
[root@MyCloudServer ~]# dd if=/dev/zero of=test bs=64k count=4k oflag=dsync
4096+0 records in
4096+0 records out
268435456 bytes (268 MB) copied, 6.30773 seconds, 42.6 MB/s
[root@MyCloudServer ~]# dd if=/dev/zero of=test bs=64k count=4k oflag=dsync
4096+0 records in
4096+0 records out
268435456 bytes (268 MB) copied, 6.147 seconds, 43.7 MB/s
[root@MyCloudServer ~]# dd if=/dev/zero of=test bs=64k count=4k oflag=dsync
4096+0 records in
4096+0 records out
268435456 bytes (268 MB) copied, 5.9845 seconds, 44.9 MB/s
3、cpu信息
[root@MyCloudServer ~]# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 45
model name : Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz
stepping : 7
cpu MHz : 2000.026
cache size : 15360 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu de tsc msr pae cx8 apic cmov pat clflush acpi mmx fxsr sse sse2 ss ht nx constant_tsc ida nonstop_tsc arat pni ssse3 sse4_1 sse4_2 popcnt [8]
bogomips : 5029.22
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 45
model name : Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz
stepping : 7
cpu MHz : 2000.026
cache size : 15360 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu de tsc msr pae cx8 apic cmov pat clflush acpi mmx fxsr sse sse2 ss ht nx constant_tsc up ida nonstop_tsc arat pni ssse3 sse4_1 sse4_2 popcnt [8]
bogomips : 5029.22 |
|