<br><br><div class="gmail_quote">On Wed, May 11, 2011 at 4:05 PM, Agnes Rivers-Moore <span dir="ltr">&lt;<a href="mailto:arm@hanover.ca">arm@hanover.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello all<br>
<br>
Is there a way to extract usage statistics for the public catalogue of Koha?<br>
I would like to be able to make a report that would show daily numbers<br>
of main page access, number of searches, number of holds placed, number<br>
of renewals done by our patrons through the OPAC.<br>
<br>
Does anyone have a method for this?<br>
Is there a log file we could query to generate these number?<br>
Has anyone added a web page analytics thing to get this kind of usage<br>
information?<br>
<br>
We are on 3.00.06, moving to 3.2 soon.<br>
<br>
Thank you<br>
Agnes<br><br></blockquote><div><br>Hi Agnes,<br><br>You may need to try a couple of different methods to get at the different kinds of information you&#39;re looking for. <br><br>A statistic like &quot;how many times was the main page accessed?&quot; is probably best answered by looking at the log files for the web server and running them through software designed to analyze web server logs. So, Apache log files if your web server runs Apache (it probably does). Your web log may also have a lot to say about the kinds of searches being made.<br>
<br>A statistic like number of holds might be better exposed through a SQL query, particularly if you wanted to combine that with questions like &quot;who placed holds?&quot; and &quot;on what?&quot;. Off the cuff, I don&#39;t know the syntax you&#39;d need for any of that, but it might be in the community&#39;s SQL report wiki, found at <a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library">http://wiki.koha-community.org/wiki/SQL_Reports_Library</a>. In any case, a lot of useful things are there. If you come up with some clever new SQL query to get at your desired info, please contribute it there.<br>
<br>Hope that helps,<br>Greg<br><br><br></div></div>