From 072c4166328b93da4fc346d745ef2eaf2a9e066e Mon Sep 17 00:00:00 2001 From: trimstray Date: Mon, 17 Dec 2018 12:38:31 +0100 Subject: [PATCH] added dtrace/ltrace to 'System Diagnostics/Debuggers' - signed-off-by: trimstray --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d78d7cc..d97da74 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,8 @@ for transferring data with URLs.

  :small_orange_diamond: strace - diagnostic, debugging and instructional userspace utility for Linux.
+  :small_orange_diamond: DTrace - is a performance analysis and troubleshooting tool.
+  :small_orange_diamond: ltrace - is a library call tracer, used to trace calls made by programs to library functions.
  :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: htop - interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.