|
|
本帖最后由 holinhot 于 2014-6-9 16:57 编辑
29$/月
29刀/月
可以享受softlayer 1GB VPS 一台
可以享受softlayer 分配的9个IP独立网关
可以享受softlayer Anycast DNS
可以享受softlayer SendGrid邮件投递服务2.5w封/月
可以享受softlayer RIR Registration
可以享受softlayer RWhois Registration
可以享受softlayer 功能强大的控制面板
可以享受softlayer 优质的服务团队
可以享受NAS EVault iSCSI 和备份方案(收钱)
- [root@us3 ~]# cat /proc/cpuinfo
- processor : 0
- vendor_id : GenuineIntel
- cpu family : 6
- model : 62
- model name : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
- stepping : 4
- cpu MHz : 2600.098
- cache size : 20480 KB
- fpu : yes
- fpu_exception : yes
- cpuid level : 13
- wp : yes
- flags : fpu de tsc msr pae cx8 sep cmov pat clflush mmx fxsr sse sse2 ss ht syscall nx lm up rep_good aperfmperf unfair_spinlock pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes f16c rdrand hypervisor lahf_lm arat epb pln pts dts fsgsbase erms
- bogomips : 5200.19
- clflush size : 64
- cache_alignment : 64
- address sizes : 46 bits physical, 48 bits virtual
- power management:
- [root@us3 ~]# free -m
- total used free shared buffers cached
- Mem: 992 361 631 0 43 243
- -/+ buffers/cache: 74 918
- Swap: 2047 0 2047
- [root@us3 ~]# wget http://cachefly.cachefly.net/100mb.test
- --2014-06-07 09:36:17-- 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: 鈥00mb.test鈥
- 0% [ ] 0 100%[======================================>] 104,857,600 46.9M/s in 2.1s
- 2014-06-07 09:36:24 (46.9 MB/s) - 鈥00mb.test鈥saved [104857600/104857600]
- [root@us3 ~]# virt-what
- xen
- xen-hvm
- [root@us3 ~]# 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, 4.90301 s, 54.7 MB/s
- [root@us3 ~]# 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, 4.63906 s, 57.9 MB/s
- [root@us3 ~]# 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, 4.76317 s, 56.4 MB/s
- [root@us3 ~]# dd if=/dev/zero of=test bs=64k count=4k conv=fdatasync
- 4096+0 records in
- 4096+0 records out
- 268435456 bytes (268 MB) copied, 1.70726 s, 157 MB/s
- [root@us3 ~]# dd if=/dev/zero of=test bs=64k count=4k conv=fdatasync
- 4096+0 records in
- 4096+0 records out
- 268435456 bytes (268 MB) copied, 1.79085 s, 150 MB/s
复制代码
- ------------------------------------------------------------------------
- Benchmark Run: Sat Jun 07 2014 09:39:08 - 10:07:19
- 1 CPU in system; running 1 parallel copy of tests
- Dhrystone 2 using register variables 29231196.0 lps (10.0 s, 7 samples)
- Double-Precision Whetstone 3143.2 MWIPS (9.9 s, 7 samples)
- Execl Throughput 1408.1 lps (29.9 s, 2 samples)
- File Copy 1024 bufsize 2000 maxblocks 186211.1 KBps (30.0 s, 2 samples)
- File Copy 256 bufsize 500 maxblocks 48236.0 KBps (30.0 s, 2 samples)
- File Copy 4096 bufsize 8000 maxblocks 614068.2 KBps (30.0 s, 2 samples)
- Pipe Throughput 281958.3 lps (10.0 s, 7 samples)
- Pipe-based Context Switching 52067.3 lps (10.0 s, 7 samples)
- Process Creation 2590.5 lps (30.0 s, 2 samples)
- Shell Scripts (1 concurrent) 2366.5 lpm (60.0 s, 2 samples)
- Shell Scripts (8 concurrent) 319.7 lpm (60.1 s, 2 samples)
- System Call Overhead 272640.0 lps (10.0 s, 7 samples)
- System Benchmarks Index Values BASELINE RESULT INDEX
- Dhrystone 2 using register variables 116700.0 29231196.0 2504.8
- Double-Precision Whetstone 55.0 3143.2 571.5
- Execl Throughput 43.0 1408.1 327.5
- File Copy 1024 bufsize 2000 maxblocks 3960.0 186211.1 470.2
- File Copy 256 bufsize 500 maxblocks 1655.0 48236.0 291.5
- File Copy 4096 bufsize 8000 maxblocks 5800.0 614068.2 1058.7
- Pipe Throughput 12440.0 281958.3 226.7
- Pipe-based Context Switching 4000.0 52067.3 130.2
- Process Creation 126.0 2590.5 205.6
- Shell Scripts (1 concurrent) 42.4 2366.5 558.1
- Shell Scripts (8 concurrent) 6.0 319.7 532.9
- System Call Overhead 15000.0 272640.0 181.8
- ========
- System Benchmarks Index Score 409.6
- ======= Script description and score comparison completed! =======
复制代码 |
|