trafficserver
trafficserver copied to clipboard
FreeBSD has deprecated procfs(5). traffic_crashlog should use libprocstat(3) and kvm(3)
traffic_crashlog assumes /proc provides the information it needs, in reality this is the case on FreeBSD only if procfs(5) is installed, and it's also a deprecated method.