From 18a6f3f7dd3e4fcea0256e170613b922f3f0bd76 Mon Sep 17 00:00:00 2001 From: trimstray Date: Sun, 29 Jul 2018 08:15:49 +0200 Subject: [PATCH] added Glances - signed-off-by: trimstray --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 646c277..e618b96 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ for transferring data with URLs.

  :small_orange_diamond: strace - diagnostic, debugging and instructional userspace utility for Linux.
  :small_orange_diamond: sysdig - system exploration and troubleshooting tool with first class support for containers.
+  :small_orange_diamond: glances - cross-platform system monitoring tool written in Python.
  :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.