this post was submitted on 30 Oct 2025
129 points (99.2% liked)

Linux

59569 readers
800 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Always thought top was one of those programs frozen in time since the 70s, but apparently, it has a feature set comparable to htop and the like. The default configuration just doesn't show much of it...

you are viewing a single comment's thread
view the rest of the comments
[–] paequ2@lemmy.today 3 points 2 weeks ago (1 children)

Wait... what?

$ top --version
top from procps-ng 4.0.5-dirty

The following utilities are provided by procps:

  • free - Report the amounts of free and used memory in the system
  • hugetop - Report hugepage usage of processes and the system as a whole
  • kill - Send a signal to a process based on PID
  • pgrep - List processes based on name or other attributes
  • pkill - Send a signal to a process based on name or other attributes
  • pmap - Report the memory map of a process
  • ps - Report process information including PID and resource usage
  • pwdx - Report the current working directory of a process
  • skill - Obsolete version of pgrep/pkill
  • slabtop - Display kernel slab cache information in real time
  • snice - Renice a process
  • sysctl - Read or write kernel parameters at run-time
  • tload - Graphical representation of system load average
  • top - Dynamic real-time view of running processes
  • uptime - Display how long the system has been running
  • vmstat - Report virtual memory statistics
  • w - Report logged in users and what they are doing
  • watch - Execute a program periodically, showing output fullscreen

https://gitlab.com/procps-ng/procps

Oh, so these guys manage top and a few other common utilities.

[–] jerkface@lemmy.ca 2 points 2 weeks ago (1 children)

No, these guys manage a version of top. There are dozens of versions. Every major OS has their own top, or an equivalent. I bet there are even linux distros that don't use this version of top.

[–] paequ2@lemmy.today 2 points 2 weeks ago

Oooooh, ok. TIL.

At least Arch and Debian seem to use top from procps-ng. Good to know.