Howdy, Stranger!

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


How fast can you I/O on your LowEndBox? - Page 2
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.

How fast can you I/O on your LowEndBox?

2

Comments

  • For me it's less that I actually need that high of an I/O and more of I like to see that the providers take pride in their service to give you the best overall performance. Also, that they don't overload their nodes to the point where things seem so sluggish.

  • gsrdgrdghdgsrdgrdghd Member
    edited January 2012
    xx@xx:/tmp/ioping-0.6$ ./ioping -c 5 /tmp
    4096 bytes from /tmp (simfs /vz/private/319): request=1 time=0.1 ms
    4096 bytes from /tmp (simfs /vz/private/319): request=2 time=0.2 ms
    4096 bytes from /tmp (simfs /vz/private/319): request=3 time=0.1 ms
    4096 bytes from /tmp (simfs /vz/private/319): request=4 time=0.1 ms
    4096 bytes from /tmp (simfs /vz/private/319): request=5 time=0.1 ms
    
    --- /tmp (simfs /vz/private/319) ioping statistics ---
    5 requests completed in 4001.6 ms, 8375 iops, 32.7 mb/s
    min/avg/max/mdev = 0.1/0.1/0.2/0.0 ms
    
    

    I don't really know if its good or bad

  • FranciscoFrancisco Top Host, Host Rep, Veteran

    /tmp is a tmpfs so that doesn't really count :)

    try from /root

    Francisco

  • @Francisco said: /tmp is a tmpfs so that doesn't really count :)

    Oh i always thought /tmp was just located on the normal file system.

    Anyway here you go with /root/, not much of a difference though

    xxx@yyy:/tmp/ioping-0.6$ sudo ./ioping -c 5 /root/
    [sudo] password for xxx:
    4096 bytes from /root/ (simfs /vz/private/319): request=1 time=0.1 ms
    4096 bytes from /root/ (simfs /vz/private/319): request=2 time=0.1 ms
    4096 bytes from /root/ (simfs /vz/private/319): request=3 time=0.2 ms
    4096 bytes from /root/ (simfs /vz/private/319): request=4 time=0.2 ms
    4096 bytes from /root/ (simfs /vz/private/319): request=5 time=0.1 ms
    
    --- /root/ (simfs /vz/private/319) ioping statistics ---
    5 requests completed in 4001.5 ms, 7246 iops, 28.3 mb/s
    min/avg/max/mdev = 0.1/0.1/0.2/0.0 ms
    
  • @Francisco said: /tmp is a tmpfs so that doesn't really count :)

    Are you not mistaking that with /dev/shm ?

  • @miTgiB said: Are you not mistaking that with /dev/shm ?

    +1

    But, not always. For example my vserver at edis allocates 16MB for /tmp in RAM

  • FranciscoFrancisco Top Host, Host Rep, Veteran
    edited January 2012

    @miTgiB said: Are you not mistaking that with /dev/shm ?

    That too, but i'm seeing it a lot more instances where /tmp is a tmpfs as well (debian, etc).

    Francisco

  • @Francisco said: /tmp is a tmpfs so that doesn't really count :)

    ioping shows that isn't the case....

    @gsrdgrdghd said: 4096 bytes from /root/ (simfs /vz/private/319): request=1 time=0.1 ms

  • FranciscoFrancisco Top Host, Host Rep, Veteran

    @sleddog said: ioping shows that isn't the case....

    You're assuming that the OVZ devs actually coded something correctly :)

    Either way, nice results!

    Francisco

  • InceptionHosting
    [root@mars ~]#dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
    16384+0 records in
    16384+0 records out
    1073741824 bytes (1.1 GB) copied, 8.97836 seconds, 120 MB/s
    [root@mars ~]#

    XenSmart
    root@uranus:~# dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
    16384+0 records in
    16384+0 records out
    1073741824 bytes (1.1 GB) copied, 10.5485 s, 102 MB/s
    root@uranus:~#

  • minamina Member
    edited January 2012

    Thehosthouse 256MB KVM

    --- . ioping statistics ---
    10 requests completed in 9037.7 ms, 416 iops 1.6 mb/s
    min/avg/max/mdev = 0.5/2.4/4.4/1.2 ms

    I'd say for the price, under 3 pounds a month, this is a keeper! :)

    I'm thinking iops and stable latency to storage medium is more important than write speed, so how about we change this test to "ioping . -c 10", would be interesting to see what kind of iops people get with their vpses :).

  • jollyworkshosting.com
    Tiny Two package

    Speeds differ.

    16384+0 records in
    16384+0 records out
    1073741824 bytes (1.1 GB) copied, 39.6021 seconds, 27.1 MB/s
    or
    1073741824 bytes (1.1 GB) copied, 28.5103 seconds, 37.7 MB/s
    or
    1073741824 bytes (1.1 GB) copied, 45.1631 seconds, 23.8 MB/s

  • RamHost (UK-1, vz69)
    vpn:~/ioping-0.6# ./ioping -c 5 /root/
    4096 bytes from /root/ (ext3 /dev/sda1): request=1 time=0.4 ms
    4096 bytes from /root/ (ext3 /dev/sda1): request=2 time=0.5 ms
    4096 bytes from /root/ (ext3 /dev/sda1): request=3 time=0.5 ms
    4096 bytes from /root/ (ext3 /dev/sda1): request=4 time=0.5 ms
    4096 bytes from /root/ (ext3 /dev/sda1): request=5 time=0.4 ms

    --- /root/ (ext3 /dev/sda1) ioping statistics ---
    5 requests completed in 4003.0 ms, 2296 iops, 9.0 mb/s
    min/avg/max/mdev = 0.4/0.4/0.5/0.1 ms

    ChicagoVPS (1GB Package, Chicago VPS14)
    [root@server3 ioping-0.6]# ./ioping -c 5 /root/
    4096 bytes from /root/ (simfs /dev/simfs): request=1 time=22.0 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=2 time=18.3 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=3 time=16.4 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=4 time=0.2 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=5 time=19.0 ms

    --- /root/ (simfs /dev/simfs) ioping statistics ---
    5 requests completed in 4081.2 ms, 66 iops, 0.3 mb/s
    min/avg/max/mdev = 0.2/15.2/22.0/7.7 ms

    AsuraHosting (VPS-256, Master Node)
    root@ea:~/ioping-0.6# ./ioping -c 5 /root/
    4096 bytes from /root/ (simfs /dev/simfs): request=1 time=10.0 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=2 time=0.2 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=3 time=0.2 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=4 time=0.2 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=5 time=0.2 ms

    --- /root/ (simfs /dev/simfs) ioping statistics ---
    5 requests completed in 4016.5 ms, 459 iops, 1.8 mb/s
    min/avg/max/mdev = 0.2/2.2/10.0/3.9 ms

  • @AsuraHosting said: RamHost (UK-1, vz69)

    vpn:~/ioping-0.6# ./ioping -c 5 /root/
    4096 bytes from /root/ (ext3 /dev/sda1): request=1 time=0.4 ms
    4096 bytes from /root/ (ext3 /dev/sda1): request=2 time=0.5 ms
    4096 bytes from /root/ (ext3 /dev/sda1): request=3 time=0.5 ms
    4096 bytes from /root/ (ext3 /dev/sda1): request=4 time=0.5 ms
    4096 bytes from /root/ (ext3 /dev/sda1): request=5 time=0.4 ms

    --- /root/ (ext3 /dev/sda1) ioping statistics ---
    5 requests completed in 4003.0 ms, 2296 iops, 9.0 mb/s
    min/avg/max/mdev = 0.4/0.4/0.5/0.1 ms

    And we have a winner!

    I bet this one works so much better than any BuyVM hitting 500MB/s+ sequential write but only gives couple hundred iops.

  • @mina said: I bet this one works so much better than any BuyVM

    I'm sorry, what?

    -22:20:09- Nurvus:~ :: root # ./ioping -c 5 /root/
    4096 bytes from /root/ (simfs /dev/simfs): request=1 time=0.1 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=2 time=0.2 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=3 time=0.2 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=4 time=0.2 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=5 time=0.2 ms
    
    --- /root/ (simfs /dev/simfs) ioping statistics ---
    5 requests completed in 4005.7 ms, 5855 iops, 22.9 mb/s
    min/avg/max/mdev = 0.1/0.2/0.2/0.0 ms
    Thanked by 1Mon5t3r
  • Mon5t3rMon5t3r Member
    edited January 2012

    @Aldryic said: I'm sorry, what?

    best "what" of the week..

  • Burst.net $5.95/month 512mb OpenVZ VPS in Scranton

    ioping . -c 5
    4096 bytes from . (simfs /dev/simfs): request=1 time=0.1 ms
    4096 bytes from . (simfs /dev/simfs): request=2 time=0.1 ms
    4096 bytes from . (simfs /dev/simfs): request=3 time=0.1 ms
    4096 bytes from . (simfs /dev/simfs): request=4 time=0.1 ms
    4096 bytes from . (simfs /dev/simfs): request=5 time=0.1 ms
    
    --- . (simfs /dev/simfs) ioping statistics ---
    5 requests completed in 4004.3 ms, 10482 iops, 40.9 mb/s
    min/avg/max/mdev = 0.1/0.1/0.1/0.0 ms

    Hostigation $30/year KVM VPS in LA:

    ioping . -c 5
    4096 bytes from . (ext4 /dev/vda1): request=1 time=0.1 ms
    4096 bytes from . (ext4 /dev/vda1): request=2 time=0.1 ms
    4096 bytes from . (ext4 /dev/vda1): request=3 time=0.2 ms
    4096 bytes from . (ext4 /dev/vda1): request=4 time=0.2 ms
    4096 bytes from . (ext4 /dev/vda1): request=5 time=0.2 ms
    
    --- . (ext4 /dev/vda1) ioping statistics ---
    5 requests completed in 4003.5 ms, 6418 iops, 25.1 mb/s
    min/avg/max/mdev = 0.1/0.2/0.2/0.0 ms

    SecureDragon $16/year 128mb Xen

    ioping . -c 5
    4096 bytes from . (ext3 /dev/xvda1): request=1 time=0.1 ms
    4096 bytes from . (ext3 /dev/xvda1): request=2 time=0.2 ms
    4096 bytes from . (ext3 /dev/xvda1): request=3 time=0.3 ms
    4096 bytes from . (ext3 /dev/xvda1): request=4 time=0.2 ms
    4096 bytes from . (ext3 /dev/xvda1): request=5 time=0.2 ms
    
    --- . (ext3 /dev/xvda1) ioping statistics ---
    5 requests completed in 4001.9 ms, 4916 iops, 19.2 mb/s
    min/avg/max/mdev = 0.1/0.2/0.3/0.1 ms

    Home server (no raid, almost no load)

    ioping . -c 5
    4096 bytes from . (ext4 /dev/mapper/250g-250gb--p1): request=1 time=0.3 ms
    4096 bytes from . (ext4 /dev/mapper/250g-250gb--p1): request=2 time=0.2 ms
    4096 bytes from . (ext4 /dev/mapper/250g-250gb--p1): request=3 time=0.2 ms
    4096 bytes from . (ext4 /dev/mapper/250g-250gb--p1): request=4 time=0.2 ms
    4096 bytes from . (ext4 /dev/mapper/250g-250gb--p1): request=5 time=0.2 ms
  • dancom96dancom96 Member
    edited January 2012

    AlienVPS 128mb (my only LEB so far)

    4096 bytes from /root/ (simfs /vz/private/5175): request=1 time=0.3 ms

    4096 bytes from /root/ (simfs /vz/private/5175): request=2 time=0.2 ms
    4096 bytes from /root/ (simfs /vz/private/5175): request=3 time=0.2 ms
    4096 bytes from /root/ (simfs /vz/private/5175): request=4 time=0.3 ms
    4096 bytes from /root/ (simfs /vz/private/5175): request=5 time=0.2 ms

    --- /root/ (simfs /vz/private/5175) ioping statistics ---

    5 requests completed in 4002.3 ms, 4337 iops, 16.9 mb/s
    min/avg/max/mdev = 0.2/0.2/0.3/0.0 ms

    By the way, how do you quote properly?

  • Buyvm:

    xxx@yyy:/tmp/ioping-0.6$ sudo ./ioping -c 5 /root/
    [sudo] password for xxx:
    4096 bytes from /root/ (simfs /dev/simfs): request=1 time=0.2 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=2 time=0.2 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=3 time=28.6 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=4 time=3.2 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=5 time=4.9 ms
    
    --- /root/ (simfs /dev/simfs) ioping statistics ---
    5 requests completed in 4069.4 ms, 135 iops, 0.5 mb/s
    min/avg/max/mdev = 0.2/7.4/28.6/10.8 ms
    

    Misterhost.de

    xxx@yyy:/tmp/ioping-0.6$ sudo ./ioping -c 5 /root/
    [sudo] password for xxx:
    4096 bytes from /root/ (simfs /vz/private/319): request=1 time=0.1 ms
    4096 bytes from /root/ (simfs /vz/private/319): request=2 time=0.2 ms
    4096 bytes from /root/ (simfs /vz/private/319): request=3 time=0.2 ms
    4096 bytes from /root/ (simfs /vz/private/319): request=4 time=0.2 ms
    4096 bytes from /root/ (simfs /vz/private/319): request=5 time=0.2 ms
    
    --- /root/ (simfs /vz/private/319) ioping statistics ---
    5 requests completed in 4001.7 ms, 6158 iops, 24.1 mb/s
    min/avg/max/mdev = 0.1/0.2/0.2/0.0 ms

    Server4You (not really lowend)

    xxx@yyy:/tmp/ioping-0.6$ sudo ./ioping -c 5 /root/
    [sudo] password for xxx:
    4096 bytes from /root/ (vzfs /dev/vzfs): request=1 time=0.1 ms
    4096 bytes from /root/ (vzfs /dev/vzfs): request=2 time=0.3 ms
    4096 bytes from /root/ (vzfs /dev/vzfs): request=3 time=0.1 ms
    4096 bytes from /root/ (vzfs /dev/vzfs): request=4 time=0.2 ms
    4096 bytes from /root/ (vzfs /dev/vzfs): request=5 time=0.2 ms
    
    --- /root/ (vzfs /dev/vzfs) ioping statistics ---
    5 requests completed in 4004.0 ms, 5453 iops, 21.3 mb/s
    min/avg/max/mdev = 0.1/0.2/0.3/0.1 ms
    

    Cripperz.sg

    xxx@yyy:/tmp/ioping-0.6$ sudo ./ioping -c 5 /root/
    4096 bytes from /root/ (simfs /dev/simfs): request=1 time=1.2 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=2 time=0.9 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=3 time=0.3 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=4 time=0.6 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=5 time=1.1 ms
    
    --- /root/ (simfs /dev/simfs) ioping statistics ---
    5 requests completed in 4016.5 ms, 1176 iops, 4.6 mb/s
    min/avg/max/mdev = 0.3/0.9/1.2/0.3 ms
    

    I guess misterhost.de wins :D

  • @dancom96 said: By the way, how do you quote properly?

    Highlite some text in a post, and a little "Quote" link-in-a-box will appear near your cursor.

    Thanked by 1dancom96
  • @Aldryic said: I'm sorry, what?

    What about @gsrdgrdghd's? :O!

  • @Kairus said: What about @gsrdgrdghd's? :O!

    Yeah, that's pretty damn odd. It's worth giving it a second run... threads like these are murder. Someone mentions testing, and suddenly everyone slams the nodes <_<

  • @Aldryic said: Someone mentions testing, and suddenly everyone slams the nodes

    Exactly. And at the end of the day it's all irrelevant. 'dd' and 'ioping' scores correlate more closely with phases of the moon than with real-world performance.

  • FranciscoFrancisco Top Host, Host Rep, Veteran

    @Aldryic said: Yeah, that's pretty damn odd. It's worth giving it a second run... threads like these are murder. Someone mentions testing, and suddenly everyone slams the nodes <_<

    I bet he's on the older setups. The older setups are very hit/miss for that all. If he isn't then i'd for sure like to see a ticket.

    Francisco

  • @Aldryic said: It's worth giving it a second run

    xxx@yyy:/tmp/ioping-0.6$ sudo ./ioping -c 5 /root/
    4096 bytes from /root/ (simfs /dev/simfs): request=1 time=0.1 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=2 time=0.4 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=3 time=0.4 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=4 time=0.3 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=5 time=21.7 ms
    
    --- /root/ (simfs /dev/simfs) ioping statistics ---
    5 requests completed in 4029.9 ms, 218 iops, 0.9 mb/s
    min/avg/max/mdev = 0.1/4.6/21.7/8.6 ms
    

    @Francisco:
    According to Stallion: Node 128 (node38)

  • FranciscoFrancisco Top Host, Host Rep, Veteran

    Hrm, nope, that's an upgraded one. I'm seeing around 1500 iops on the HN side so it's possible CFQ is just being cheap to you, but we're for sure strain testing .32.

    There's a user ripping duplicity, wish this box was running .32 so I could see his IOPS :/

    Francisco

  • Well i sometimes get better results too:

    xxx@yyy:/tmp/ioping-0.6$ sudo ./ioping -c 5 /root/
    [sudo] password for xxx:
    4096 bytes from /root/ (simfs /dev/simfs): request=1 time=0.2 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=2 time=0.4 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=3 time=0.2 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=4 time=0.2 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=5 time=0.2 ms
    
    --- /root/ (simfs /dev/simfs) ioping statistics ---
    5 requests completed in 4018.0 ms, 3978 iops, 15.5 mb/s
    min/avg/max/mdev = 0.2/0.3/0.4/0.1 ms
    
    xxx@yyy:/tmp/ioping-0.6$ sudo ./ioping -c 5 /root/
    4096 bytes from /root/ (simfs /dev/simfs): request=1 time=0.2 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=2 time=0.2 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=3 time=0.2 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=4 time=0.3 ms
    4096 bytes from /root/ (simfs /dev/simfs): request=5 time=3.1 ms
    
    --- /root/ (simfs /dev/simfs) ioping statistics ---
    5 requests completed in 4013.7 ms, 1207 iops, 4.7 mb/s
    min/avg/max/mdev = 0.2/0.8/3.1/1.1 ms

    I'm using the server for OpenStatus monitoring only, so IOPS isn't important for me :)

    But we really shouldn't turn this thread into a BuyVM support thread :D

  • qenoxqenox Member
    edited January 2012

    Try using ./ioping -c 5 /root/somefile ; you'll get different results. I haven't look into how ioping works, but pointing to a directory or a file seems to make a difference

  • qenoxqenox Member
    edited January 2012

    [root@dns2 ioping-0.6]# ./ioping -c 5 /root/

    4096 bytes from /root (ext3 /dev/xvda1): request=1 time=0.2 ms
    4096 bytes from /root (ext3 /dev/xvda1): request=2 time=0.2 ms
    4096 bytes from /root (ext3 /dev/xvda1): request=3 time=0.2 ms
    4096 bytes from /root (ext3 /dev/xvda1): request=4 time=0.2 ms
    4096 bytes from /root (ext3 /dev/xvda1): request=5 time=0.2 ms
    --- /root (ext3 /dev/xvda1) ioping statistics ---
    5 requests completed in 4001.7 ms, 4803 iops, 18.8 mb/s
    min/avg/max/mdev = 0.2/0.2/0.2/0.0 ms

    [root@dns2 ioping-0.6]# ./ioping -c 5 /root/test

    4096 bytes from /root/test (ext3 /dev/xvda1): request=1 time=0.4 ms
    4096 bytes from /root/test (ext3 /dev/xvda1): request=2 time=0.4 ms
    4096 bytes from /root/test (ext3 /dev/xvda1): request=3 time=0.4 ms
    4096 bytes from /root/test (ext3 /dev/xvda1): request=4 time=0.3 ms
    4096 bytes from /root/test (ext3 /dev/xvda1): request=5 time=7.3 ms
    --- /root/test (ext3 /dev/xvda1) ioping statistics ---
    5 requests completed in 4009.5 ms, 570 iops, 2.2 mb/s
    min/avg/max/mdev = 0.3/1.8/7.3/2.8 ms

    That's a repeatable difference

  • @gsrdgrdghd any difference if you escalate to root first and then run it (so don't use sudo).

Sign In or Register to comment.