From: Richard C. <ri...@cy...> - 2005-01-02 15:17:02
|
Hi Robin, Am 02.01.2005 um 06:32 schrieb Robin Getz: > 1) When rerunning this (as a nightly or weekly cron) - is it necessary > to delete everything in the existing directory? (I didn't see any > recommendations about running as a cron in the manual) No, deleting the old reports is not necessary, but neither does it improve anything. All old files will be overwritten. > 2) I found a "bad" file in one of the repositories named '*?'. this > Made the log something like: <snip> > Why the file is there - I don't know (and will be removing it soon) > but wouldn't it be better to create the rest of the stats without one > file, than stop working all together - if only one filename is bad? You are right. Could you please add this to the bug tracker? http://sourceforge.net/tracker/?group_id=57558&atid=484569 > 3) How are the user statistics -> modules -> pie chart created? What > signifies when something should be kept together? or split apart? I'd have to look at the code to say for sure. If I remember correctly, it works like this: By default, everything is kept separately. If all of a directory's subdirectories taken together are less than some threshold, then they will be lumped together. The intention was to avoid lots of tiny pie slices, but it doesn't work very well, and a case could be made for dropping these charts from the report altogether. Cheers, Richard |