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

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:...

Differences between MB, GB and MiB, GiB

MediaCP uses a digital metric of units when referring to data size. In this case 1 (GB) Gigabyte...

OpenVZ virtualization

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

Upgrade MySQL database from 5.6 to 8.0

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

Unable to access MediaCP on port 2020

There are typically only two reasons why the Media Control Panel is inaccessible: The mediacp...