• 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 Slow File I/O and Read/Write Speeds on VPS

steveb

New Pleskian
Hi all,

We are experiencing slow 'file open', 'file close' and read/write speeds on our hosted VPS server in LAMP stack with CENTOS and PLESK.

When you run a test like..

-bash-4.1$ dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync

you get reasonable speeds (155 Mb/sec), but when you run a simple BASH script that reads the contents of a simple .txt file, we're seeing response times 10X slower than comparable servers (same script - one on VPS another in shared hosting). This seems to be one reason non-cached pages on our our Magento installation are significantly lagging.

Is there any chance this could be a PLESK related issue?

We assume not, but are just checking - in the off-chance anyone has seen this before.

Suggestions appreciated!
 
I don't think that it is Plesk related issue. I don't know what sort of virtualization solution do you use, but in case of Virtuozzo there are many tools and settings can be applied for increasing i/o performance for patricular VPS. For example, to monitor I/O operations, you can use the vziotop utility. Also reads from disk are not only using disk resources, CPU is also involved into any I\O operations. Therefore the results may be affected by the CPU settings assigned to the VPS.
So, this issue should be investigated from hardware node side for your VPS.
 
Thanks for the quick reply Igor. Good to get the confirmation re. PLESK.

Wasn't aware of the utility nor CPU angle. Will look into it.

Cheers
 
Back
Top