• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question VPS Disk Speed Using dd

WebHostingAce

Silver Pleskian
Hi,

I know dd command is might not be the best way to test hard disk speed.

I have this SSD VPS, When I do a restart it shows over 400 MB/s for couple of hours.

After couple of hours its goes down to under 200 MB/s.

I contacted the support but they ain't giving any direct answer than everything working fine.

Anyone know why its showing over 400 MB/s for couple of hours and then goes under 200 MB/s?

dd command I use,

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

Thank you.
 
I would suggest you repeat you tests with Bonnie++ - disk and file system benchmarking tool for measuring I/O performance.
Just install it with

# yum install bonnie++

and then run with something like:

# bonnie++ -d /tmp -s 4G -n 0 -m TEST -f -b -u root

Most probably it will give you more relevant results.
Also note, that writing speeds tend to degrade on SSD because of wear-leveling by the SSD controller.
 
Back
Top