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 pid?

4 Answers  


what is the significance of "su" command?

3 Answers  


What is the functionality of a top command?

0 Answers   Amazon,


what is the difference between npar and vpar in HP-UX?

1 Answers   CSC,


What command a user use to view a long text file one page at a time in UNIX?

8 Answers   IBM,






What is the difference between AWK and SED commands? Plz give example and explain...

3 Answers   RBS,


What does this command do? Cat food 1 > kitty

0 Answers  


What is the difference between pipe and xargs?

2 Answers   Amazon, CTS,


Which Command is Used for temprary switch User?

5 Answers   BitWise, IBM,


What is the difference between cat and more command?

0 Answers  


How to use grep command to list find the records of a file containing 10 different strings?

0 Answers  


distinguish between interrupts and exceptions?

2 Answers   Infosys, Wipro,


Categories