From adebcdeca5e13845a966a0981b7566c7fc044e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Thu, 14 Sep 2023 16:03:25 +0000 Subject: [PATCH] Update BIND 9 Memory Explained --- BIND-9-Memory-Explained.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BIND-9-Memory-Explained.md b/BIND-9-Memory-Explained.md index dcaf0fa..5654ae5 100644 --- a/BIND-9-Memory-Explained.md +++ b/BIND-9-Memory-Explained.md @@ -167,6 +167,8 @@ jeprof \ /usr/sbin/named **HEAP FILE** --pdf > "jeprof.pdf" ``` +See [explanation how to read the chart - same as for Google pprof](https://gperftools.github.io/gperftools/heapprofile.html). + More options can be found in [jeprof](https://manpages.ubuntu.com/manpages/impish/man1/jeprof.1.html) manual page. These must be interpreted with knowledge of the BIND 9 internals. That said, if you are reporting what you think is a memory issue, attaching output of the `jeprof` will certainly help. ### Memory Profiling Example