Is there anyway to specify multiple unique statistics with this component? The documentation seems to allude to it being possible, as it states: "A maximum of 10 output pairs can be returned. If you exceed the maximum allowed, remove the excess output pairs or they will simply be ignored.". But maybe I'm misinterpreting that. The documentation for the normal Windows Script Monitor clearly states the expected output format for multiple statistics. But I want to use a powershell script, not a vbscript.
Basically my problem is I need to monitor a specific process on a server that will be launched multiple times by different people. I need unique statistics for each version of the launched process, not a cumulative view of the processes (Otherwise the builtin Windows Process Monitor would work fine). This is because I want to know the virtual memory utilization of each unique process launched. I feel like doing something like this would be easy with SolarWinds and I'm overlooking something simple here?