mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Implement variables for access to performance measurements.
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -11,7 +11,9 @@
|
||||
storage, and time spent on audit logging. The new information is now
|
||||
available in the Stopwatch2 audit log header. The Stopwatch header
|
||||
remains for backward compatiblity, although it now only includes
|
||||
the request time and request duration values. [Ivan Ristic]
|
||||
the request time and request duration values. Added the following
|
||||
variables: PERF_COMBINED, PERF_PHASE1, PERF_PHASE2, PERF_PHASE3,
|
||||
PERF_PHASE4, PERF_PHASE5, PERF_STORAGE, PERF_LOGGING. [Ivan Ristic]
|
||||
|
||||
* Added DURATION, which contains the time ellapsed since the beginning
|
||||
of the current transaction, in milliseconds. [Ivan Ristic]
|
||||
|
Reference in New Issue
Block a user