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.
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.
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.
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).
It stands for:
Table Of Proccesses