By using which command we can find the CPU utilization time?
Answers were Sorted based on User's Feedback
top - display top CPU processes
DESCRIPTION
top provides an ongoing look at processor activity in real
time. It displays a listing of the most CPU-intensive tasks
on the system, and can provide an interactive interface for
manipulating processes. It can sort the tasks by CPU usage,
memory usage and runtime. can be better configured than the
standard top from the procps suite. Most features can either
be selected by an interactive command or by specifying the
feature in the personal or system-wide configuration file.
See below for more information.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / racks
sar -u
The above command will display the current CPU usage.
# sar
The above command will display the entire day’s CPU usage.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shh
ps -eo pcpu,pid,user,args | sort -k 1 -r |head -10
to get top 10 processes
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / yogesh
using prstat command one can display the cpu utilization of
process running on the server
| Is This Answer Correct ? | 8 Yes | 9 No |
What is the protocol for PING command?
when we installing aix os the ssh installed default?
How can you copy files or directories?
What is sed awk grep?
If we want to see first 35 lines of a file which command we have to use?
What command will change your prompt to myprompt?
What does pipe () return?
how to find the 51th record of a file containing 100 records in unix.
what does the command 'wc' do?
how to change a normal file into hidden file
what is the use of wild cards?
What is a command and examples?