2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

Update BIND 9 Memory Explained

Petr Špaček 2023-09-14 16:03:25 +00:00
parent f0a0133984
commit adebcdeca5

@ -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