This time I will write some review from Kimsufi Micro VKS which we can get it for free here
CPU Info
Memory Info :
1 2 3 4 5 6 7 8 |
System : 1 vCPU Processor 128 MB RAM Storage 5GB 500GB monthly traffic ( 10Mbps bandwidth ) IPv4 + IPv6 addresses Unauthorised UDP traffic Outgoing traffic forbidden on port 25 |
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 |
# cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 16 model : 2 model name : AMD Opteron(tm) Processor 6172 stepping : 3 cpu MHz : 2100.025 cache size : 512 KB physical id : 0 siblings : 4 core id : 0 cpu cores : 4 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 rdtscp lm 3dnowext 3dnow constant_tsc rep_good tsc_reliable nonstop_tsc unfair_spinlock pni cx16 popcnt hypervisor lahf_lm extapic abm sse4a misalignsse 3dnowprefetch osvw bogomips : 4200.05 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: |
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: 131072 kB MemFree: 99920 kB Cached: 22360 kB Active: 22064 kB Inactive: 1244 kB Active(anon): 140 kB Inactive(anon): 808 kB Active(file): 21924 kB Inactive(file): 436 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 131072 kB SwapFree: 124900 kB Dirty: 0 kB Writeback: 0 kB AnonPages: 948 kB Shmem: 0 kB Slab: 7724 kB SReclaimable: 6232 kB SUnreclaim: 1492 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 6172 Number of cores : 1 CPU frequency : 2100.025 MHz Total amount of ram : 128 MB Total amount of swap : 128 MB System uptime : 6 days, 1:21, Download speed from CacheFly: 14.3MB/s Download speed from Linode, Atlanta GA: 7.80MB/s Download speed from Linode, Dallas, TX: 70.0MB/s Download speed from Linode, Tokyo, JP: 8.02MB/s Download speed from Linode, London, UK: 3.82MB/s Download speed from Leaseweb, Haarlem, NL: 285KB/s Download speed from Softlayer, Singapore: 5.85MB/s Download speed from Softlayer, Seattle, WA: 12.3MB/s Download speed from Softlayer, San Jose, CA: 35.8MB/s Download speed from Softlayer, Washington, DC: 15.9MB/s I/O speed : 134 MB/s |
Download test
1 2 3 4 5 6 7 8 9 |
# wget cachefly.cachefly.net/100mb.bin --2012-07-11 06:31:55-- 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 13.2M/s in 8.2s 2012-07-11 06:32:03 (12.2 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, 7.27804 s, 148 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, 8.08888 s, 133 MB/s ************************ starting ioping tests... *************************************************** ioping disk I/O test (default 1MB working set) *************************************************** disk I/O: / --- / (simfs /vz/vms/17835/private) ioping statistics --- 5 requests completed in 4006.0 ms, 1078 iops, 4.2 mb/s min/avg/max/mdev = 0.8/0.9/1.0/0.1 ms ********************************************** seek rate test (default 1MB working set) ********************************************** seek rate: / --- / (simfs /vz/vms/17835/private) ioping statistics --- 5135 requests completed in 3000.3 ms, 2112 iops, 8.2 mb/s min/avg/max/mdev = 0.0/0.5/4.9/0.2 ms ********************************************** sequential test (default 1MB working set) ********************************************** ----------------------- sequential: / --- / (simfs /vz/vms/17835/private) ioping statistics --- 1297 requests completed in 3001.3 ms, 457 iops, 114.3 mb/s min/avg/max/mdev = 1.5/2.2/4.2/0.2 ms ----------------------- sequential cached I/O: / --- / (simfs /vz/vms/17835/private) ioping statistics --- 15294 requests completed in 3000.6 ms, 9155 iops, 2288.7 mb/s min/avg/max/mdev = 0.1/0.1/0.4/0.0 ms --------------------------------------------------------------------------------------- # ioping . -c 5 4096 bytes from . (simfs /vz/vms/17835/private): request=1 time=1.2 ms 4096 bytes from . (simfs /vz/vms/17835/private): request=2 time=1.2 ms 4096 bytes from . (simfs /vz/vms/17835/private): request=3 time=1.2 ms 4096 bytes from . (simfs /vz/vms/17835/private): request=4 time=1.1 ms 4096 bytes from . (simfs /vz/vms/17835/private): request=5 time=1.1 ms --- . (simfs /vz/vms/17835/private) ioping statistics --- 5 requests completed in 4007.3 ms, 867 iops, 3.4 mb/s min/avg/max/mdev = 1.1/1.2/1.2/0.0 ms --------------------------------------------------------------------------------------- # ioping . -R --- . (simfs /vz/vms/17835/private) ioping statistics --- 5871 requests completed in 3000.4 ms, 2408 iops, 9.4 mb/s min/avg/max/mdev = 0.0/0.4/1.9/0.2 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 |
# # # # # # # ##### ###### # # #### # # # # ## # # # # # # # ## # # # # # # # # # # # ## ##### ##### # # # # ###### # # # # # # ## # # # # # # # # # # # # ## # # # # # # # ## # # # # #### # # # # # ##### ###### # # #### # # 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 ======================================================================== BYTE UNIX Benchmarks (Version 5.1.3) System: vks17835: GNU/Linux OS: GNU/Linux -- 2.6.32-042stab055.10 -- #1 SMP Thu May 10 15:38:32 MSD 2012 Machine: i686 (unknown) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: AMD Opteron(tm) Processor 6172 (4200.1 bogomips) Hyper-Threading, x86-64, MMX, AMD MMX, Physical Address Ext, SYSCALL/SYSRET 07:40:17 up 6 days, 1:30, 1 user, load average: 0.08, 0.03, 0.00; runlevel 2 ------------------------------------------------------------------------ Benchmark Run: Fri Jul 13 2012 07:40:17 - 08:08:12 1 CPU in system; running 1 parallel copy of tests Dhrystone 2 using register variables 9379426.4 lps (10.0 s, 7 samples) Double-Precision Whetstone 1576.0 MWIPS (10.0 s, 7 samples) Execl Throughput 1911.5 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 513183.8 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 158956.5 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 812121.3 KBps (30.0 s, 2 samples) Pipe Throughput 1058236.6 lps (10.0 s, 7 samples) Pipe-based Context Switching 12367.2 lps (10.0 s, 7 samples) Process Creation 3002.5 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 1015.9 lpm (60.1 s, 2 samples) Shell Scripts (8 concurrent) 175.5 lpm (60.2 s, 2 samples) System Call Overhead 1391438.6 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 9379426.4 803.7 Double-Precision Whetstone 55.0 1576.0 286.5 Execl Throughput 43.0 1911.5 444.5 File Copy 1024 bufsize 2000 maxblocks 3960.0 513183.8 1295.9 File Copy 256 bufsize 500 maxblocks 1655.0 158956.5 960.5 File Copy 4096 bufsize 8000 maxblocks 5800.0 812121.3 1400.2 Pipe Throughput 12440.0 1058236.6 850.7 Pipe-based Context Switching 4000.0 12367.2 30.9 Process Creation 126.0 3002.5 238.3 Shell Scripts (1 concurrent) 42.4 1015.9 239.6 Shell Scripts (8 concurrent) 6.0 175.5 292.4 System Call Overhead 15000.0 1391438.6 927.6 ======== System Benchmarks Index Score 452.0 |