By using which command we can find the CPU utilization time?

Answers were Sorted based on User's Feedback



By using which command we can find the CPU utilization time?..

Answer / priya

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

By using which command we can find the CPU utilization time?..

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

By using which command we can find the CPU utilization time?..

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

By using which command we can find the CPU utilization time?..

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

By using which command we can find the CPU utilization time?..

Answer / guest

psrinfo | grep -i cpu

Is This Answer Correct ?    0 Yes 1 No

By using which command we can find the CPU utilization time?..

Answer / kiruthiga.s

prstat | grep-i cpu

Is This Answer Correct ?    0 Yes 1 No

By using which command we can find the CPU utilization time?..

Answer / sahil

topas & nmon

Is This Answer Correct ?    2 Yes 10 No

Post New Answer

More Unix Commands Interview Questions

What is the difference between cat and more command?

0 Answers  


Which command is used to create a directory?

0 Answers  


Which command is used to copy files?

0 Answers  


how many internal commands is there in UNIX?

3 Answers   TCS, Virtusa,


What command will bring user back to their home directory in UNIX?

13 Answers   IBM, Wipro,






How can you see the command line history?

0 Answers  


Hi All, Can you please let me know how to grep for a particular pattern in unix. I want to print the dates from the file exp.txt. the date pattern is DD:MM:YYYY, I just want to print all the dates from the file exp.txt.

8 Answers   Concentrix, IBM, Symantec, TCS,


Which is the command used to find out currently executing Process in UNIX?

6 Answers   Amazon,


what is the use of "fg" command ?

5 Answers   PSU, Sail,


How to redirect standard error to a file?

2 Answers  


Give the command for finding the current date.

0 Answers  


Explain mount and unmount command.

0 Answers  


Categories