4 min read

Testing Hosthatch Sweeden

I just managed to grab one SSD vps from Hosthatch in Sweeden today. And as usual, thanks to Abdullah for the deal, and also congratulations for the 3rd year aniversary 🙂
Here is y VZ SSD #2

  • 512MB Memory
  • 512MB vSwap
  • 20 GB SSD disk space
  • 1 TB bandwidth
  • 1 IPv4 and some IPv6


Memory Info

# cat /proc/meminfo
MemTotal:         524288 kB
MemFree:           65224 kB
Cached:           417840 kB
Buffers:               0 kB
Active:             5620 kB
Inactive:         414988 kB
Active(anon):        532 kB
Inactive(anon):     2236 kB
Active(file):       5088 kB
Inactive(file):   412752 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:        524288 kB
SwapFree:         493632 kB
Dirty:                 0 kB
Writeback:             0 kB
AnonPages:          2768 kB
Shmem:             55852 kB
Slab:              38440 kB
SReclaimable:      36004 kB
SUnreclaim:         2436 kB

CPU Info

# cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 62
model name      : Intel(R) Xeon(R) CPU E5-1650 v2 @ 3.50GHz
stepping        : 4
cpu MHz         : 3500.152
cache size      : 12288 KB
physical id     : 0
siblings        : 12
core id         : 0
cpu cores       : 6
apicid          : 0
initial apicid  : 0
fpu             : yes
fpu_exception   : yes
cpuid level     : 13
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdt
scp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmp
erf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pci
d dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand l
ahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid f
sgsbase smep erms
bogomips        : 7000.30
clflush size    : 64
cache_alignment : 64
address sizes   : 46 bits physical, 48 bits virtual
power management:
processor       : 1
vendor_id       : GenuineIntel
cpu family      : 6
model           : 62
model name      : Intel(R) Xeon(R) CPU E5-1650 v2 @ 3.50GHz
stepping        : 4
cpu MHz         : 3500.152
cache size      : 12288 KB
physical id     : 0
siblings        : 12
core id         : 1
cpu cores       : 6
apicid          : 2
initial apicid  : 2
fpu             : yes
fpu_exception   : yes
cpuid level     : 13
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdt
scp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmp
erf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pci
d dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand l
ahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid f
sgsbase smep erms
bogomips        : 7000.30
clflush size    : 64
cache_alignment : 64
address sizes   : 46 bits physical, 48 bits virtual
power management:

Freevps.sh

# wget freevps.us/downloads/bench.sh -O - -o /d
dev/null|bash
CPU model :  Intel(R) Xeon(R) CPU E5-1650 v2 @ 3.50GHz
Number of cores : 2
CPU frequency :  3500.152 MHz
Total amount of ram : 512 MB
Total amount of swap : 512 MB
System uptime :   1:52,
Download speed from CacheFly: 32.0MB/s
Download speed from Coloat, Atlanta GA: 6.79MB/s
Download speed from Softlayer, Dallas, TX: 21.0MB/s
Download speed from Linode, Tokyo, JP: 8.65MB/s
Download speed from i3d.net, Rotterdam, NL: 7.84MB/s
Download speed from Leaseweb, Haarlem, NL: 74.1MB/s
Download speed from Softlayer, Singapore: 7.33MB/s
Download speed from Softlayer, Seattle, WA: 14.3MB/s
Download speed from Softlayer, San Jose, CA: 16.7MB/s
Download speed from Softlayer, Washington, DC: 11.5MB/s
I/O speed :  865 MB/s

Download test

# wget cachefly.cachefly.net/100mb.bin
--2014-04-25 19:39:52--  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 12.8M/s   in 7.1s
2014-04-25 19:39:59 (14.1 MB/s) - `100mb.bin' saved [104857600/104857600]




Disk Inode and Disk Space

# df -i
Filesystem            Inodes   IUsed   IFree IUse% Mounted on
/dev/simfs           10485760   35465 10450295    1% /
tmpfs                  65536       3   65533    1% /lib/init/rw
tmpfs                  65536       2   65534    1% /dev/shm
# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/simfs             20G  1.4G   19G   7% /
tmpfs                 256M     0  256M   0% /lib/init/rw
tmpfs                 256M     0  256M   0% /dev/shm

DD Test

# dd if=/dev/zero of=iotest bs=64k count=16k conv=fdatasync
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB) copied, 1.10116 s, 975 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.29956 s, 826 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.0159 s, 1.1 GB/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, 12.1055 s, 88.7 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, 175.847 s, 6.1 MB/s

IOPING Test

# ioping . -c 6
4096 bytes from . (simfs /vz/private/3685): request=1 time=0.1 ms
4096 bytes from . (simfs /vz/private/3685): request=2 time=1.3 ms
4096 bytes from . (simfs /vz/private/3685): request=3 time=0.8 ms
4096 bytes from . (simfs /vz/private/3685): request=4 time=0.2 ms
4096 bytes from . (simfs /vz/private/3685): request=5 time=1.6 ms
4096 bytes from . (simfs /vz/private/3685): request=6 time=0.1 ms
--- . (simfs /vz/private/3685) ioping statistics ---
6 requests completed in 5004.7 ms, 1452 iops, 5.7 mb/s
min/avg/max/mdev = 0.1/0.7/1.6/0.6 ms
# ioping . -R
--- . (simfs /vz/private/3685) ioping statistics ---
18233 requests completed in 3000.1 ms, 9694 iops, 37.9 mb/s
min/avg/max/mdev = 0.0/0.1/2.5/0.1 ms