Howdy, Stranger!

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


Looking for high I/O speed hosting
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.

Looking for high I/O speed hosting

kzvkzv Member
edited June 2019 in Requests

I have tested DigitalOcean, Online.net and Amazon with command
dd if=/dev/zero of=/tmp/output bs=8k count=10k; rm -f /tmp/output

DigitalOcean: 169 MB/s
Online.net: 110 MB/s
Amazon: 1.3 GB/s

So I need hosting like Amazon here

VZ Type:
KVM or Xen

Number of Cores: any
RAM: 1GB+
Disk Space: 20GB+
Disk Type: SSD

Bandwidth: 100+ Mbit/sec

Location: any

Budget: 20$/month

Comments

  • poissonpoisson Member
    edited June 2019

    Upcloud has very good disk I/O, maybe even better than Amazon. Click on my affiliate link to get 25 bucks free credits to try for three days, and if you add at least 10 dollars credit within the three days, you get to keep afl the free credit, non-expiring.

  • uptimeuptime Member

    hmmm ... I'm sure you'll find offers within your budget - but I would encourage you to research how to best benchmark disk performance if that is important to you

  • ITLabsITLabs Member

    Maybe you wanna check this comparison by @eva2000: VPS Benchmark Compare

    Thanked by 2uptime eva2000
  • dragon1993dragon1993 Member
    edited June 2019

    Hetzner Cloud NVMe
    800 MB/s - 1.2GB/s

  • Vultr
    jahr@jahrinc:~# dd if=/dev/zero of=/tmp/output bs=8k count=10k; rm -f /tmp/output 10240+0 records in 10240+0 records out 83886080 bytes (84 MB, 80 MiB) copied, 0.0901732 s, 930 MB/s

  • @jahrinc said:
    Vultr
    jahr@jahrinc:~# dd if=/dev/zero of=/tmp/output bs=8k count=10k; rm -f /tmp/output 10240+0 records in 10240+0 records out 83886080 bytes (84 MB, 80 MiB) copied, 0.0901732 s, 930 MB/s

    Wow, that's impressive. Thanks for sharing. what package do you have if you don't me asking?

  • kzvkzv Member

    vultr does not fit as I need 25 port to be open

  • ITLabsITLabs Member

    @kzv said:
    vultr does not fit as I need 25 port to be open

    Just ask support.

  • jahrincjahrinc Member
    edited June 2019

    @ThresherHost said:

    @jahrinc said:
    Vultr
    jahr@jahrinc:~# dd if=/dev/zero of=/tmp/output bs=8k count=10k; rm -f /tmp/output 10240+0 records in 10240+0 records out 83886080 bytes (84 MB, 80 MiB) copied, 0.0901732 s, 930 MB/s

    Wow, that's impressive. Thanks for sharing. what package do you have if you don't me asking?

    The new "High Frequency & NVME". They just launched it like a week or so ago

    Take a peak: https://www.vultr.com/news/Now-Available---High-Frequency-Compute-and-a-Brand-New-Look/

  • Daniel15Daniel15 Veteran
    edited June 2019

    Please don't use dd as a benchmark... It's not really indicative of real-life performance, and caching on the host node can have a big impact on the result (particularly given you're just writing zeroes to the disk).

    You should use fio instead - here's an example command:

    fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=test --filename=test --bs=4k --iodepth=64 --size=4G --readwrite=randrw --rwmixread=75
    

    (from https://support.binarylane.com.au/support/solutions/articles/1000055889-how-to-benchmark-disk-i-o)

    ServerScope will do similar fio tests.

    Maybe try Upcloud, they advertise "faster than SSD" speeds.

    Thanked by 2uptime poisson
  • Id reccomend letbox dalas location specifically. ~1.1gb on the nvme plan

    Thanked by 1letbox
  • jordynegen11jordynegen11 Member
    edited June 2019

    I can offer you this:

    Cloud Server Starter+ (custom)
    - 1 GB RAM
    - 1 CPU Core (i9-9900K)
    - 30 GB NVMe SSD
    - Unlimited bandwidth (FUP)
    - 1 IPv4 address
    - DDoS protection
    - 100 Mbit Uplink
    - Location: The Netherlands

    €4,- /month

  • AnthonySmithAnthonySmith Member, Patron Provider
    edited June 2019

    Am I missing something here, how come a shitty storage node (IO wise) is consistently generating 1 GB/s ?? I guess its just hitting the raid card cache becuase its only doing 84MB

    One of my SAS + SSD Cache nodes produces:

    dd if=/dev/zero of=/tmp/output bs=64k count=80k; rm -f /tmp/output

    81920+0 records in
    81920+0 records out
    5368709120 bytes (5.4 GB) copied, 4.16515 s, 1.3 GB/s

    I bumped the numbers up to exclude the raid card cache as 84MB is nothing.

    Plans available here: https://inceptionhosting.com/vpsukkvm.html from 256mb to 32GB Ram.

    Thanked by 1poisson
  • letboxletbox Member, Patron Provider

    root@xx:~# dd if=/dev/zero of=/tmp/output bs=64k count=80k; rm -f /tmp/output
    81920+0 records in
    81920+0 records out
    5368709120 bytes (5.4 GB, 5.0 GiB) copied, 4.59045 s, 1.2 GB/s
    root@xx:~#

    https://letbox.com/page/box

    Thanked by 1poisson
  • jackbjackb Member, Host Rep

    You forgot conv=fdatasync

Sign In or Register to comment.