Can I do deltas with custom WMI monitors?
Hi,
I have a WMI script that collects "total anonymous users" for all web farm servers.
Below will collect and graph the totals but I need the delta between polls to give me say 100 users per 5min poll.
<DEFAULTGRAPH Name="WMI-wwwxxxx-orgcom_requests">
<YAXISTEXT>Requests</YAXISTEXT>
<DISPLAYNAME>wwwxxxx requests</DISPLAYNAME>
<name>WMI-wwwxxxx_requests</name>
<Vendor>WMI</Vendor>
<Description>Monitors all UI servers</Description>
<oid>WMI-wwwxxxx_requests</oid>
<Provider>WMI</Provider>
<type>multiple</type>
<interval>900</interval>
<timeAvg>true</timeAvg>
<THRESHOLDENABLED>false</THRESHOLDENABLED>
</DEFAULTGRAPH>
Thanks
GAry
New to ADSelfService Plus?