Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

SSDVirt 256MB 3GB SSD 250GB KVM-256 Benchmark

edited August 2012 in Reviews

This time I will share my benchmark with SSDVirt. Thank's to John

Here is the resources :

Disk Space: 3GB SSD
CPU Cores: 1 x 3.2 Ghz
RAM: 256MB
Bandwidth: 250GB @1Gbps 
1 IPv4 + 5 IPv6
KVM
Node : kvmny01

CPU Info

# 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         : 3192.746
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 clflush mmx fxsr sse sse2 syscall nx lm up pni cx16 hypervisor lahf_lm
bogomips        : 6385.49
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

Memory Info

# cat /proc/meminfo
MemTotal:         254828 kB
MemFree:          213368 kB
Buffers:            8668 kB
Cached:            18536 kB
SwapCached:            0 kB
Active:            18604 kB
Inactive:          14064 kB
Active(anon):       5480 kB
Inactive(anon):      100 kB
Active(file):      13124 kB
Inactive(file):    13964 kB
Unevictable:           0 kB
Mlocked:               0 kB
HighTotal:             0 kB
HighFree:              0 kB
LowTotal:         254828 kB
LowFree:          213368 kB
SwapTotal:        180216 kB
SwapFree:         180216 kB
Dirty:                52 kB
Writeback:             0 kB
AnonPages:          5464 kB
Mapped:             4268 kB
Shmem:               116 kB
Slab:               5252 kB
SReclaimable:       2504 kB
SUnreclaim:         2748 kB
KernelStack:         472 kB
PageTables:          324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:      307628 kB
Committed_AS:      38124 kB
VmallocTotal:     765956 kB
VmallocUsed:        5412 kB
VmallocChunk:     753120 kB
HardwareCorrupted:     0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       4096 kB
DirectMap4k:       12276 kB
DirectMap4M:      249856 kB

Freevps.sh

# 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 :  3192.746 MHz
Total amount of ram : 248 MB
Total amount of swap : 175 MB
System uptime :   1 min,
Download speed from CacheFly: 25.4MB/s
Download speed from Linode, Atlanta GA: 13.2MB/s
Download speed from Linode, Dallas, TX: 7.45MB/s
Download speed from Linode, Tokyo, JP: 3.21MB/s
Download speed from Linode, London, UK: 8.15MB/s
Download speed from Leaseweb, Haarlem, NL: 6.73MB/s
Download speed from Softlayer, Singapore: 2.20MB/s
Download speed from Softlayer, Seattle, WA: 7.18MB/s
Download speed from Softlayer, San Jose, CA: 6.53MB/s
Download speed from Softlayer, Washington, DC: 71.8MB/s
I/O speed :  668 MB/s

Download Test

# wget  cachefly.cachefly.net/100mb.bin
--2012-08-15 05:48:58--  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 20.3M/s   in 4.6s

2012-08-15 05:49:03 (21.8 MB/s) - 100mb.bin

Comments

  • edited August 2012

    Inodes

    # df -i
    Filesystem            Inodes   IUsed   IFree IUse% Mounted on
    /dev/vda1             185472   28961  156511   16% /
    tmpfs                  31853       5   31848    1% /lib/init/rw
    udev                   30743     500   30243    2% /dev
    tmpfs                  31853       1   31852    1% /dev/shm
    

    Disk Space

    # df -h
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/vda1             2.8G  1.8G  915M  67% /
    tmpfs                 125M     0  125M   0% /lib/init/rw
    udev                  121M  112K  120M   1% /dev
    tmpfs                 125M     0  125M   0% /dev/shm
    

    IOPING

    # 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, 1.4753 s, 728 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, 1.56033 s, 688 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, 1.54221 s, 696 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, 2.92811 s, 367 MB/s
    
    # dd if=/dev/zero of=sb-io-test bs=64k count=16k oflag=dsync
    16384+0 records in
    16384+0 records out
    1073741824 bytes (1.1 GB) copied, 10.3126 s, 104 MB/s
    
    **********************************
    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, 2.04152 s, 526 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 . -c 5
    4096 bytes from . (ext3 /dev/disk/by-uuid/b0bda363-df61-4148-b009-d4cd8feab02f): request=1 time=0.1 ms
    4096 bytes from . (ext3 /dev/disk/by-uuid/b0bda363-df61-4148-b009-d4cd8feab02f): request=2 time=0.1 ms
    4096 bytes from . (ext3 /dev/disk/by-uuid/b0bda363-df61-4148-b009-d4cd8feab02f): request=3 time=0.1 ms
    4096 bytes from . (ext3 /dev/disk/by-uuid/b0bda363-df61-4148-b009-d4cd8feab02f): request=4 time=0.1 ms
    4096 bytes from . (ext3 /dev/disk/by-uuid/b0bda363-df61-4148-b009-d4cd8feab02f): request=5 time=0.1 ms
    
    --- . (ext3 /dev/disk/by-uuid/b0bda363-df61-4148-b009-d4cd8feab02f) ioping statistics ---
    5 requests completed in 4001.1 ms, 10183 iops, 39.8 mb/s
    min/avg/max/mdev = 0.1/0.1/0.1/0.0 ms
    
    # ioping . -R
    
    --- . (ext3 /dev/disk/by-uuid/b0bda363-df61-4148-b009-d4cd8feab02f) ioping statistics ---
    13996 requests completed in 3000.3 ms, 7547 iops, 29.5 mb/s
    min/avg/max/mdev = 0.0/0.1/8.0/0.5 ms
    

    Tracert and Ping

    
    # traceroute cachefly.cachefly.net
    traceroute to cachefly.cachefly.net (205.234.175.175), 30 hops max, 60 byte packets
     1  kvmny01.ssdvirt.com (108.61.35.73)  0.582 ms  0.965 ms  1.374 ms
     2  ethernet17-7-br1.pnj1.choopa.net (108.61.92.113)  0.244 ms  0.323 ms  0.321 ms
     3  ae7.ar2.nyc3.us.nlayer.net (69.31.34.77)  2.396 ms  2.395 ms  2.426 ms
     4  vlan-76.ar2.ewr1.us.nlayer.net (69.31.34.131)  5.061 ms  5.151 ms  2.781 ms
     5  vip1.G-anycast1.cachefly.net (205.234.175.175)  1.392 ms  1.610 ms  1.607 ms
    
    # ping -c 10 cachefly.cachefly.net
    PING cachefly.cachefly.net (205.234.175.175) 56(84) bytes of data.
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_req=1 ttl=59 time=1.82 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_req=2 ttl=59 time=1.95 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_req=3 ttl=59 time=1.79 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_req=4 ttl=59 time=1.42 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_req=5 ttl=59 time=1.49 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_req=6 ttl=59 time=1.46 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_req=7 ttl=59 time=1.77 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_req=8 ttl=59 time=1.68 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_req=9 ttl=59 time=1.97 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_req=10 ttl=59 time=1.58 ms
    
    --- cachefly.cachefly.net ping statistics ---
    10 packets transmitted, 10 received, 0% packet loss, time 9012ms
    rtt min/avg/max/mdev = 1.424/1.697/1.979/0.192 ms
    
    Thanked by 1serverbear
  • edited August 2012

    Benchmark still running

  • edited August 2012

    Before enabling virtio :

    # 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, 2.54526 s, 422 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, 2.58242 s, 416 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, 2.5926 s, 414 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, 3.69786 s, 290 MB/s
    
    # dd if=/dev/zero of=sb-io-test bs=64k count=16k oflag=dsync
    16384+0 records in
    16384+0 records out
    1073741824 bytes (1.1 GB) copied, 13.8253 s, 77.7 MB/s
    
  • serverbearserverbear Member
    edited August 2012

    I actually picked up this deal too, here's my report: http://serverbear.com/benchmark/2012/08/12/TjvnpPGESa3sOUHm

    Just make sure you're using the Virtio drivers, I think it gets set to IDE automatically. Not sure how @John feels about making Virtio default.

    Link to offer - http://www.lowendtalk.com/discussion/4092/ssdvirt-ssd-vps-hosting-kvm-e3-cpus-1gbps-new-york#Item_16

  • I've mention it in the top of the post, but you can visit it here :

    http://www.ssdvirt.com/vps.html

  • johnjohn Member
    edited August 2012

    @serverbear, we have clients that use operating systems that do not support virtio by default. The default settings are to ensure maximum compatibility. I have added information to the initial setup email that clients should switch to virtio to get the best performance. I have also been manually checking VPSs a day or so after they are setup and sending a email to the client informing them about virtio.

    @Jack http://www.lowendtalk.com/discussion/comment/107506
    PM me and we can discuss a custom plan.

  • I Cant wait to see the results of mine:)

Sign In or Register to comment.