--%>

Top command

Specify, what does the top command displays?

E

Expert

Verified

Top command exhibits the current amount of memory which is occupied through the currently executing processes and also the details. Additionally, the memory usage top command exhibits the cpu usage and the process details.

   Related Questions in Programming Languages

  • Q : Define way of kernel object outlive

    Explain the way of the kernel object outlive the process which created it.

  • Q : Define Unbounded repetition Unbounded

    Unbounded repetition: The repetition where statements in a loop's body are executed an arbitrary number of times, according to the consequences of the statements in the loop's body. All of the loop control structures in the Java offer for unbounded re

  • Q : Define Context Normal 0 false false

    Normal 0 false false

  • Q : How can I check while a web page

    How can I check while a web page contains exact text?

  • Q : Properties exposed through ActiveX

    Write down the properties exposed through ActiveX controls?

  • Q : What is Left shift operator Left shift

    Left shift operator: Left shift operator (<<) is the bit manipulation operator. This moves the bits in its left operand zero or additional positions to the left, according to the value of its right operand. The zero bits are added up to the righ

  • Q : Define Bounds Bounds : It is the limits

    Bounds: It is the limits of an array or collection. In Java, the lower limit is for all time zero (0). In case of an array, the upper bound is one less than the length of the array, and is fixed. Indexing exterior the bounds of an array or collection

  • Q : Problem on Gaussian Matlab function

    Solve the system Ax = b, with using the given Matlab function gauss (it cal

  • Q : Define HyperText Markup Language

    HyperText Markup Language: The HyperText Markup Language (abbreviated as HTML) is a simple presentation language employed to markup the content of the Web pages. Its tags appear frequently in pairs to mark sections of text which must be represented in

  • Q : Static and dynamic modeling in

    Illustrate in brief the term static and dynamic modeling in programming?