How to implement math formulas with thresholds 4 SQL metrics
Posted: Sat May 02, 2020 10:37 am
Hello Nagios XI team
I am digging deep into the SQL metrics and thresholds. What I find is that most of out of the box SQL metrics are rather useless. The reason is that they should be used in comparison to one another or as a formula with applicable thresholds.
for example:
- page splits/sec should not be more then 20% of the batch requests/sec
- page splits depend on the number of the active users (different "normal" for a different number of users)
- Ratio of Batch requests to Page Lookups should not be much greater than 100
how we can get this done?
I am digging deep into the SQL metrics and thresholds. What I find is that most of out of the box SQL metrics are rather useless. The reason is that they should be used in comparison to one another or as a formula with applicable thresholds.
for example:
- page splits/sec should not be more then 20% of the batch requests/sec
- page splits depend on the number of the active users (different "normal" for a different number of users)
- Ratio of Batch requests to Page Lookups should not be much greater than 100
how we can get this done?