Could you please help me with the below stanza for the interval which should capture the data in micro seconds
[WMI: Services]
interval =
wql = SELECT Name, State, Status FROM Win32_Service WHERE (Name = '*' )
disabled = 0
I'm unable to capture services restart data from window servers which are taking less than 1 second.
Could you please suggest with the interval which captures microseconds data
Thanks for the suggestion
This interval =1 is able to capture the events.