Hi Terry,

it's my understanding that some of our clients use the content statistics parts of these reports -- ie I believe they ignore all statistics related to page views / downloads but do use number of items added in a given month (broken down by type) for their internal reporting. Some of them also look at the numbers for certain other actions/events, eg SWORD deposit attempts vs successful SWORD deposits, number of log-ins, and we've also added a few custom ones. These events are extracted from the DSpace logs where log messages follow a certain standard (see the LogManager#getHeader method) but that standard has not been enforced at all in the last few DSpace releases. It is my understanding that some of the actions in particular are only recorded in the DSpace log at this point, so there is no other way to capture them at this stage than to parse the logs.

The stat-report-* cron jobs are only needed for JSPUI. All our clients' repositories use XMLUI, so we only run the stat-general and stat-monthly tasks.

It has caused some confusion that reliable and not-so-reliable data is mixed together in these reports. It'd be great to have a nicer/prettier/more flexible way of getting those numbers you can't get elsewhere. Your REST-based reporting module may already expose most of that information, Terry -- I haven't used it, so I don't know :)

cheers,
Andrea

On 01/12/2017 11:54 AM, Terry Brady wrote:
I am re-sending this question hoping to get some additional feedback.  Alan, thank you for your earlier response.

Is there a current recommendation on the use of the "legacy statistics" reports?  I see that these reports continue to be produced on demo.dspace.org.

How trustworthy is the data generated from these reports?  Does the community recommend that these reports continue to be run?

When I attempt to reconcile the data in this report with my solr statistics, I see significant differences.

There are a couple of fields such as OAI requests and User logins that are not captured in solr statistics.

Terry

On Tue, Dec 20, 2016 at 1:36 AM, Alan Orth <[email protected]> wrote:
Hi,

We still use these legacy stats as well in DSpace 5.5, which is annoying because we need to keep all dspace.log.* files around for the entire month. Anyways, this is the cron job I run every night:

/dspace/bin/dspace stat-general && \
/dspace/bin/dspace stat-monthly && \
/dspace/bin/dspace stat-report-general && \
/dspace/bin/dspace stat-report-monthly

Hope that helps.

On Tue, Dec 20, 2016 at 12:10 AM Terry Brady <[email protected]> wrote:
The DSpace Wiki indicates that the "stat-report" commands are deprecated.

https://wiki.duraspace.org/display/DSDOC6x/Command+Line+Operations#CommandLineOperations-Legacystatistics

Looking at demo.dspace.org, I see the following pages are available
What process is used to create these pages?

--
Terry Brady
Applications Programmer Analyst
Georgetown University Library Information Technology
http://georgetown-university-libraries.github.io/
425-298-5498 (Seattle, WA)
--
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscribe@googlegroups.com.
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.
--



--
Terry Brady
Applications Programmer Analyst
Georgetown University Library Information Technology
425-298-5498 (Seattle, WA)
--
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

-- 
Dr Andrea Schweer
Lead Software Developer, ITS Information Systems
The University of Waikato, Hamilton, New Zealand
+64-7-837 9120


--
You received this message because you are subscribed to the Google Groups "DSpace Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-community.
For more options, visit https://groups.google.com/d/optout.

Reply via email to