Monday, April 2, 2012

Reviewing a Xen PV VPS

This is the first time experience with XEN PV VPS. Looking at it, I found it much more better than openVZ ones. Here are some tests I have performed:
Network Tests
# wget  http://dl.dropbox.com/u/44794654/bench.sh -O - -o /dev/null|bash
System uptime :   15 min,       
Download speed from CacheFly: 11.0MB/s 
Download speed from Linode, Atlanta GA: 11.24MB/s 
Download speed from Linode, Dallas, TX: 16.0MB/s 
Download speed from Linode, Tokyo, JP: 6.11MB/s 
Download speed from Linode, London, UK: 9.16MB/s 
Download speed from Leaseweb, Haarlem, NL: 8.37MB/s 
Disk IO Tests
# dd if=/dev/zero of=test bs=16k count=64k conv=fdatasync;rm -f test
65536+0 records in
65536+0 records out
1073741824 bytes (1.1 GB) copied, 17.7806 s, 60.4 MB/s
Disk IO Latency Test
# wget http://ioping.googlecode.com/files/ioping-0.6.tar.gz
# tar xvf ioping-0.6.tar.gz
# cd ioping-0.6/
# make
# ./ioping .
4096 bytes from . (ext3 /dev/root): request=1 time=21.6 ms
4096 bytes from . (ext3 /dev/root): request=2 time=15.0 ms
4096 bytes from . (ext3 /dev/root): request=3 time=17.5 ms
4096 bytes from . (ext3 /dev/root): request=4 time=32.7 ms
4096 bytes from . (ext3 /dev/root): request=5 time=3.4 ms
4096 bytes from . (ext3 /dev/root): request=6 time=12.9 ms
4096 bytes from . (ext3 /dev/root): request=7 time=47.6 ms
4096 bytes from . (ext3 /dev/root): request=8 time=67.3 ms
4096 bytes from . (ext3 /dev/root): request=9 time=21.5 ms
4096 bytes from . (ext3 /dev/root): request=10 time=1.0 ms
4096 bytes from . (ext3 /dev/root): request=11 time=11.4 ms
4096 bytes from . (ext3 /dev/root): request=12 time=25.1 ms
4096 bytes from . (ext3 /dev/root): request=13 time=32.7 ms
4096 bytes from . (ext3 /dev/root): request=14 time=9.3 ms
4096 bytes from . (ext3 /dev/root): request=15 time=14.0 ms
4096 bytes from . (ext3 /dev/root): request=16 time=20.7 ms
4096 bytes from . (ext3 /dev/root): request=17 time=0.7 ms

--- . (ext3 /dev/root) ioping statistics ---
17 requests completed in 17096.6 ms, 48 iops, 0.2 mb/s
min/avg/max/mdev = 0.7/20.8/67.3/16.5 ms
Links:
VPSNode Homepage

0 comments:

Post a Comment