Update notes for 2019-01-16

This commit is contained in:
2019-01-16 17:10:50 +02:00
parent ed98e3d8e6
commit 8a0e7abd6c
4 changed files with 41 additions and 14 deletions

View File

@ -487,4 +487,17 @@ Caused by: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed
![Solr stats working](/cgspace-notes/2019/01/solr-stats-incorrect.png)
- Abenet was asking if the Atmire Usage Stats are correct because they are over 2 million the last few months...
- For 2019-01 alone the Usage Stats are already around 1.2 million
- I tried to look in the nginx logs to see how many raw requests there are so far this month and it's about 1.4 million:
```
# time zcat --force /var/log/nginx/* | grep -cE "[0-9]{1,2}/Jan/2019"
1442874
real 0m17.161s
user 0m16.205s
sys 0m2.396s
```
<!-- vim: set sw=2 ts=2: -->