Howdy, Stranger!

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


Benchmarks for fileMEDIA.de Plan MICRO KVM 256RAM 15GB
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.

Benchmarks for fileMEDIA.de Plan MICRO KVM 256RAM 15GB

acarrascopeacarrascope Banned
edited September 2012 in Reviews

After install Centos 5.5 on the VM, in the very first time for this 3 months trial, i run some benchmarks tests and here the results.

Plan on Trial

500 MHz
256 MB
15 GB
KVM
1 IPv4
2 IPv6
1 TB @ 1Gbit/s

Location

Germany
ISPpro Internet KG

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         : 3392.292
cache size      : 4096 KB
fpu             : yes
fpu_exception   : yes
cpuid level     : 4
wp              : yes
flags           : fpu de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm up pni cx16 lahf_lm
bogomips        : 6784.58
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

Memory Info

# cat /proc/meminfo
MemTotal:       252428 kB
MemFree:         37368 kB
Buffers:         10196 kB
Cached:          97676 kB
SwapCached:          0 kB
Active:         106172 kB
Inactive:        69500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:       252428 kB
LowFree:         37368 kB
SwapTotal:      524280 kB
SwapFree:       524280 kB
Dirty:              24 kB
Writeback:           0 kB
AnonPages:       67828 kB
Mapped:          19264 kB
Slab:            24996 kB
PageTables:       4712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:    650492 kB
Committed_AS:   171512 kB
VmallocTotal: 34359738367 kB
VmallocUsed:      1092 kB
VmallocChunk: 34359735923 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Freevps Script

# 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 :  3392.292 MHz
Total amount of ram : 246 MB
Total amount of swap : 511 MB
System uptime :   6 min,       
Download speed from CacheFly: 14.9MB/s 
Download speed from Linode, Atlanta GA: 2.06MB/s 
Download speed from Linode, Dallas, TX: 1.76MB/s 
Download speed from Linode, Tokyo, JP: 1.08MB/s 
Download speed from Linode, London, UK: 8.23MB/s 
Download speed from Leaseweb, Haarlem, NL: 4.94MB/s 
Download speed from Softlayer, Singapore: 896KB/s 
Download speed from Softlayer, Seattle, WA: 1.51MB/s 
Download speed from Softlayer, San Jose, CA: 1.65MB/s 
Download speed from Softlayer, Washington, DC: 2.37MB/s 
I/O speed :  157 MB/s

Comments

  • IO Tests

    # df -i
    Filesystem            Inodes   IUsed   IFree IUse% Mounted on
    /dev/mapper/VolGroup00-LogVol00
                         3768320   97271 3671049    3% /
    /dev/hda1              26104      35   26069    1% /boot
    tmpfs                  31553       1   31552    1% /dev/shm
    /dev/hdc                   0       0       0    -  /media/CentOS_5.5_Final
    
    
    # df -h
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/mapper/VolGroup00-LogVol00
                           14G  3.0G   11G  23% /
    /dev/hda1              99M   13M   82M  14% /boot
    tmpfs                 124M     0  124M   0% /dev/shm
    /dev/hdc              4.1G  4.1G     0 100% /media/CentOS_5.5_Final
    
    # 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.3486 seconds, 87.0 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, 8.29476 seconds, 129 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, 8.67069 seconds, 124 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, 9.6663 seconds, 111 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, 43.0001 seconds, 25.0 MB/s
    
    
    
    ***************************************************
    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/hda] - Read Ahead: 256
    noop anticipatory deadline [cfq] 
    ----------------------------------
    [/dev/hdc] - Read Ahead: 256
    noop anticipatory deadline [cfq] 
    ----------------------------------
    ***************************************************
    
    **********************************
    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, 8.20237 seconds, 131 MB/s
    
    ************************
    starting ioping tests...
    ***************************************************
    ioping disk I/O test (default 1MB working set)
    ***************************************************
    disk I/O: /dev/hda
    --- /dev/hda (device 15.0 Gb) ioping statistics ---
    5 requests completed in 4074.4 ms, 71 iops, 0.3 mb/s
    min/avg/max/mdev = 10.8/14.0/18.1/3.0 ms
    
    disk I/O: /dev/hdc
    --- /dev/hdc (device 4.1 Gb) ioping statistics ---
    5 requests completed in 4077.3 ms, 71 iops, 0.3 mb/s
    min/avg/max/mdev = 9.8/14.1/20.9/3.9 ms
    
    **********************************************
    seek rate test (default 1MB working set)
    **********************************************
    seek rate: /dev/hda
    --- /dev/hda (device 15.0 Gb) ioping statistics ---
    259 requests completed in 3015.4 ms, 101 iops, 0.4 mb/s
    min/avg/max/mdev = 0.3/9.9/110.9/10.3 ms
    
    seek rate: /dev/hdc
    --- /dev/hdc (device 4.1 Gb) ioping statistics ---
    306 requests completed in 3008.5 ms, 127 iops, 0.5 mb/s
    min/avg/max/mdev = 0.1/7.8/68.2/6.6 ms
    
    **********************************************
    sequential test (default 1MB working set)
    **********************************************
    -----------------------
    sequential: /dev/hda
    --- /dev/hda (device 15.0 Gb) ioping statistics ---
    111 requests completed in 3009.7 ms, 40 iops, 10.0 mb/s
    min/avg/max/mdev = 16.0/25.1/321.0/31.9 ms
    -----------------------
    sequential cached I/O: /dev/hda
    --- /dev/hda (device 15.0 Gb) ioping statistics ---
    647 requests completed in 3002.5 ms, 288 iops, 72.0 mb/s
    min/avg/max/mdev = 0.0/3.5/159.8/10.1 ms
    
    -----------------------
    sequential: /dev/hdc
    --- /dev/hdc (device 4.1 Gb) ioping statistics ---
    144 requests completed in 3005.5 ms, 51 iops, 12.8 mb/s
    min/avg/max/mdev = 7.0/19.6/481.0/54.2 ms
    -----------------------
    sequential cached I/O: /dev/hdc
    --- /dev/hdc (device 4.1 Gb) ioping statistics ---
    280 requests completed in 3289.5 ms, 102 iops, 25.6 mb/s
    min/avg/max/mdev = 0.4/9.8/481.7/39.4 ms
    
  • Network

    
    # traceroute cachefly.cachefly.net
    traceroute to cachefly.cachefly.net (205.234.175.175), 30 hops max, 40 byte packets
     1  gateway.vlan2001.filemedia.net (84.23.64.1)  0.611 ms  0.544 ms  0.503 ms
     2  hawk4-vl1610-10GE.anc-ffm.routers.as35366.net (81.7.0.2)  8.239 ms  8.250 ms  8.285 ms
     3  vip1.G-anycast1.cachefly.net (205.234.175.175)  9.074 ms  9.310 ms  9.109 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_seq=1 ttl=62 time=9.56 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=62 time=8.89 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=62 time=9.54 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=4 ttl=62 time=9.61 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=5 ttl=62 time=8.73 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=6 ttl=62 time=8.83 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=7 ttl=62 time=9.38 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=8 ttl=62 time=9.51 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=9 ttl=62 time=9.48 ms
    64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=10 ttl=62 time=9.08 ms
    
    --- cachefly.cachefly.net ping statistics ---
    10 packets transmitted, 10 received, 0% packet loss, time 9006ms
    rtt min/avg/max/mdev = 8.731/9.265/9.619/0.330 ms
    

    UnixBench

    
       #    #  #    #  #  #    #          #####   ######  #    #   ####   #    #
       #    #  ##   #  #   #  #           #    #  #       ##   #  #    #  #    #
       #    #  # #  #  #    ##            #####   #####   # #  #  #       ######
       #    #  #  # #  #    ##            #    #  #       #  # #  #       #    #
       #    #  #   ##  #   #  #           #    #  #       #   ##  #    #  #    #
        ####   #    #  #  #    #          #####   ######  #    #   ####   #    #
    
       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: localhost.localdomain: GNU/Linux
       OS: GNU/Linux -- 2.6.18-194.el5 -- #1 SMP Fri Apr 2 14:58:14 EDT 2010
       Machine: x86_64 (x86_64)
       Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
       CPU 0: QEMU Virtual CPU version (cpu64-rhel6) (6784.6 bogomips)
              x86-64, MMX, Physical Address Ext, SYSCALL/SYSRET
       18:51:49 up 23 min,  4 users,  load average: 0.57, 0.90, 0.51; runlevel 5
    
    ------------------------------------------------------------------------
    Benchmark Run: Fri Sep 21 2012 18:51:49 - 19:19:43
    1 CPU in system; running 1 parallel copy of tests
    
    Dhrystone 2 using register variables       19347479.1 lps   (10.0 s, 7 samples)
    Double-Precision Whetstone                     1761.3 MWIPS (9.9 s, 7 samples)
    Execl Throughput                               4609.2 lps   (29.9 s, 2 samples)
    File Copy 1024 bufsize 2000 maxblocks        583481.9 KBps  (30.0 s, 2 samples)
    File Copy 256 bufsize 500 maxblocks          174855.4 KBps  (30.0 s, 2 samples)
    File Copy 4096 bufsize 8000 maxblocks       1547618.9 KBps  (30.0 s, 2 samples)
    Pipe Throughput                             1079756.6 lps   (10.0 s, 7 samples)
    Pipe-based Context Switching                 343668.2 lps   (10.0 s, 7 samples)
    Process Creation                              14337.1 lps   (30.0 s, 2 samples)
    Shell Scripts (1 concurrent)                   6379.8 lpm   (60.0 s, 2 samples)
    Shell Scripts (8 concurrent)                    822.2 lpm   (60.1 s, 2 samples)
    System Call Overhead                        1181246.7 lps   (10.0 s, 7 samples)
    
    System Benchmarks Index Values               BASELINE       RESULT    INDEX
    Dhrystone 2 using register variables         116700.0   19347479.1   1657.9
    Double-Precision Whetstone                       55.0       1761.3    320.2
    Execl Throughput                                 43.0       4609.2   1071.9
    File Copy 1024 bufsize 2000 maxblocks          3960.0     583481.9   1473.4
    File Copy 256 bufsize 500 maxblocks            1655.0     174855.4   1056.5
    File Copy 4096 bufsize 8000 maxblocks          5800.0    1547618.9   2668.3
    Pipe Throughput                               12440.0    1079756.6    868.0
    Pipe-based Context Switching                   4000.0     343668.2    859.2
    Process Creation                                126.0      14337.1   1137.9
    Shell Scripts (1 concurrent)                     42.4       6379.8   1504.7
    Shell Scripts (8 concurrent)                      6.0        822.2   1370.4
    System Call Overhead                          15000.0    1181246.7    787.5
                                                                       ========
    System Benchmarks Index Score                                        1103.4
    
  • Nice, thank you for sharing :D
    IO is nice

  • Thanks for your review!

  • @fileMEDIA I got one too, but I was waiting to post my review because everyone would have been running benchmarks and I haven't actually used it properly yet. I'll do and post one soon :)

Sign In or Register to comment.