Poor Disk Performance - Silence on tracks, Slow Installation, Panel Slowdown

If you are encountering silence on AutoDJ playback, slow installation or panel slowdown this can be cause by poor disk performance. We recommend you test your disk latency with the following command:

dd if=/dev/zero of=/tmp/test2.img bs=512 count=1000 oflag=dsync

This should complete almost instantly with the normal threshold for disk latency is about 10-80ms. 100ms would be considered poor performance, but we have seen customers hit 30-120 seconds of latency which can cause major issues.

[root@server ~]# dd if=/dev/zero of=/tmp/test2.img bs=512 count=1000 oflag=dsync
1000+0 records in
1000+0 records out
512000 bytes (512 kB, 500 KiB) copied, 36.6377 s, 14.0 kB/s

If you see poor disk latency, we recommend contacting your VPS provider regarding this as they could potentially help. In most cases however it is necessary to migrate to a server with better disk performance.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Upgrade MySQL database from 5.6 to 8.0

There is a significant performance advantage by upgrading the MySQL service running on the...

OpenVZ virtualization

During the installation or upgrade of MediaCP you might receive the following notice: ERROR:...

Change MediaCP Domain Name

It is possible to change the domain name of the MediaCP by following the procedures below. 1....

Capture log files for troubleshooting

MediaCP log files for core application services are stored at /usr/local/mediacp/log/ and are...

There is not enough space on this disk to backup the MediaCP and contents

While performing a backup (either automatic or manual) you may encounter the error message below:...