Hi,
I'm having some problems making a Sigar Exe.Name query in Windows, when I need to identify some processes by their full path (that usually contains spaces).
As an simple example, when I do:
sigar> ps Exe.Name.ct=Program
I get the usual output.
When I do:
sigar> ps Exe.Name.ct=Program Files
I get an class exception, no output.
And when I try to code the «space» by doing:
sigar> ps Exe.Name.ct=Program%20Files
I get NO output.
So, is this some Sigar bug?
Or How should I construct the PTQL query correctly in this case?
Thanks,
I'm having some problems making a Sigar Exe.Name query in Windows, when I need to identify some processes by their full path (that usually contains spaces).
As an simple example, when I do:
sigar> ps Exe.Name.ct=Program
I get the usual output.
When I do:
sigar> ps Exe.Name.ct=Program Files
I get an class exception, no output.
And when I try to code the «space» by doing:
sigar> ps Exe.Name.ct=Program%20Files
I get NO output.
So, is this some Sigar bug?
Or How should I construct the PTQL query correctly in this case?
Thanks,