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

Useful Linux Command Aliases

# Create an alias command lsn to display files with numerical representation of schmod permissions…

CentOS 8: How to Only Apply Security Updates

[cuilo@test-box ~]# sudo yum --security update CentOS-8 - AppStream 12 kB/s | 4.3 kB 00:00…

Puppet Client Server Lab Setup

Server # Setup client machine name sudo vim /etc/hosts ## Insert this line ## xx.xx.xx.xx…