Hi,
We have some performance counter monitoring for statistics with the "Tune up reply" option and the following expression:
['%SuggestedReply%' - '%SuggestedLastReply%']
So we get statistics f.e. about the amount of printjobs in the last hour.
There is only one problem:
When the responsibile service from the performance counter will be restarted - f.e. printer spooler - the the counter will be reseted.
As per Microsoft there is now way to avoid this.
In this case we have the problem, that the values for the next check are wrong, f.e.
Test1: 100
Test2: 150 --> reply 50
Test3: 240 --> reply 90
service restart
Test4: 30 --> reply - 210
Does anybody have an idea, how you can avoid this?
Maybe "if the current values is less then the last, take the current value" ??
Thanks in advance
Martin