You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Anton Menshutin <ma...@chg.ru> on 2008/03/16 15:51:32 UTC

[users@httpd] mod_status bytes counters

We are running apache web server for serving software downloads over http.
Some users are using download managers that fetch data in multiple 
threads with byte range requests.
But apache counts this request as a whole file being downloaded. So stat 
in access log is absolutly wrong.
I found a way to overcome this limittation by using mod_logio with %O 
and %I options in log format.

Besides collecting stat from files I want a real time perfomance 
monitoring. I using mod_status for this.
But this module also relies on the wrong data based on the whole file 
size requested and not the real amount of data sent to client.

Is it difficult to fix this?

Thanks.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org