"Carsten B�ttcher" <[EMAIL PROTECTED]> wrote: > >> Fileexclude /*.videofile < 200 kb > >> and > >> Fileexclude /*.videofile > 500 kb > >> > >> to filter the user wich have seen the file (by size) in the > >> range 201 up to 499 kb ? > > > I don't think you can do that with Analog. You can probably use > > floors to see how many requests fall into that size window, but > > you can get a report of the associated users. > > That would be fine....i don`t need more than just the number of > users ore files in this range or floor... > > have you an example of configuring a "floor" in the config-file ??
Sorry, I was a bit off base here. I was thinking of using a REQFLOOR 200000b directive to list requests above the floor, and then using a REQSORTBY SIZE to order the request report. But this floor applies to the total bytes for all requests for a given file, not the size of individual requests. If the videofiles were being served from a dynamic link, with a unique name for each request, it might work, but if they are static links, it won't. I think your best bet will be to grep the logs for matching requests. Does anyone know how to create a regular expression to pick out lines with a field that is between 2 numerical values? Aengus +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
