Cobra Forum

Plesk Panel => Others => Topic started by: mahesh on Jan 23, 2025, 05:56 AM

Title: iotop error on a Plesk server: command not found
Post by: mahesh on Jan 23, 2025, 05:56 AM
Symptoms
Stdout:
Stderr: /opt/psa/admin/sbin/modules//repair-kit/io.sh: line 6: iotop: command not found
Exit code: 127

Cause
iotop package is not installed.

Resolution
1.Connect to the server via SSH

2.Install the iotop package:

#apt install iotop
#yum install iotop
3.Retry the previous action.