Metrics for one Linux monitor

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, wait time, steal time, system time, hardware & software interrupts time, user space time
  • Memory utilization - overall memory usage, swap memory utilization, used memory utilization, memory pages (In/Out/Fault), installed memory
  • Memory break-up - free physical memory (MB), free swap memory (MB)
  • Disk idle and busy percentage
  • Disk usage with capacity plan
  • Recent events
  • Top process by CPU and memory
  • System statistics including login count, total services and processes running
  • Processes - stats on CPU and memory usage, thread and handle count, and the number of instances
  • Disks - Average and individual disk usage, disk partition details, disk (I/O)
  • Network stats on data sent and received, input and output traffic, bandwidth, packets sent and received, error packets
  • Resource Checks - monitor files, directories, syslogs, URLs and ports
In addition to this, you can monitor any data that you want by using Site24x7's 50+ ready-to-use plugin integrations, or write your own plugin script using Python and Shell. Not just monitoring, the performance data is presented in customizable dashboards and ready-to-understand performance reports; and for every downtime a detailed root cause analysis (RCA) report is triggered and sent to the user based on alerting contact.
Licensing tip: Know the features you get for one basic server monitor 


Related Articles:

    • Related Articles

    • What metrics do I get per Windows server monitor?

      For a single Windows server monitor, you will be able to monitor the following metrics to ensure its continued performance: CPU utilization - Overall CPU usage, CPU usage by cores, interrupts and context switches Processor queue length System idle ...
    • Steps to install Linux monitoring agent in custom platforms/distributions

      If you want to install the Site24x7 Server Monitoring agent in platforms/flavors other than Debian, Ubuntu, CentOS, RedHat, Madriva, Fedora, Suse, Amazon Linux, Gentoo, CoreOS, Raspberry Pi (requires Python 3 and above), ARM Processor (requires ...
    • Understanding VMware VM and guest OS metrics

      Log in to your Site24x7 account, and navigate to VMware > Virtual Machine. Click on any desired VM name. Metrics from the VM monitor The metrics that you view are your VM's occupancy in its parent ESX host. Using Memory Utilization as an example, the ...
    • No data for service and process in Windows server monitor

      If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...
    • How is the total CPU usage calculated for a Linux server monitor?

      CPU Utilization is calculated using the 'top' command. CPU Utilization = 100 - idle time Eg: idle value = 93.1  CPU Utilization = ( 100 - 93.1 ) = 6.9% If the server is an AWS instance, CPU usage is calculated using the formula: CPU Utilization = 100 ...