Quantcast
Channel: VMware Communities : Popular Discussions - Hyperic User Forums
Viewing all articles
Browse latest Browse all 52618

How to correctly make a Exe.Name query when the exec path has spaces? (Win)

$
0
0
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,

Viewing all articles
Browse latest Browse all 52618

Trending Articles