Posted On January 28, 2021

Linux: Check CPU Utilization

kimconnect 0 comments
blog.KimConnect.com >> Linux >> Linux: Check CPU Utilization

There are many utilities that would provide this information. The easiest one that is available in all major Linux distribution would the use of ‘top’ command. Here’s a sample output of: top -i (the -i argument tells top to hide all idle processes)

Sample output of the ‘top’ command

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Linux: How to Change IP Address of CentOS 8 Machine

# Check the network interface config files ls /etc/sysconfig/network-scripts [cuilo@web02 ~]$ ls /etc/sysconfig/network-scripts ifcfg-ens192 #…

Manual Compile of NGINX on CentOS 7

Summary:Normal NGINX that has been installed from repositories does not forward raw TCP packets. Since…

How To Use NXLog On A Windows Client

Step 1: Setup Server - Install a log aggregation server is out of scope of…