I was looking at a ktrace dump file recently (/bin/ls) and noticed that
during initialisation, it attempted to read /etc/termcap.db - as that
failed, it then read the text version pointed to by /etc/termcap
Adding a link: /etc/termcap.db -> /usr/share/misc/termcap.db
caused subsequent runs to use
Hi,
I created some graphs of the memory fragmentation.
https://www.leidinger.net/blog/2024/05/07/plotting-the-freebsd-memory-fragmentation/
My goal was not comparing a specific change on a given benchmark, but to
"have something which visualizes memory fragmentation". As part of that,
Bo