Werk #2568: apache_status: fixed computation of bytes and requests per second
Component | Checks & agents | ||||||||||||||||||
Title | apache_status: fixed computation of bytes and requests per second | ||||||||||||||||||
Date | Sep 3, 2015 | ||||||||||||||||||
Level | Trivial Change | ||||||||||||||||||
Class | Bug Fix | ||||||||||||||||||
Compatibility | Compatible - no manual interaction needed | ||||||||||||||||||
Checkmk versions & editions |
|
Bytes/second and Requests/second were previously averages since the start of the server and did therefore not hold useful information about the current server load. Now these values are "live" rates, calculated based on changes in Total Accesses and Total kBytes.