EPrints Technical Mailing List Archive
Message: #09492
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Ask about IRStats statistics
- To: eprints-tech@ecs.soton.ac.uk
- Subject: [EP-tech] Ask about IRStats statistics
- From: "Agung Prasetyo W." <prazetyo@gmail.com>
- Date: Thu, 30 Nov 2023 15:38:17 +0700
CAUTION: This e-mail originated outside the University of Southampton.
Hi,
I like to ask about my irstats show statistic like this
Below, I already ran command and result.
SELECT datestamp_year, datestamp_month, COUNT(*) FROM access WHERE datestamp_year = 2023 GROUP BY datestamp_year, datestamp_month;
There is a number at aug - nov, but the blue graph does not show anything. and then I run command : select * from irstats2_internal;
and then I ran this command from datestamp_month=8 to datestamp_month=11:
SELECT accessid, requester_id, requester_user_agent, referring_entity_id, service_type_id, referent_id, referent_docid FROM access WHERE datestamp_year=2023 AND datestamp_month=8 AND datestamp_day=2 LIMIT 20;
next command i ran this command with datestamp_month=8 to datestamp_month=11 :
SELECT MIN(accessid) FROM access WHERE datestamp_year = 2023 AND datestamp_month = 8 AND datestamp_day = 1 LIMIT 1;
It shows null. From here, what I must do. I checked at /var/log/apache/access.log and it showed very little data.
Please ..need help.
Thank you.
Best regards,
Agung Prasetyo W.
- Prev by Date: Re: [EP-tech] eprints upgrade error
- Next by Date: Re: [EP-tech] eprints upgrade error
- Previous by thread: [EP-tech] eprints upgrade error
- Next by thread: [EP-tech] Want to know total id item on document folder
- Index(es):