Can I view the CPU and memory used by each process running in my server?
Yes, the CPU and memory used by each process in the server can be viewed to find out the root cause of the bottleneck and enable faster troubleshooting. Please follow the steps below:
- Log in to Site24x7 and go to Server > Server Monitor > Servers.
- Click on the server monitor for which you want to analyze the process CPU and memory usage.
- In the Summary tab, scroll down to the CPU Utilization and Memory Utilization graph.
- Hover on the CPU Utilization graph to view the CPU utilization and the top five processes using CPU at that particular time period. Similarly, hover on the Memory Utilization graph to view the memory usage and the top five processes using memory at that particular time period.

This will help drill down to the high CPU and memory consuming processes quicker and resolve the issue instantly.
These charts can also be found under the CPU and Memory tabs respectively.
Related Articles
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 to configure the NGINX status page for monitoring NGINX performance
The NGINX plugin uses the NGINX status page to pull the performance metrics of the NGINX server. You may encounter the following errors while installing the NGINX plugin integration: Error_code : HTTP Error 404: This error usually indicates that the ...
Troubleshoot the Error 404 and Error 99 for RabbitMQ
When installing the RabbitMQ plugin, you may encounter the following errors: HTTP Error 404: Not Found: This error usually occurs when Site24x7's RabbitMQ monitoring plugin attempts to access the /api/overview page of RabbitMQ, but the resource ...
Validating sender email using DKIM authentication
What is DKIM? DomainKeys Identified Mail (DKIM) is an advanced authentication method used widely by email service providers to verify the email from the point of its origin by validating the email sender. It allows the email senders to authenticate ...
Troubleshoot the "pymysql module not found" error when installing the MySQL plugin
If you're encountering the pymysql module not found error, it likely means that the pymysql Python library is not installed on the server. pymysql is a Python package that provides a way to interact with MySQL databases using Python code and is used ...