Hi,
I'm trying to monitor CPU by process using the following PTQL query:
ps "State.Name.eq=java,Args.*.eq=org.jboss.Main"
I've proved that this works in a sigar shell but I can't get it to work in the PerfMon Collector (JMeter Plugins 0.5.4). The collector is operating correctly as I'm able to capture CPU by process ID. I've tried entering the query in the GUI as:
ptql=ps "State.Name.eq=java,Args.*.eq=org.jboss.Main"
and
ptql="State.Name.eq=java,Args.*.eq=org.jboss.Main"
but with no luck. Am I doing something wrong or is there a bug?