hyperic / sigar

System Information Gatherer And Reporter
http://sigar.hyperic.com/
Apache License 2.0
1.52k stars 504 forks source link

Sigar PTQL query is not supported for windows RpcSs Service #118

Open punith-s opened 6 years ago

punith-s commented 6 years ago

Hello, i'm using vmware EPOS agent to monitor RpcSs windows service, but sigar library is throwing Query did not match any processes: Pid.Service.eq = RpcSs Exception. but the windows service RpcSs is running.

sigar> ps "Pid.Service.eq=CcmExec" 9232 SYSTEM Jul5 250M 53M - R 0:59 C:\windows\CCM\CcmExec.exe sigar> sigar> sigar> sigar> ps "Pid.Service.eq=RpcSs" sigar> sigar> sigar>

is there any workaround to support this service ?

Thanks Punith