Underappreciated top
That was my nickname in college.
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
Underappreciated top
That was my nickname in college.
As a bottom, I appreciate all 12 tops that exist at any given time.
Top is really versatile, but I still love my btop.
I was introduced to btop by my Steam Deck. It is quite nice.
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.
SIGKILL is a good way to orphan children. Or end a DB trabsaction 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.
Ah makes sense. Thanks!
Eh, system will take care of the orphans
Turning them into Zombies is certainly a way of dealing with orphans, sure...