Linux commands to check CPU Utilization ,memory and disk.
<p>In linux it is mandatory to know commands to check cpu utilization and memory so in this we will discuss.</p>
<h1><strong>CPU utilization</strong></h1>
<p>To check CPU utilization in linux we have different commands. Lets check..</p>
<h2>1. Top</h2>
<p>It provides real-time information about<strong> system performance, including CPU and memory utilization</strong>.</p>
<p>By default, top command updates the data every 5 seconds.</p>
<p>It has different option to sort process like —</p>
<p><strong>P</strong> to sort all running processes by <strong>CPU</strong> <strong>usage</strong>.</p>
<p><strong>M</strong> to sort all running processes by <strong>Memory</strong> <strong>usage</strong>.</p>
<p><a href="https://medium.com/@TheAnshuman/linux-commands-to-check-cpu-utilization-memory-and-disk-c9daf8a53be8"><strong>Visit Now</strong></a></p>