Hi,my customer has an apache 1.3 (packed in oracle apps), which has a weird situation:
server-status?auto gives very different numbers in "Total Accesses" between subsequent executions. For example, when I run it once, I get:Total Accesses: 2603345828Total kBytes: 18283321CPULoad: 1769.96Uptime: 444860ReqPerSec: 5852.06BytesPerSec: 42085.4BytesPerReq: 7.19156BusyServers: 18IdleServers: 0Scoreboard: .K F ...........and one minute later I get:Total Accesses: 3307582906Total kBytes: 17513157CPULoad: 1775.71Uptime: 444920ReqPerSec: 7434.11BytesPerSec: 40307.2BytesPerReq: 5.42193BusyServers: 18IdleServers: 0Scoreboard: .K e ........Note that while Total kBytes decreased, Total Accesses increased by 704237078. To me this looks like a bug in mod_status. Also this number implies 11737284 request/sec which is not inline with ReqPerSec (and not very likely anyway).Can anyone direct me to a better explanation or a bug documentation?thanksasaf