Process Monitoring Batch Script
s there a way we can measure the performance of a Data Source or collectors? Repository: ProcessMonitoring @Stuart Weenig I presume I did not understand why monitoring lots of processes/services on Windows systems, with _Select Data Sources might not be the best approach. Aren’t both making a WMI call? Aren’t both going to bring all the Processes in one go? Can we see the query count from WMI Vs Batch Groovy?Solved154Views0likes7CommentsProcess Monitoring
Hi @Stuart Weenig Thank you for your awesome work! I was able to use the Win_Process_Stats_Groovy.xml file for creating data source for Process. https://github.com/sweenig/lm/tree/main/ProcessMonitoring I am able to see data in Discovery and Collector but under Raw Data in Devices > Data source I do not see any data , when I poll I do see data, am I missing something. My Applied To Wizard has the following query I removed the Win_Process_Stats.excludeRegEx & Win_Process_Stats.includeRegEx from “Applies To” isWindows() && system.displayname == "server001" or system.displayname == "server001"Solved251Views8likes10Comments