Hi - couple of things I would like to be able to do but have failed to achieve despite numerous attempts. These could be indivdual reports or combined with other sections.
1. Bandwidth useage - amount transfered and recieved by hour/day/week etc in graphical and tabular format
Add the data transfer column to any of the time-based reports thusly:
http://www.analog.cx/docs/timereps.html
This assumes that your web server logs actually include this information, so cross-check that it actually appears there first.
2. I wish to produce the aboove report and a request report just concentrating on *.zip files downloaded from my site.
Use the FILEINCLUDE and FILEEXCLUDE commands to include the .zip files and exclude everything else. Something this should to the trick:
FILEEXCLUDE * FILEINCLUDE *.zip
See also:
http://www.analog.cx/docs/include.html
Hope that helps,
Stil
-- Stilgherrian <[EMAIL PROTECTED]> Internet, IT and Media Consulting, Sydney, Australia. ABN 25 231 641 421 mobile 0407 623 600 (international +61 407 623 600) fax 02 9516 5630 (international +61 2 9516 5630) +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------