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

@ -27,7 +27,7 @@ I don’t see anything interesting in the web server logs around that time t
" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-01/" /><meta property="article:published_time" content="2019-01-02T09:48:30&#43;02:00"/>
<meta property="article:modified_time" content="2019-01-15T16:51:35&#43;02:00"/>
<meta property="article:modified_time" content="2019-01-16T16:47:30&#43;02:00"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="January, 2019"/>
@ -60,9 +60,9 @@ I don&rsquo;t see anything interesting in the web server logs around that time t
"@type": "BlogPosting",
"headline": "January, 2019",
"url": "https://alanorth.github.io/cgspace-notes/2019-01/",
"wordCount": "2007",
"wordCount": "2079",
"datePublished": "2019-01-02T09:48:30&#43;02:00",
"dateModified": "2019-01-15T16:51:35&#43;02:00",
"dateModified": "2019-01-16T16:47:30&#43;02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -670,6 +670,20 @@ Caused by: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed
<p><img src="/cgspace-notes/2019/01/solr-stats-incorrect.png" alt="Solr stats working" /></p>
<ul>
<li>Abenet was asking if the Atmire Usage Stats are correct because they are over 2 million the last few months&hellip;</li>
<li>For 2019-01 alone the Usage Stats are already around 1.2 million</li>
<li>I tried to look in the nginx logs to see how many raw requests there are so far this month and it&rsquo;s about 1.4 million:</li>
</ul>
<pre><code># time zcat --force /var/log/nginx/* | grep -cE &quot;[0-9]{1,2}/Jan/2019&quot;
1442874
real 0m17.161s
user 0m16.205s
sys 0m2.396s
</code></pre>
<!-- vim: set sw=2 ts=2: -->