Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Plesk on Amazon Web Services (AWS)
      • Plesk on Amazon Web Services (AWS)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Plesk on Amazon Web Services (AWS)
      • Plesk on Amazon Web Services (AWS)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

Plesk for Linux server is running slow: too much IO interactivity

 
autoinstallerawsbackupcpudebug

Symptoms

  • Plesk login is slow or impossible: a white page is shown instead.

  • Plesk interface and websites are working slow. For example, opening the menus Domains > example.com > File Manager or Plesk > Subscriptions takes significant time.

  • Restoration of a Plesk-made backup (specifically, the execution of the utility /usr/lib64/plesk-9.0/sw-tar) can take a lot of time.

  • With the Plesk debug mode enabled, the commands logged to the log file /var/log/plesk/panel.log show that IO operations take a long time to complete:

    Example of a slow server:

    DEBUG [util_exec] [8053637617e48c1bb69e7a15225a3d18-0] Starting: filemng root file_exists /root/.autoinstaller/microupdates.xml --allow-root, stdin:
    DEBUG [util_exec] [8053637617e48c1bb69e7a15225a3d18-0] Finished in 8.4113s, Error code: 0, stdout: 0
    , stderr:
    DEBUG [util_exec] [5b2bb52605a53] Starting: filemng root cat /root/.autoinstaller/microupdates.xml --allow-root, stdin:
    DEBUG [util_exec] [5b2bb52605a53] Finished in 16.7445s, Error code: TRUE, stdout: , stderr:

    Example of normal environment:

    DEBUG [util_exec] [a05daf3428f1f60f55e3b94e5bfc4cb6-0] Starting: filemng root file_exists /root/.autoinstaller/microupdates.xml --allow-root, stdin:
    [2018-06-21 21:23:54.472] DEBUG [util_exec] [a05daf3428f1f60f55e3b94e5bfc4cb6-0] Finished in 0.01272s, Error code: 0, stdout: 0
    , stderr:
    DEBUG [util_exec] [5b2bb4fa73614] Starting: filemng root cat /root/.autoinstaller/microupdates.xml --allow-root, stdin:
    [2018-06-21 21:23:54.486] DEBUG [util_exec] [5b2bb4fa73614] Finished in 0.01314s, Error code: TRUE, stdout: , stderr:

  • Disk write speed is very low:

    • Streaming I/O

      Example of a slow server:

      # dd if=/dev/zero of=/root/testfile bs=512 count=5000 oflag=direct
      3563+0 records in
      3563+0 records out
      1824256 bytes (1.8 MB) copied, 673.815 s, 2.7 kB/s

      Example of normal environment:

      # dd if=/dev/zero of=/root/testfile bs=512 count=5000 oflag=direct
      5000+0 records in
      5000+0 records out
      2560000 bytes (2.6 MB) copied, 0.0180294 s, 142 MB/s

    • Latency

      Example of a slow server:

      # dd if=/dev/zero of=/root/testfile bs=1024M count=1 oflag=direct
      1+0 records in
      1+0 records out
      1073741824 bytes (1.1 GB) copied, 52.631 s, 20.4 MB/s

      Example of normal environment:

      # dd if=/dev/zero of=/root/testfile bs=1024M count=1 oflag=direct
      1+0 records in
      1+0 records out
      1073741824 bytes (1.1 GB) copied, 1.75607 s, 611 MB/s<

  • When running the utility top, high %wa percentage is displayed (CPU waiting for the IO resources):

    # top - 10:52:54 up 3:41, 7 users, load average: 105.98, 102.68, 107.96
    Tasks: 466 total, 19 running, 446 sleeping, 1 stopped, 0 zombie
    %Cpu(s): 8.5 us, 8.5 sy, 0.0 ni, 0.1 id, 82.8 wa, 0.0 hi, 0.1 si, 0.0 st

  • When running the utility iotop, multiple processes are running with 99.99% IO:

    2018-07-02_17_18_16-2018-07-02_16_43_58-Jumper.png__-_Fotos.png

Cause

The hard disk performance is unable to maintain the IO load.

Resolution

  • Check the processes are run on the server and stop unneeded processes.

  • Contact the service provider to troubleshoot the IO performance and modify the disk subsystem to provide better IO.

    Note: Amazon AWS and Lightsail instances may throttle the IO performance: I/O Credits and Burst Performance

Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

You Are Always Safe When You Have an Up-To-Date Plesk Backup

Read More »

Debugging in WordPress Explained

Read More »

3 Things to Monitor in your WordPress Site

Read More »
Knowledge Base

Different operations on Plesk for Linux server fail: /usr/sbin/usermod execution failed: usermod: user is currently used by process

Read More »

How to remove Plesk backup files and their logs

Read More »

How to import PostgreSQL database dump on Plesk for Linux server?

Read More »

On Plesk for Linux server, curl command in chrooted shell or in scheduled task fails: curl: (77) error setting certificate verify locations

Read More »

Hosting Wiki

  • DBMS Interface
  • Server Redundancy
  • Linux Containers
  • Bare Metal Server
  • Backup
  • Oracle VM Server
  • Server Virtualization Software
  • Windows Server
  • Linux
  • Domain
  • Plesk
  • Web Server
  • DNS Server
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family