Is anyone monitoring a parent process and its child processes on Windows platforms?
I initially thought about doing this as a multi-instance datasource where each instance would be the name of the child process, and the description would be the name of the parent process.
But sadly could not get that working. I even tried what I thought was the simpler approach of having the parent process as the instance name and just a count of child processes - still no go.
Stephen Cavernelis
Posted 2 years ago
0 comments