After the official launching of Prometeus Cloud – iwStack, now I would like to post a benchmark for it.
My current iwStack setup :
- Ram 512MB
- Disk Space 10GB
- 1 IPv4 and /56 IPv6
- Operating System Debian 6 32bit configured with Minstall 2.5.7
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 |
# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 13 model name : QEMU Virtual CPU version (cpu64-rhel6) stepping : 3 cpu MHz : 1999.999 cache size : 4096 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 4 wp : yes flags : fpu de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pse36 cl flush mmx fxsr sse sse2 syscall nx lm up pni cx16 hypervisor lahf_lm bogomips : 3999.99 clflush size : 64 cache_alignment : 64 address sizes : 46 bits physical, 48 bits virtual power management: |
Freevps.sh
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 : QEMU Virtual CPU version (cpu64-rhel6) Number of cores : 1 CPU frequency : 1999.999 MHz Total amount of ram : 502 MB Total amount of swap : 465 MB System uptime : 18 days, 15:57, Download speed from CacheFly: 58.4MB/s Download speed from Coloat, Atlanta GA: 8.44MB/s Download speed from Softlayer, Dallas, TX: 7.52MB/s Download speed from Linode, Tokyo, JP: 722KB/s Download speed from i3d.net, NL: 19.5MB/s Download speed from Leaseweb, Haarlem, NL: 57.5MB/s Download speed from Softlayer, Singapore: 3.60MB/s Download speed from Softlayer, Seattle, WA: 5.96MB/s Download speed from Softlayer, San Jose, CA: 6.10MB/s Download speed from Softlayer, Washington, DC: 9.81MB/s I/O speed : 207 MB/s |
Download test from cachefly
1 2 3 4 5 6 7 8 9 |
# wget cachefly.cachefly.net/100mb.bin --2013-09-17 06:47:37-- 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 42.4M/s in 2.4s 2013-09-17 06:47:40 (42.4 MB/s) - `100mb.bin' saved [104857600/104857600] |
Disk space info
1 2 3 4 5 6 7 8 9 10 11 12 |
# df -h Filesystem Size Used Avail Use% Mounted on /dev/vda1 9.4G 2.3G 6.7G 25% / tmpfs 252M 0 252M 0% /lib/init/rw udev 251M 112K 251M 1% /dev tmpfs 252M 0 252M 0% /dev/shm # df -i Filesystem Inodes IUsed IFree IUse% Mounted on /dev/vda1 625856 42730 583126 7% / tmpfs 64340 3 64337 1% /lib/init/rw udev 64045 465 63580 1% /dev tmpfs 64340 2 64338 1% /dev/shm |
DD Test
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# dd if=/dev/zero of=iotest bs=64k count=16k conv=fdatasync && rm -r f iotest 16384+0 records in 16384+0 records out 1073741824 bytes (1.1 GB) copied, 3.60797 s, 298 MB/s # dd if=/dev/zero of=sb-io-test bs=1M count=1k conv=fdatasync 1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB) copied, 3.38883 s, 317 MB/s # dd if=/dev/zero of=sb-io-test bs=64k count=16k conv=fdatasync 16384+0 records in 16384+0 records out 1073741824 bytes (1.1 GB) copied, 7.28581 s, 147 MB/s # dd if=/dev/zero of=sb-io-test bs=1M count=1k oflag=dsync .1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB) copied, 7.00912 s, 153 MB/s |
IOPING Test
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 |
# wget http://vbtechsupport.com/ioping/ioping.zip # unzip ioping.zip # chmod +x ioping.sh # ./ioping.sh *************************************************** ioping code.google.com/p/ioping/ ioping.sh 0.9.8 shell wrapper script by George Liu (eva2000) http://vbtechsupport.com *************************************************** *************************************************** Disk Schedulers & Read Ahead (Queue Size x 2): *************************************************** [/dev/sd*] - Read Ahead: ---------------------------------- *************************************************** ********************************** dd (sequential disk speed test)... ********************************** 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, 5.00204 s, 215 MB/s ************************ starting ioping tests... *************************************************** ioping disk I/O test (default 1MB working set) *************************************************** disk I/O: /dev/sd* ioping: stat "/dev/sd*" failed: No such file or directory ********************************************** seek rate test (default 1MB working set) ********************************************** seek rate: /dev/sd* ioping: stat "/dev/sd*" failed: No such file or directory ********************************************** sequential test (default 1MB working set) ********************************************** ----------------------- sequential: /dev/sd* ioping: stat "/dev/sd*" failed: No such file or directory ----------------------- sequential cached I/O: /dev/sd* ioping: stat "/dev/sd*" failed: No such file or directory ----------------------------------------- ioping.sh 0.9.8 - http://vbtechsupport.com by George Liu (eva2000) ----------------------------------------- ioping.sh 0.9.8 MENU ----------------------------------------- |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# ioping . -c 5 4096 bytes from . (ext3 /dev/disk/by-uuid/92d9c147-4135-4865-b769-e9078262fa8c): request=1 time=8.0 ms 4096 bytes from . (ext3 /dev/disk/by-uuid/92d9c147-4135-4865-b769-e9078262fa8c): request=2 time=0.4 ms 4096 bytes from . (ext3 /dev/disk/by-uuid/92d9c147-4135-4865-b769-e9078262fa8c): request=3 time=0.4 ms 4096 bytes from . (ext3 /dev/disk/by-uuid/92d9c147-4135-4865-b769-e9078262fa8c): request=4 time=0.5 ms 4096 bytes from . (ext3 /dev/disk/by-uuid/92d9c147-4135-4865-b769-e9078262fa8c): request=5 time=0.4 ms --- . (ext3 /dev/disk/by-uuid/92d9c147-4135-4865-b769-e9078262fa8c) ioping stati stics --- 5 requests completed in 4010.4 ms, 516 iops, 2.0 mb/s min/avg/max/mdev = 0.4/1.9/8.0/3.0 ms # ioping . -R --- . (ext3 /dev/disk/by-uuid/92d9c147-4135-4865-b769-e9078262fa8c) ioping stati stics --- 7355 requests completed in 3000.3 ms, 3231 iops, 12.6 mb/s min/avg/max/mdev = 0.1/0.3/127.0/2.1 ms |
Serverbear Benchmark
http://serverbear.com/benchmark/2013/09/17/GguIapvBmnKgdaxq
koq io nya jelek banget mas.. :-/
Ini SAN mas, jadi agak rendah daripada SSD. Tapi datanya aman 🙂