You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using the performance variables which can actually have a negative impact on performance, we would suggest the utilization of Linux instrumentation tools. The utilization of stap, for instance, can lead the same results as the Performance variables plus it allows the user to use the existent tools such as flame-charts to plot the performance information in a easy to read way. There is a stap example in the nginx repository: https://github.com/SpiderLabs/ModSecurity-nginx/blob/master/ngx-modsec.stp
DURATION can be used to substitute the timings for phase 1 through 5. But the other ones would demand systemtap. DURATION also is buggy and not implemented correctly (if correctness means equal to 2.9.x).
Also the substitution is much more complicated than the native availablity of the perf variables.
The following variables needs to be implemented inside libModSecurity:
More information about these variables can be found at ModSecurity reference manual: https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual
The text was updated successfully, but these errors were encountered: