<[EMAIL PROTECTED]> wrote: > I'm trying to get data on the following directory structure: > > /directory A > /directory A/subdirectory B/(with more subdirectories under > subdirectory B) > > I would like to do a FILEEXCLUDE on directory A and start the > data results from subdirectory B. > > So in the cfg file, I have the following lines: > FILEEXCLUDE /directory A > FILEINCLUDE /directory A/subdirectory B/* > > The results that are returned are either everything from the > site or data from directory A equaling the hits from > /directory A/subdirectory B > > 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 exactcly 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? Aengus PS, please make sure that your reply goes directly to the list, so that it isn't duplicated. +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------
