
First, right-click on a column name and pick Select columns.You can go to the Details tab to get more information on CPU utilization. If the CPU column is absent, right-click on any column name and tick CPU.It also displays the total CPU usage above the column name.Click on CPU to sort the list in ascending or descending order based on the CPU usage. You can see each app’s current CPU usage on the CPU column.The easiest method is to press the Ctrl + Shift + Escape hotkey. There are many ways to open the Task Manager. It provides somewhat brief information on this data, which is sufficient for most users. The Task Manager is the most common program to check CPU usage. But you can also use command-line interfaces such as PowerShell. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.Most users often use GUI tools such as Task Manager or Resource Monitor to check CPU usage on Windows OS. This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. There may be problems with these applications as well that may require further debugging or troubleshooting. You might consider moving one of those processes to another server.

In this case the third party vbatch and emconfig commands are taking up most of the CPU cycles. # ps axwwo %cpu,pid,user,cmd | sort -k 1 -r -n | head -11 | sed -e '/^%/d' Supportconfig uses the following command to capture the Top 10 CPU Processes:

You can find which applications are consuming the most CPU cycles by looking in the supportconfig basic-health-check.txt file under the Top 10 CPU Processes section or using the ps command. However, if you are experiencing low memory and high CPU utilization, you may have an overburdened server. If your server seems to run properly, then the high CPU utilization may just be a spike in activity and can just be monitored. If you observe noticeable performance problems, they you need to investigate further.

However, it is an indication performance may be suffering. It's not necessarily a bad thing to have high CPU utilization on a Linux server.
