Here we go, another benchmark of Prometeus VPS with OpenVZ VZ5
CPU Info
Memory Info :
1 2 3 4 5 6 7 8 |
System : 2 CPU Core 512 MB RAM / 512 MB vSwap 20 GB Disk space 3 TB Monthly bandwidth OpenVZ Node pm14 Debian 6 32bit 1 IPv4 & 2 IPv6 |
CPU Info
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
# cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6176 stepping : 1 cpu MHz : 2299.928 cache size : 512 KB physical id : 0 siblings : 12 core id : 0 cpu cores : 12 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr npt lbrv svm_lock nrip_save pausefilter bogomips : 4599.85 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate processor : 1 vendor_id : AuthenticAMD cpu family : 16 model : 9 model name : AMD Opteron(tm) Processor 6176 stepping : 1 cpu MHz : 2299.928 cache size : 512 KB physical id : 3 siblings : 12 core id : 0 cpu cores : 12 apicid : 48 initial apicid : 48 fpu : yes fpu_exception : yes cpuid level : 5 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr npt lbrv svm_lock nrip_save pausefilter bogomips : 4600.04 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 48 bits physical, 48 bits virtual power management: ts ttp tm stc 100mhzsteps hwpstate |
Memory Info :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# cat /proc/meminfo MemTotal: 524288 kB MemFree: 471012 kB Cached: 33064 kB Active: 40944 kB Inactive: 6460 kB Active(anon): 14272 kB Inactive(anon): 68 kB Active(file): 26672 kB Inactive(file): 6392 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 524288 kB SwapFree: 524288 kB Dirty: 0 kB Writeback: 0 kB AnonPages: 14340 kB Shmem: 37912 kB Slab: 5836 kB SReclaimable: 2996 kB SUnreclaim: 2840 kB |
Freevps.sh :
Download test
IO Test :
IOPING :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# wget freevps.us/downloads/bench.sh -O - -o /dev/null|bash CPU model : AMD Opteron(tm) Processor 6176 Number of cores : 2 CPU frequency : 2299.928 MHz Total amount of ram : 512 MB Total amount of swap : 512 MB System uptime : 4 days, 3:11, Download speed from CacheFly: 32.7MB/s Download speed from Linode, Atlanta GA: 2.93MB/s Download speed from Linode, Dallas, TX: 3.83MB/s Download speed from Linode, Tokyo, JP: 4.20MB/s Download speed from Linode, London, UK: 41.4MB/s Download speed from Leaseweb, Haarlem, NL: 2.20MB/s Download speed from Softlayer, Singapore: 6.11MB/s Download speed from Softlayer, Seattle, WA: 5.06MB/s Download speed from Softlayer, San Jose, CA: 274KB/s Download speed from Softlayer, Washington, DC: 8.25MB/s I/O speed : 97.6 MB/s |
Download test
1 2 3 4 5 6 7 8 9 |
# wget cachefly.cachefly.net/100mb.bin --2012-07-13 09:50:41-- http://cachefly.cachefly.net/100mb.bin 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.bin' 100%[===================================================================================================================>] 104,857,600 16.4M/s in 5.3s 2012-07-13 09:50:47 (18.9 MB/s) - `100mb.bin' saved [104857600/104857600] |
IO Test :
1 2 3 4 |
# dd if=/dev/zero of=iotest bs=64k count=16k conv=fdatasync && rm -rf iotest 16384+0 records in 16384+0 records out 1073741824 bytes (1.1 GB) copied, 12.6037 s, 85.2 MB/s |
IOPING :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
dd if=/dev/zero of=testfilex bs=64k count=16k conv=fdatasync 16384+0 records in 16384+0 records out 1073741824 bytes (1.1 GB) copied, 14.4486 s, 74.3 MB/s ************************ starting ioping tests... *************************************************** ioping disk I/O test (default 1MB working set) *************************************************** disk I/O: / --- / (simfs /vz/private/267) ioping statistics --- 5 requests completed in 4001.9 ms, 3698 iops, 14.4 mb/s min/avg/max/mdev = 0.3/0.3/0.3/0.0 ms ********************************************** seek rate test (default 1MB working set) ********************************************** seek rate: / --- / (simfs /vz/private/267) ioping statistics --- 6579 requests completed in 3001.3 ms, 2608 iops, 10.2 mb/s min/avg/max/mdev = 0.0/0.4/46.9/1.7 ms ********************************************** sequential test (default 1MB working set) ********************************************** ----------------------- sequential: / --- / (simfs /vz/private/267) ioping statistics --- 1929 requests completed in 3000.3 ms, 692 iops, 172.9 mb/s min/avg/max/mdev = 1.2/1.4/3.8/0.2 ms ----------------------- sequential cached I/O: / --- / (simfs /vz/private/267) ioping statistics --- 13656 requests completed in 3000.1 ms, 6264 iops, 1566.0 mb/s min/avg/max/mdev = 0.1/0.2/0.5/0.0 ms --------------------------------------------------------------------------------------- # ioping . -c 5 4096 bytes from . (simfs /vz/private/267): request=1 time=0.3 ms 4096 bytes from . (simfs /vz/private/267): request=2 time=0.3 ms 4096 bytes from . (simfs /vz/private/267): request=3 time=0.3 ms 4096 bytes from . (simfs /vz/private/267): request=4 time=0.3 ms 4096 bytes from . (simfs /vz/private/267): request=5 time=0.3 ms --- . (simfs /vz/private/267) ioping statistics --- 5 requests completed in 4002.1 ms, 3477 iops, 13.6 mb/s min/avg/max/mdev = 0.3/0.3/0.3/0.0 ms --------------------------------------------------------------------------------------- # ioping . -R --- . (simfs /vz/private/267) ioping statistics --- 10686 requests completed in 3000.2 ms, 4761 iops, 18.6 mb/s min/avg/max/mdev = 0.0/0.2/1.8/0.1 ms |
UnixBench :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
# # # # # # # ##### ###### # # #### # # # # ## # # # # # # # ## # # # # # # # # # # # ## ##### ##### # # # # ###### # # # # # # ## # # # # # # # # # # # # ## # # # # # # # ## # # # # #### # # # # # ##### ###### # # #### # # Version 5.1.3 Based on the Byte Magazine Unix Benchmark Multi-CPU version Version 5 revisions by Ian Smith, Sunnyvale, CA, USA January 13, 2011 johantheghost at yahoo period com 1 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10 1 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10 1 x Execl Throughput 1 2 3 1 x File Copy 1024 bufsize 2000 maxblocks 1 2 3 1 x File Copy 256 bufsize 500 maxblocks 1 2 3 1 x File Copy 4096 bufsize 8000 maxblocks 1 2 3 1 x Pipe Throughput 1 2 3 4 5 6 7 8 9 10 1 x Pipe-based Context Switching 1 2 3 4 5 6 7 8 9 10 1 x Process Creation 1 2 3 1 x System Call Overhead 1 2 3 4 5 6 7 8 9 10 1 x Shell Scripts (1 concurrent) 1 2 3 1 x Shell Scripts (8 concurrent) 1 2 3 2 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10 2 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10 2 x Execl Throughput 1 2 3 2 x File Copy 1024 bufsize 2000 maxblocks 1 2 3 2 x File Copy 256 bufsize 500 maxblocks 1 2 3 2 x File Copy 4096 bufsize 8000 maxblocks 1 2 3 2 x Pipe Throughput 1 2 3 4 5 6 7 8 9 10 2 x Pipe-based Context Switching 1 2 3 4 5 6 7 8 9 10 2 x Process Creation 1 2 3 2 x System Call Overhead 1 2 3 4 5 6 7 8 9 10 2 x Shell Scripts (1 concurrent) 1 2 3 2 x Shell Scripts (8 concurrent) 1 2 3 ======================================================================== BYTE UNIX Benchmarks (Version 5.1.3) System: it: GNU/Linux OS: GNU/Linux -- 2.6.32-042stab053.5 -- #1 SMP Tue Mar 27 11:42:17 MSD 2012 Machine: i686 (unknown) Language: en_US.utf8 (charmap="ANSI_X3.4-1968", collate="ANSI_X3.4-1968") CPU 0: AMD Opteron(tm) Processor 6176 (4599.9 bogomips) Hyper-Threading, x86-64, MMX, AMD MMX, Physical Address Ext, AMD virtualization, SYSCALL/SYSRET CPU 1: AMD Opteron(tm) Processor 6176 (4600.0 bogomips) Hyper-Threading, x86-64, MMX, AMD MMX, Physical Address Ext, AMD virtualization, SYSCALL/SYSRET 13:50:13 up 4 days, 7:21, 1 user, load average: 0.00, 0.00, 0.00; runlevel 2 ------------------------------------------------------------------------ Benchmark Run: Fri Jul 13 2012 13:50:13 - 14:23:40 2 CPUs in system; running 1 parallel copy of tests Dhrystone 2 using register variables 10086719.6 lps (10.0 s, 7 samples) Double-Precision Whetstone 1774.8 MWIPS (10.0 s, 7 samples) Execl Throughput 2085.7 lps (29.9 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 536390.5 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 166913.6 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1054160.0 KBps (30.0 s, 2 samples) Pipe Throughput 1013923.5 lps (10.0 s, 7 samples) Pipe-based Context Switching 54644.4 lps (10.0 s, 7 samples) Process Creation 3360.4 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 3770.5 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 665.2 lpm (60.0 s, 2 samples) System Call Overhead 963453.7 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 10086719.6 864.3 Double-Precision Whetstone 55.0 1774.8 322.7 Execl Throughput 43.0 2085.7 485.0 File Copy 1024 bufsize 2000 maxblocks 3960.0 536390.5 1354.5 File Copy 256 bufsize 500 maxblocks 1655.0 166913.6 1008.5 File Copy 4096 bufsize 8000 maxblocks 5800.0 1054160.0 1817.5 Pipe Throughput 12440.0 1013923.5 815.1 Pipe-based Context Switching 4000.0 54644.4 136.6 Process Creation 126.0 3360.4 266.7 Shell Scripts (1 concurrent) 42.4 3770.5 889.3 Shell Scripts (8 concurrent) 6.0 665.2 1108.7 System Call Overhead 15000.0 963453.7 642.3 ======== System Benchmarks Index Score 655.7 ------------------------------------------------------------------------ Benchmark Run: Fri Jul 13 2012 14:23:40 - 14:58:13 2 CPUs in system; running 2 parallel copies of tests Dhrystone 2 using register variables 20006868.8 lps (10.0 s, 7 samples) Double-Precision Whetstone 3533.4 MWIPS (10.0 s, 7 samples) Execl Throughput 3596.9 lps (29.5 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 364219.6 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 102786.0 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 915248.7 KBps (30.0 s, 2 samples) Pipe Throughput 2008828.7 lps (10.0 s, 7 samples) Pipe-based Context Switching 80458.7 lps (10.0 s, 7 samples) Process Creation 6094.2 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 4782.0 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 645.7 lpm (60.1 s, 2 samples) System Call Overhead 1166779.9 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 20006868.8 1714.4 Double-Precision Whetstone 55.0 3533.4 642.4 Execl Throughput 43.0 3596.9 836.5 File Copy 1024 bufsize 2000 maxblocks 3960.0 364219.6 919.7 File Copy 256 bufsize 500 maxblocks 1655.0 102786.0 621.1 File Copy 4096 bufsize 8000 maxblocks 5800.0 915248.7 1578.0 Pipe Throughput 12440.0 2008828.7 1614.8 Pipe-based Context Switching 4000.0 80458.7 201.1 Process Creation 126.0 6094.2 483.7 Shell Scripts (1 concurrent) 42.4 4782.0 1127.8 Shell Scripts (8 concurrent) 6.0 645.7 1076.2 System Call Overhead 15000.0 1166779.9 777.9 ======== System Benchmarks Index Score 839.9 |