2

What does top command in linux stand for ?

Is it an abbreviation of something. If so what?

I've tried to look around on wikipedia and its home page but there is not information about this.

1
  • 3
    I do not understand the number of downvotes for this question. This user asked a valid question and often the name of a linux command gives a deeper insight such as lsof, cat. Commented Apr 1, 2020 at 7:07

3 Answers 3

5

Top goes wayyy back in time to the early days of machine OS's. what does it stand for though? Well, quite simply:

a top users display for Unix

or

display and update information about the top cpu processes

Obviously shortened to the command "top".

It was originally written by Anthony Baxter, who derived it from m_ultrix. The "modern" Unix version was adapted from the original by William LeFebre, with the original Linux version being adapted from that by Roger Binns. The version of top distributed on most systems today was rewritten and enhanced by Jim Warner.

A short history aside, top was never an abbreviation, and its definition seemed to be understood and unchanged by the authors.

  1. http://www.rogerbinns.com/blog/linux-top-origins.html
  2. https://fossies.org/linux/top/machine/m_decosf1.c
1
  • Fascinating! Thanks for the answer. But what is m_ultrix ? Commented Jul 25, 2018 at 6:06
1

Quoting the Wikipedia article:

[top] produces an ordered list of running processes selected by user-specified criteria, and updates it periodically. Default ordering by CPU usage, and only the top CPU consumers shown (hence the name).

-3

It stands for:

Table Of Proccesses

2
  • 1
    That may be just a coincidence. Can you cite a reference that confirms this? There is no mention of this in the man pages I've been able to go through and the Wikipedia cited answer by triplee would make more sense. Commented Feb 25, 2015 at 12:23
  • Searching for 'linux top "table of processes" yielded several hits. This one says the same thing, but I suspect it's perpetuating a coincidence: suse.com/documentation/sles11/singlehtml/book_sle_tuning/…. My google search Commented Feb 25, 2015 at 12:26

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.