No data for disk metrics

Why do I see 'No Data Available' for the metrics Disk Busy and Idle Percentage and Disk IOPS in Linux monitoring?

The Linux monitoring agent uses the utility iostat to capture disk idle and busy percentage and disk IOPS metrics. Please ensure the iostat utility is installed in your server. If not, please install it in the server and restart the monitoring agent service.

Please follow the steps below:
  1. Install the iostat utility
    1. For Debian:
      apt-get install sysstat
    2. For CentOS, Fedora, RHEL:
      yum install sysstat
  2. Execute the below command to check if the iostat utility is installed successfully:
    iostat -x-d
  3. Restart the agent service:
    sudo /opt/site24x7/monagent/bin/monagent restart


    • Related Articles

    • Data retention period for APM metrics

      The table below explains the data retention period for APM metrics data stored by Site24x7. Data type Retention period Traces 7 days Raw data or other metrics 30 days Reports 5 years Related Articles: Data retention for logs Data retention in Real ...
    • How are the metrics calculated in agentless server monitoring?

      SNMP server monitoring Metrics such as CPU, Memory, and Disk utilization are collected via SNMP using the OIDs given below: Attribute OID CPU  .1.3.6.1.2.1.25.3.3.1.2 Memory  .1.3.6.1.2.1.25.5.1.1.2 Disk  .1.3.6.1.2.1.25.2.3.1.6 Free Disk Space (MB)  ...
    • Why am I getting alerts for the disk partitions deleted from the server?

      You might receive alerts for the disk partitions that got deleted from the server because the server monitor might still be monitoring them. If any disk partition is removed from the server, it might not get automatically removed from the server ...
    • What metrics do I get per Linux server monitor?

      For a single Linux server monitor, you will be able to monitor the following metrics to ensure its continued performance: Load average CPU utilization - overall CPU usage, CPU usage by cores, interrupts and context switches, CPU idle time, nice time, ...
    • Troubleshooting steps if you don't see any data after installing the PHP agent

      Problem statement: The APM Insight PHP agent has been installed, but no data is displayed in the Site24x7 web client. Troubleshooting steps: Ensure that you have installed both the PHP agent and the S247DataExporter. Check that you have restarted the ...