this post was submitted on 31 Oct 2025
55 points (98.2% liked)

Linux

9954 readers
161 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 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
[–] thinkercharmercoderfarmer@slrpnk.net 14 points 1 day ago (6 children)

Very cool, thanks. I migrated from top to htop a while ago and never looked back, but I occasionally have to use machines that don't have htop so it might be time to get familiar with the default tooling.

Why do they say that SIGKILL bad practice? I use it as the second tap if a SIGTERM doesn't knock something out. The link in the article is 404ing.

[–] loweffortname@lemmy.blahaj.zone 10 points 1 day ago* (last edited 9 hours ago) (5 children)

SIGKILL is a good way to orphan children. Or end a DB transaction without properly closing it (so the server socket stays open, or the transaction lock isn't released...) It exists for a reason, but docs usually caution against it because it can cause unexpected behaviors.

[–] thinkercharmercoderfarmer@slrpnk.net 5 points 1 day ago* (last edited 1 day ago)

Ah makes sense. Thanks!

load more comments (4 replies)
load more comments (4 replies)