Hi John,

> We've been experiencing some problems with our statistics for a while now.
>  Here are a few symptoms:
> 
> 1.  General report only shows about 10 weeks of data, keeps cutting off the
> older stuff
> 2.  Monthly reports follow this pattern, as only the most recent 3 months have
> data, the rest show all zeros

Are your [dspace]/log/*.log files getting full up and rolling over? You can
stop this happening by editing [dspace]/config/log4j.properties and
increasing the number of files to be kept and / or the size of the log
files.

> 3.  Presently, our general report cuts off at 12/30, no 2008 data
> 4.  Monthly report for 1/2008 is all zeros, with the exception of the 'Archive
> Information' section

What does the data in the corresponding
[dspace]/log/dspace-log-general-2008-*-*.dat say? These dat files contain
the summaries of the logs. It will be interesting to see if they exist, and
if they have any meaningful data in.
 
> 1.  I notice that in addition to stat-monthly, stat-general,
> stat-report-monthly & stat-report-general running as a cron each night,
> stat-initial & stat-report-initial are also running each night.   Should these
> initial jobs be running each night?

No. They only need to be run once, as they generate the stats between now
and the date specified in the initial scripts. E.g.:

$start_year = "2005";
$start_month = "1";
 
These only need generating once. The normal stats scripts then generate the
stats files for each subsequent day.

Good luck!


Stuart
_________________________________________________________________

Gwasanaethau Gwybodaeth                      Information Services
Prifysgol Aberystwyth                      Aberystwyth University

            E-bost / E-mail: [EMAIL PROTECTED]
                 Ffon / Tel: (01970) 622860
_________________________________________________________________


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to