This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
public:techstuff:useful_programs [2013/08/31 11:57] – external edit 127.0.0.1 | public:techstuff:useful_programs [2020/04/25 13:05] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
* lsof - list all file handles. Can be useful when a filesystem won't unmount. | * lsof - list all file handles. Can be useful when a filesystem won't unmount. | ||
* modinfo - describe module and arguments that can be provided | * modinfo - describe module and arguments that can be provided | ||
- | * top - list the most active processes based on CPU and memory. | + | * htop - top on steroids |
* atop - lists the most active processes based on CPU, memory, disk and network usage | * atop - lists the most active processes based on CPU, memory, disk and network usage | ||
* iotop - lists io usage of programs. | * iotop - lists io usage of programs. | ||
- | * sysv-rc-conf - manage run level of programs in init | + | * duc - visualise disk usage |
- | * gdmap or baobab | + | |
- | * gpicview - lightweight GTK image viewer | + | |
===== Networking ===== | ===== Networking ===== | ||
* iftop - lists network usage by ip address | * iftop - lists network usage by ip address | ||
- | * iptraf - | + | * iptraf - similar to iftop but has a bit more functionality |
* nethogs - per process network usage | * nethogs - per process network usage | ||
+ | * nload - per interface usage and console graph | ||
+ | * ntop - not what you're looking for |