7 min read

Benchmark for the Online.net small atom dedicated server

This is some of the benchmark for the small atom dedicated server from Online.net

  • Nano U2250 1,60GHz
  • 1 Core, 1 thread
  • Ram 2GB
  • Disk space 160GB
  • Unmetered 100mbps
  • 1 IPv4 and 1 /64 IPv6
  • € 9.99 /month

 
Cpu Info

# cat /proc/cpuinfo
processor       : 0
vendor_id       : CentaurHauls
cpu family      : 6
model           : 15
model name      : VIA Nano processor U2250 (1.6GHz Capable)
stepping        : 3
cpu MHz         : 1595.670
cache size      : 1024 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 10
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush acpi mmx fxsr sse sse2 ss tm syscall nx lm constant_tsc up rep_good pni monitor vmx est tm2 ssse3 cx16 xtpr rng rng_en ace ace_en ace2 phe phe_en lahf_lm
bogomips        : 3191.34
clflush size    : 64
cache_alignment : 128
address sizes   : 36 bits physical, 48 bits virtual
power management:


Memory Info

# cat /proc/meminfo
MemTotal:        2041656 kB
MemFree:         1728412 kB
Buffers:           28984 kB
Cached:           241016 kB
SwapCached:            0 kB
Active:           142784 kB
Inactive:         146292 kB
Active(anon):      21464 kB
Inactive(anon):     1424 kB
Active(file):     121320 kB
Inactive(file):   144868 kB
Unevictable:           0 kB
Mlocked:               0 kB
HighTotal:       1158472 kB
HighFree:         894164 kB
LowTotal:         883184 kB
LowFree:          834248 kB
SwapTotal:       3999736 kB
SwapFree:        3999736 kB
Dirty:                20 kB
Writeback:             0 kB
AnonPages:         19088 kB
Mapped:            13980 kB
Shmem:              3816 kB
Slab:              16128 kB
SReclaimable:      12300 kB
SUnreclaim:         3828 kB
KernelStack:         584 kB
PageTables:          596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     5020564 kB
Committed_AS:     164192 kB
VmallocTotal:     122880 kB
VmallocUsed:        7880 kB
VmallocChunk:     106856 kB
HardwareCorrupted:     0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       4096 kB
DirectMap4k:       12280 kB
DirectMap4M:      892928 kB

 
Freevps.sh

# wget freevps.us/downloads/bench.sh -O - -o /dev/null|bash
CPU model :  VIA Nano processor U2250 (1.6GHz Capable)
Number of cores : 1
CPU frequency :  1595.651 MHz
Total amount of ram : 1993 MB
Total amount of swap : 3905 MB
System uptime :   2 min,
Download speed from CacheFly: 15.3MB/s
Download speed from Coloat, Atlanta GA: 8.59MB/s
Download speed from Softlayer, Dallas, TX: 11.7MB/s
Download speed from Linode, Tokyo, JP: 6.71MB/s
Download speed from i3d.net, NL: 47.4MB/s
Download speed from Leaseweb, Haarlem, NL: 47.4MB/s
Download speed from Softlayer, Singapore: 5.10MB/s
Download speed from Softlayer, Seattle, WA: 10.3MB/s
Download speed from Softlayer, San Jose, CA: 8.06MB/s
Download speed from Softlayer, Washington, DC: 18.2MB/s
I/O speed :  78.3 MB/s

Download test from Cachefly

# wget  cachefly.cachefly.net/100mb.bin
--2013-08-01 23:03:12--  http://cachefly.cachefly.net/100mb.bin
Resolving cachefly.cachefly.net... 178.33.235.161
Connecting to cachefly.cachefly.net|178.33.235.161|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104857600 (100M) [application/octet-stream]
Saving to: `100mb.bin'
100%[==============================================================================================================================>] 104,857,600 12.9M/s   in 7.0s
2013-08-01 23:03:25 (14.3 MB/s) - `100mb.bin' saved [104857600/104857600]

 
Disk space info

# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda2             143G  1.3G  135G   1% /
tmpfs                 997M     0  997M   0% /lib/init/rw
udev                  993M   96K  993M   1% /dev
tmpfs                 997M     0  997M   0% /dev/shm
/dev/sda1             184M   20M  156M  11% /boot

 
DD Test

# 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, 20.4543 s, 52.5 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, 28.9268 s, 37.1 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, 20.4978 s, 52.4 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, 56.3857 s, 19.0 MB/s

 
 IOPING Test

# 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/sda] - 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, 20.2777 s, 53.0 MB/s
************************
starting ioping tests...
***************************************************
ioping disk I/O test (default 1MB working set)
***************************************************
disk I/O: /dev/sda
--- /dev/sda (device 149.1 Gb) ioping statistics ---
5 requests completed in 4107.3 ms, 47 iops, 0.2 mb/s
min/avg/max/mdev = 16.0/21.4/25.7/3.9 ms
**********************************************
seek rate test (default 1MB working set)
**********************************************
seek rate: /dev/sda
--- /dev/sda (device 149.1 Gb) ioping statistics ---
153 requests completed in 3006.0 ms, 51 iops, 0.2 mb/s
min/avg/max/mdev = 9.0/19.6/43.5/5.4 ms
**********************************************
sequential test (default 1MB working set)
**********************************************
-----------------------
sequential: /dev/sda
--- /dev/sda (device 149.1 Gb) ioping statistics ---
934 requests completed in 3001.4 ms, 317 iops, 79.4 mb/s
min/avg/max/mdev = 2.5/3.2/49.6/1.7 ms
-----------------------
sequential cached I/O: /dev/sda
--- /dev/sda (device 149.1 Gb) ioping statistics ---
1546 requests completed in 3001.0 ms, 751 iops, 187.8 mb/s
min/avg/max/mdev = 0.1/1.3/24.1/1.6 ms
-----------------------------------------
# ioping . -c 5
4096 bytes from . (ext4 /dev/disk/by-uuid/12a9db48-d400-41d0-9dea-eaa9b24125a0): request=1 time=0.2 ms
4096 bytes from . (ext4 /dev/disk/by-uuid/12a9db48-d400-41d0-9dea-eaa9b24125a0): request=2 time=0.2 ms
4096 bytes from . (ext4 /dev/disk/by-uuid/12a9db48-d400-41d0-9dea-eaa9b24125a0): request=3 time=0.2 ms
4096 bytes from . (ext4 /dev/disk/by-uuid/12a9db48-d400-41d0-9dea-eaa9b24125a0): request=4 time=0.2 ms
4096 bytes from . (ext4 /dev/disk/by-uuid/12a9db48-d400-41d0-9dea-eaa9b24125a0): request=5 time=0.2 ms
--- . (ext4 /dev/disk/by-uuid/12a9db48-d400-41d0-9dea-eaa9b24125a0) ioping statistics ---
5 requests completed in 4001.5 ms, 5593 iops, 21.8 mb/s
min/avg/max/mdev = 0.2/0.2/0.2/0.0 ms
# ioping . -R
--- . (ext4 /dev/disk/by-uuid/12a9db48-d400-41d0-9dea-eaa9b24125a0) ioping statistics ---
509 requests completed in 3005.0 ms, 171 iops, 0.7 mb/s
min/avg/max/mdev = 0.1/5.8/15.7/3.6 ms

 
Unixbench

# wget http://byte-unixbench.googlecode.com/files/UnixBench5.1.3.tgz
# tar -zxvf UnixBench5.1.3.tgz
# cd UnixBench
# make
# ./Run
make all
make[1]: Entering directory `/root/UnixBench'
Checking distribution of files
./pgms  exists
./src  exists
./testdir  exists
./tmp  exists
./results  exists
make[1]: Leaving directory `/root/UnixBench'
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
sh: 3dinfo: not found
   #    #  #    #  #  #    #          #####   ######  #    #   ####   #    #
   #    #  ##   #  #   #  #           #    #  #       ##   #  #    #  #    #
   #    #  # #  #  #    ##            #####   #####   # #  #  #       ######
   #    #  #  # #  #    ##            #    #  #       #  # #  #       #    #
   #    #  #   ##  #   #  #           #    #  #       #   ##  #    #  #    #
    ####   #    #  #  #    #          #####   ######  #    #   ####   #    #
   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: sd-27171: GNU/Linux
   OS: GNU/Linux -- 2.6.32-5-686 -- #1 SMP Fri May 10 08:33:48 UTC 2013
   Machine: i686 (unknown)
   Language: en_US.utf8 (charmap="ANSI_X3.4-1968", collate="ANSI_X3.4-1968")
   CPU 0: VIA Nano processor U2250 (1.6GHz Capable) (3191.3 bogomips)
          x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
   23:19:57 up  6:22,  1 user,  load average: 6.03, 6.22, 6.23; runlevel 2
------------------------------------------------------------------------
Benchmark Run: Thu Aug 01 2013 23:19:57 - 23:48:14
1 CPU in system; running 1 parallel copy of tests
Dhrystone 2 using register variables        1895965.5 lps   (10.0 s, 7 samples)
Double-Precision Whetstone                      666.0 MWIPS (10.0 s, 7 samples)
Execl Throughput                               1374.6 lps   (29.8 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks        103371.0 KBps  (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks           27475.4 KBps  (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks        306080.8 KBps  (30.0 s, 2 samples)
Pipe Throughput                              153327.6 lps   (10.0 s, 7 samples)
Pipe-based Context Switching                  62772.2 lps   (10.0 s, 7 samples)
Process Creation                               4151.1 lps   (30.0 s, 2 samples)
Shell Scripts (1 concurrent)                   2371.8 lpm   (60.0 s, 2 samples)
Shell Scripts (8 concurrent)                    299.4 lpm   (60.1 s, 2 samples)
System Call Overhead                         471736.0 lps   (10.0 s, 7 samples)
System Benchmarks Index Values               BASELINE       RESULT    INDEX
Dhrystone 2 using register variables         116700.0    1895965.5    162.5
Double-Precision Whetstone                       55.0        666.0    121.1
Execl Throughput                                 43.0       1374.6    319.7
File Copy 1024 bufsize 2000 maxblocks          3960.0     103371.0    261.0
File Copy 256 bufsize 500 maxblocks            1655.0      27475.4    166.0
File Copy 4096 bufsize 8000 maxblocks          5800.0     306080.8    527.7
Pipe Throughput                               12440.0     153327.6    123.3
Pipe-based Context Switching                   4000.0      62772.2    156.9
Process Creation                                126.0       4151.1    329.5
Shell Scripts (1 concurrent)                     42.4       2371.8    559.4
Shell Scripts (8 concurrent)                      6.0        299.4    499.0
System Call Overhead                          15000.0     471736.0    314.5
                                                                   ========
System Benchmarks Index Score                                         256.3

 
ServerBear

http://serverbear.com/benchmark/2013/08/01/cKWNuLR5RWV87SCn