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 mount ,tell me about mount ,how can u use in real time project??
in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?
Using unix command how to display no of records in oracle?
What is updatedb?
What is pipe command in unix?
what is the difference between Touch & cat command
What does the “echo” command do?
What are the differences among a system call, a library function, and a unix command?
Assume that a file’s permissions give you read and write access. What operations can you perform on the file if it is in a directory which has “r”(read) only process? What operations can you perform on the file if it is in a directory which has “x”(execute) only access?
How to rename files and folders?
What is the use of the command 'ls -x chapter[1-5]' ?
What is a Unix signal, and how do you handle them?