34

Top-like utilities are extremely handful in my work and I want to make sure I am not missing any of them. Please extend the following list of performance monitoring (top-like) family of linux tools:

  • top - original tool
  • htop - adds support to multicore/cpu
  • iotop - input/output monitoring
  • iftop - network monitoring
  • atop - merges previous elements into a single overview
  • gtop - fancy visuals of system stats
  • slabtop – displays a listing of the top caches
  • ?

The only criteria - maturity and similarity in function/style.

1 Answers1

8

nethogs - Bandwidth Monitoring by Process

Brett
  • 651