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

How To Install Graylog in a Kubernetes Cluster Using Helm Charts

The following narrative is based on the assumption that a Kubernetes (current stable version 20.10)…

How To Install Ubuntu Server 20.04

Overview: As of January 2021, the free version of Redhat, namely CentOS 8 has been…

How to Move Virtualbox Guest VMs to Different Hosts

Connect to Source Host and copy files to NAS: ssh webadmin@server01 vboxmanage list running vms…