On 11-8-2017 18:26, Mykola Golub wrote: > 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. Thanx for the pointer. I keep forgetting that procstat exists, let alone what it can do. Perhaps one of these will help to determine if any of the cores is actually part of the current test, which different from just knowing it's name and things. Could be that the environment gives enough to do some selection on it. It is going to rain a lot during the weekend. So probably will have some toy time to spare. --WjW -- 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