Dario Zanzico wrote:
In adding an accesslog overlay I noticed something strange with the reqstart and reqend fields: the fractional part always begins with 000 and has this strange distribution.
The fractional part is a simple counter in reqstart/reqend, not true microseconds.
This is on the last 10 minutes of entries, which I expected to be 'kind of' randomly distributed; Instead no entry has a reqstart with a fractional part bigger than .000177, and the vast majority of them has it < .000050 Anybody knows what can be the cause of this, and how to correct it?
There's nothing to correct, this is working as designed.
The fractional part is only there to for disambiguating when multiple operations occur in the same 1-second interval.