From d9d06f85aa878baa6cc00a3ad2a471c705b8406b Mon Sep 17 00:00:00 2001 From: Kyle Birkeland Date: Fri, 14 Dec 2018 13:36:14 -0500 Subject: [PATCH 1/2] added atop - signed-off-by: Kyle Birkeland --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ffbff40..cfd27a6 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,8 @@ for transferring data with URLs.
  :small_orange_diamond: lsof - displays in its output information about files that are opened by processes.
  :small_orange_diamond: FlameGraph - stack trace visualizer.
  :small_orange_diamond: lsofgraph - small utility to convert Unix lsof output to a graph showing FIFO and UNIX interprocess communication.
+  :small_orange_diamond: htop - ASCII performance monitor. Includes statistics for CPU, memory, disk, swap, network, and processes.
+

##### :black_small_square: Log Analyzers From 9c3bd7d049e34847edce3b31e9859ed9c39b74fa Mon Sep 17 00:00:00 2001 From: "@trimstray" Date: Fri, 14 Dec 2018 20:16:22 +0100 Subject: [PATCH 2/2] fixed broken url (htop -> atop) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfd27a6..44c5185 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ for transferring data with URLs.
  :small_orange_diamond: lsof - displays in its output information about files that are opened by processes.
  :small_orange_diamond: FlameGraph - stack trace visualizer.
  :small_orange_diamond: lsofgraph - small utility to convert Unix lsof output to a graph showing FIFO and UNIX interprocess communication.
-  :small_orange_diamond: htop - ASCII performance monitor. Includes statistics for CPU, memory, disk, swap, network, and processes.
+  :small_orange_diamond: atop - ASCII performance monitor. Includes statistics for CPU, memory, disk, swap, network, and processes.