From 5af90a07e490d2c6096ee249e6b3872e156860cb Mon Sep 17 00:00:00 2001 From: trimstray Date: Sat, 25 Apr 2020 06:19:47 +0200 Subject: [PATCH] add 'bashtop' - signed-off-by: trimstray --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91281cb..bd5567f 100644 --- a/README.md +++ b/README.md @@ -322,6 +322,7 @@ Only main chapters:   :small_orange_diamond: gperftools - high-performance multi-threaded malloc() implementation, plus some performance analysis tools.
  :small_orange_diamond: glances - cross-platform system monitoring tool written in Python.
  :small_orange_diamond: htop - interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
+  :small_orange_diamond: bashtop - Linux resource monitor written in pure Bash.
  :small_orange_diamond: nmon - a single executable for performance monitoring and data analysis.
  :small_orange_diamond: atop - ASCII performance monitor. Includes statistics for CPU, memory, disk, swap, network, and processes.
  :small_orange_diamond: lsof - displays in its output information about files that are opened by processes.