SQLUndercover/UndercoverToolbox

Inspector - Add consecutive count threshold to the CPU module

Closed this issue · 0 comments

Currently the CPU custom module for the Inspector will show you all occurrences where CPU is greater than CPUThresholdInfoHighlight set within the Settings table or the new ServerSettingsThreshold table. The problem with the current design is that it warns you regardless of how long CPU was over your threshold.

This new feature will allow you to specify how many consecutive times CPU must breach your CPUThresholdInfoHighlight before warnings start to appear.

Example:

image