Howdy, Stranger!

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


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.

Test the disk I/O of your VPS

1810121314

Comments

  • MasonsHillMasonsHill Member
    edited August 2013

    Prometeus.net

    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, 3.76369 s, 285 MB/s

    OpenVZ.IO

    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, 7.64519 s, 140 MB/s

    Crissic.net

    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.531 s, 102 MB/s

    Very happy with all three services. All are being used to host several sites. So these are not idle and fresh-install numbers.

  • Iniz (NL-SSD-1024):

    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, 1.15774 s, 927 MB/s

  • Our new NL SATA node, 10 x 4TB

    dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync; unlink test
    16384+0 records in
    16384+0 records out
    1073741824 bytes (1.1 GB) copied, 0.878097 s, 1.2 GB/s

  • hdpixelhdpixel Member
    edited August 2013

    2GB SSD / 2 CPU @ DigitalOcean

    San Francisco Location.

    UnixBench score: 1961.5

    I/O rate: 183.0 MB/second

    Bandwidth rate: 54.5 MB/second

    http://serverbear.com/benchmark/2013/08/21/sUOMONVlyv2Hwr0u

  • This seems to work better for SSD Cached
    dd if=/dev/zero of=test bs=8k count=128k conv=fdatasync; unlink test

    LSI Cachecade wont cache blocks larger than 8K I think.

  • @sc754 said:
    I think anything below 100 is unacceptable. I don't buy unless it's ssd cached or better now xD

    Maybe in e-peen land, but in the real world, anything over 30MB/s is perfectly fine.

  • MaouniqueMaounique Host Rep, Veteran

    @GetKVM_Ash said:
    Maybe in e-peen land, but in the real world, anything over 30MB/s is perfectly fine.

    I completely agree, i notice no lag above 30 MB/s, at 20 it does at time and at high db activity (high for me, moderate for others). At 10 is visible even at apt-get dist-upgrade... Below that, i only had at home on CF card :)

  • asterisk14asterisk14 Banned
    edited August 2013

    @Maounique said: Below that, i only had at home on CF card :)

    Or on Host1Free, but even then my asterisk install worked ok. So I guess DD is not the be all and end all :-)

  • Not bad for five bucks a month :)

    [root@kremawurst ~]# dd if=/dev/zero of=/tmp/k0nsl.img bs=64k count=16k conv=fdatasync
    16384+0 records in
    16384+0 records out
    1073741824 bytes (1.1 GB) copied, 3.52657 s, 304 MB/s

  • MaouniqueMaounique Host Rep, Veteran
    dd if=/dev/zero of=/tmp/k0nsl.img bs=64k count=16k conv=fdatasync
    16384+0 records in
    16384+0 records out
    1073741824 bytes (1.1 GB) copied, 0.785704 s, 1.4 GB/s
    

    50 cents a month :P

  • @Maounique said:

    > dd if=/dev/zero of=/tmp/k0nsl.img bs=64k count=16k conv=fdatasync
    > 16384+0 records in
    > 16384+0 records out
    > 1073741824 bytes (1.1 GB) copied, 0.785704 s, 1.4 GB/s
    > 

    50 cents a month :P

    From who? O_o

  • MaouniqueMaounique Host Rep, Veteran

    Dallas servers but that is 50 Euro cents, not dollar cents so i cheated a bit :)

  • @Maounique said:

    > dd if=/dev/zero of=/tmp/k0nsl.img bs=64k count=16k conv=fdatasync
    > 16384+0 records in
    > 16384+0 records out
    > 1073741824 bytes (1.1 GB) copied, 0.785704 s, 1.4 GB/s
    > 

    50 cents a month :P

    Wow that's faster than my ramdisk!

  • prometeus dallas server

    dd if=/dev/zero of=test2 bs=16k count=64k conv=fdatasync

    65536+0 records in
    65536+0 records out
    1073741824 bytes (1.1 GB) copied, 0.90207 seconds, 1.2 GB/s

    Blue3 Bluevm

    dd if=/dev/zero of=test2 bs=16k count=64k conv=fdatasync

    65536+0 records in
    65536+0 records out
    1073741824 bytes (1.1 GB) copied, 20.4446 s, 52.5 MB/s

  • SSDvirt SSD KVM..

    dd if=/dev/zero of=iotest bs=64k count=16k conv=fdatasync && rm -fr iotest 16384+0 records in 16384+0 records out 1073741824 bytes (1.1 GB) copied, 2.31713 s, 463 MB/s

    dd if=/dev/zero of=iotest bs=64k count=16k conv=fdatasync && rm -fr iotest 16384+0 records in 16384+0 records out 1073741824 bytes (1.1 GB) copied, 1.33095 s, 807 MB/s

    Fliphost SSD KVM..

    dd if=/dev/zero of=iotest bs=64k count=16k conv=fdatasync && rm -fr iotest 16384+0 records in 16384+0 records out 1073741824 bytes (1.1 GB) copied, 1.73121 s, 620 MB/s

    dd if=/dev/zero of=iotest bs=64k count=16k conv=fdatasync && rm -fr iotest 16384+0 records in 16384+0 records out 1073741824 bytes (1.1 GB) copied, 1.28463 s, 836 MB/s

    Ramnode OVZ cached

    dd if=/dev/zero of=iotest bs=64k count=16k conv=fdatasync && rm -fr iotest 16384+0 records in 16384+0 records out 1073741824 bytes (1.1 GB) copied, 0.933077 s, 1.2 GB/s

    on fliphost and ssdvirt the first must be the actual performance and second results is the cache kicking in..

  • MaouniqueMaounique Host Rep, Veteran
    edited October 2013

    [root@pm52ovzdallas ~]# dd if=/dev/zero of=/tmp/k0nsl.img bs=64k count=16k conv=fdatasync
    16384+0 records in
    16384+0 records out
    1073741824 bytes (1.1 GB) copied, 0.619697 s, 1.7 GB/s
    
  • earlearl Member
    edited October 2013

    Volumedrive Dedi..

    single drive Samsung:

    dd if=/dev/zero of=iotest bs=64k count=16k conv=fdatasync && rm -fr iotest 16384+0 records in 16384+0 records out 1073741824 bytes (1.1 GB) copied, 8.1952 s, 131 MB/s

    Dual drives Raid0 Seagates:
    ( about 80 mb/s in single drive with no raid)

    dd if=/dev/zero of=iotest bs=64k count=16k conv=fdatasync && rm -fr iotest 16384+0 records in 16384+0 records out 1073741824 bytes (1.1 GB) copied, 7.24603 s, 148 MB/s

    Ramdisk DDR3 1066Mhz:

    dd if=/dev/zero of=iotest bs=64k count=16k conv=fdatasync && rm -fr iotest 16384+0 records in 16384+0 records out 1073741824 bytes (1.1 GB) copied, 1.15131 s, 933 MB/s

  • kyakykyaky Member
    edited October 2013

    directSpace SSD, yearly vps

    [root@DS-OVZ-CAT ~]# 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, 1.42723 s, 752 MB/s
    [root@DS-OVZ-CAT ~]#

  • Nick_ANick_A Member, Top Host, Host Rep

    @earl - 1073741824 bytes (1.1 GB) copied, 0.933077 s, 1.2 GB/s <--- What node is that?...

  • earlearl Member
    edited October 2013

    @Nick_A said:
    earl - 1073741824 bytes (1.1 GB) copied, 0.933077 s, 1.2 GB/s <--- What node is that?...

    I'm on ATLCVZ3.. why??

  • My Prometeus Dallas plan started at about 1.7GB/s when I first signed up but has gone down a lot over time to what seems a bit low for SSD (not that it's slow, still faster than any spinny disk plan I have):

    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, 3.01105 s, 357 MB/s

    OVerZold:

    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, 4.31842 s, 249 MB/s

    VPSDime:

    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, 4.49189 s, 239 MB/s

    Hostigation:

    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, 5.35853 s, 276 MB/s

    High Speed Web:

    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, 5.39452 s, 199 MB/s

    BlueVM Zurich:

    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, 14.1633 s, 75.8 MB/s
  • My Prometeus Dallas plan started at about 1.7GB/s when I first signed up but has gone down a lot over time to what seems a bit low for SSD (not that it's slow, still faster than any spinning disk plan I have):

    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, 3.01105 s, 357 MB/s

    OVerZold:

    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, 4.31842 s, 249 MB/s

    VPSDime:

    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, 4.49189 s, 239 MB/s

    Hostigation:

    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, 5.35853 s, 276 MB/s

    High Speed Web:

    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, 5.39452 s, 199 MB/s

    BlueVM Zurich:

    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, 14.1633 s, 75.8 MB/s
  • MaouniqueMaounique Host Rep, Veteran
    edited October 2013

    @Dylan, if you are on a very low plan, you need to tweak sysctl because it gets out of ram.
    It may work if the VPS is empty (I see you have a xen plan), but as memory fills the speed will degrade.
    This does not mean the disk is slower it means the dd itself has issues due to low ram available. I will double your ram temporarely, reboot and try again :)

  • @DalComp said:
    Below is from DirectSpace 512MB $15/year plan.
    I received an email this morning that all customers will be upgraded to SSD next month. So I want to post here and will revisit next month, see how it's improved.

    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, 38.442 s, 27.9 MB/s
    

    DirectSpace must have forgotten to move me to SSD. I'm still on Xeon 5110 instead of the promised Dual Xeon E5-2630L. Anyway, will let it expire next month.

    # 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, 72.6327 s, 14.8 MB/s
    




    Some more new servers I have:

    Datashack AMD Phenom II x6 1045t; 4x500GB RAID10:

    # 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, 5.48617 s, 196 MB/s
    

    Prometeus Low End VPS - VZ3:

    # 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, 3.45264 s, 311 MB/s
    

    WeLoveServers UK:

    # 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, 11.5039 s, 93.3 MB/s
    

    Backupsy:

    # 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, 5.81406 s, 185 MB/s
    

    Crissic Solutions, famous $15/year plan. Few test outputs ranging 20~40 MB/s.

    # 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, 42.1051 seconds, 25.5 MB/s
    
  • @DalComp said:
    Datashack AMD Phenom II x6 1045t; 4x500GB RAID10:

    Do you know what brand of drives?

  • DylanDylan Member
    edited October 2013

    @Maounique
    The try above was on an empty VPS, but I just realized something was different from when I first got it: I was using CentOS this time and Ubuntu before.

    On a new Ubuntu 12.04 install it gets about 632 MB/s, on Debian 7 980 MB\s, and going back to CentOS 6 358 MB/s. None quite as fast as when I first signed up but apparently there are some very different default sysctl settings!

  • @earl said:
    Do you know what brand of drives?

    It's a dmraid, I'm not sure how to check...

  • @earl, I thought I had tried proper smartctl... Apparently not.

    === START OF INFORMATION SECTION ===
    Model Family:     Hitachi Deskstar 7K1000.C
    Device Model:     Hitachi HDS721050CLA362
    
    Thanked by 1earl
  • @DalComp said:
    It's a dmraid, I'm not sure how to check...

    dmidecode |more

This discussion has been closed.