diff --git a/README.md b/README.md
index 6803570..65509a7 100644
--- a/README.md
+++ b/README.md
@@ -183,6 +183,7 @@ Only main chapters:
: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: Valgrind - is an instrumentation framework for building dynamic 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: atop - ASCII performance monitor. Includes statistics for CPU, memory, disk, swap, network, and processes.