On Fri, Aug 11, 2017 at 10:51:05AM +0200, Willem Jan Withagen wrote: > Question is how to find out who generated the cores, and do they > actually belong to the current test. In FreeBSD case you can use procstat(1) to get process information from the core. E.g. `procstat -b core` will show path to the binary, `procstat -c core` will show command line options, and `procstat -e core` will show environment variables. -- Mykola Golub -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html