Howdy, Stranger!

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


Very low I/O VPS
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.

Very low I/O VPS

tomlbtomlb Member
edited September 2016 in Providers

Hello
I am using SSDNODES VPS and today I've test the I/O using command

dd if=/dev/zero of=test bs=1G count=1 oflag=direct

But the result is only 10.7MB/s, it's very slow, right?

I have an other VPS from Dediserve and the result is 687MB/s

Why they are so different ? Could you please explain?

Thanks

Thanked by 1dediserve

Comments

  • [root@ssdn ~]# dd if=/dev/zero of=test bs=1G count=1 oflag=direct
    1+0 records in
    1+0 records out
    1073741824 bytes (1.1 GB) copied, 1.20289 s, 893 MB/s
    

    No problem here, have you submitted a ticket about it?

  • tomlbtomlb Member
    edited September 2016

    I've submitted a ticket but

    Our ticket volume is unusually high, we apologize for any delays in response.

  • HostBasticHostBastic Member, Host Rep

    Maybe you are hosted on a oversold node

  • rm_rm_ IPv6 Advocate, Veteran

    Don't use oflag=direct, try oflag=fdatasync.

Sign In or Register to comment.