From: Joaquim <sig...@hy...> - 2011-04-04 18:09:37
|
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: [b]sigar> ps Exe.Name.ct=Program[/b] I get the usual output. When I do: [b]sigar> ps Exe.Name.ct=Program Files[/b] I get an class exception, no output. And when I try to code the «space» by doing: [b]sigar> ps Exe.Name.ct=Program%20Files[/b] I get NO output. So, is this some Sigar bug? Or How should I construct the PTQL query correctly in this case? Thanks, |