X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a41425d902990bba03dfe0efbd912992e5c8dfa2;hb=7c4e7d30871fcb2154b5984a90764e7d959c8177;hp=069f8e1655929957e21efb0273ef979e5c43cff8;hpb=bf0078cc89a908d46a3f28c7f1c152c2cb4d6fc5;p=spider.git diff --git a/Changes b/Changes index 069f8e16..a41425d9 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,16 @@ +29Sep02======================================================================= +1. Added LRU caching to DXUsers and Prefix. +2. make Timer::handler only search its chain once a second seeing as that +is the minimum granularity available. +3. add some separation between cfg file making, data generation and mrtg +running. See /spider/cmd/mrtg.pl for some instructions... +4. Added data in and out to the MRTG stats, you need to do an indexmaker +to get them onto the index page, I have also added some colour to the +legend to make what is being displayed a bit more obvious. + +See http://gb7djk.dxcluster.org/mrtg/stats.html for an example of the +default screen. + 28Sep02======================================================================= 1. Put some transparent caching into Prefix.pm to see if this has a performance impact.