I recently migrated from a 2019 HDD-based VPS at a legacy provider to a new "SSD" VPS at RackNerd. Expected improvement. Observed regression.
Symptoms:
1. Random read latency: 12-18ms (should be <1ms for true SSD)
2. Sequential write: 80MB/s (slower than my old HDD box at 110MB/s)
3. `iostat -x 1` shows %util spikes to 99% under light load
Hypothesis: overselling or layered virtualization. The provider advertises "SSD storage" without specifying interface type or provisioning model.
Has anyone benchmarked RackNerd recently? I am specifically interested in QEMU cache mode configurations and whether they pass through `cache=none` or use unsafe writeback defaults.
My recommendation: run `fio --name=randread --ioengine=libaio --iodepth=32 --rw=randread --bs=4k --direct=1 --size=4G --numjobs=4 --group_reporting` before any migration.