Description: htop is an interactive process viewer for Linux. It is similar to the default top command but with a customizable interface, additional features, and improved usability.
Type: software
Pricing: Free
Description: ltrace is a debugging utility that intercepts and records dynamic library calls which are called by an executed process. It can be used to trace calls made by programs to shared libraries and helps debug issues caused by dynamic linking.
Type: software