From: <[EMAIL PROTECTED]> > "Aengus" <[EMAIL PROTECTED]>@lists.isite.net on 12/28/2001 09:31:54 AM > > <[EMAIL PROTECTED]> wrote: > > > > For example (taken directly from the produced output html file): > > > > > > reqs: %bytes: directory > > > -----: ------: --------- > > > 40378: 100%: /directory A/ > > > 40378: 100%: /directory A/subdirectory B/ > > > > That's exactly what I'd expect to see - the count at each level > > always includes items below it. You've excluded everything else > > from directory A, so the total for directory A is the sum of what's > > left - ie directory B. > > > > What do you want your report to look like? > > I would like to elimintate the count from /directory A and start the > counting from /subdirectory B.
Then you want Analog to pretend that subdirectory B is actually a root folder. Use a FILEALIAS directive: FILEALIAS "/directory A/subdirectory B/*" "/Subdirectory B/*" Or, if you want to get rid of directory A for more than one subdirectory, then you could try FILEALIAS /*/*/* /$2/$3 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 +------------------------------------------------------------------------
