mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
Update notes for 2018-02-15
This commit is contained in:
parent
1aa4440bdb
commit
dfe81fb544
@ -558,3 +558,18 @@ $ psql -c 'select * from pg_stat_activity' | grep -o -E '(dspaceWeb|dspaceApi|ds
|
||||
```
|
||||
|
||||
- I have no fucking idea why it crashed
|
||||
- The XMLUI activity looks like:
|
||||
|
||||
```
|
||||
# cat /var/log/nginx/access.log /var/log/nginx/access.log.1 /var/log/nginx/library-access.log /var/log/nginx/library-access.log.1 /var/log/nginx/error.log /var/log/nginx/error.log.1 | grep -E "15/Feb/2018" | awk '{print $1}' | sort | uniq -c | sort -n | tail -n 10
|
||||
715 63.143.42.244
|
||||
746 213.55.99.121
|
||||
886 68.180.228.157
|
||||
967 66.249.66.90
|
||||
1013 216.244.66.245
|
||||
1177 197.210.168.174
|
||||
1419 207.46.13.159
|
||||
1512 207.46.13.59
|
||||
1554 207.46.13.157
|
||||
2018 104.196.152.243
|
||||
```
|
||||
|
@ -23,7 +23,7 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-pl
|
||||
|
||||
<meta property="article:published_time" content="2018-02-01T16:28:54+02:00"/>
|
||||
|
||||
<meta property="article:modified_time" content="2018-02-15T14:00:34+02:00"/>
|
||||
<meta property="article:modified_time" content="2018-02-15T22:31:11+02:00"/>
|
||||
|
||||
|
||||
|
||||
@ -57,9 +57,9 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-pl
|
||||
"@type": "BlogPosting",
|
||||
"headline": "February, 2018",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2018-02/",
|
||||
"wordCount": "3674",
|
||||
"wordCount": "3727",
|
||||
"datePublished": "2018-02-01T16:28:54+02:00",
|
||||
"dateModified": "2018-02-15T14:00:34+02:00",
|
||||
"dateModified": "2018-02-15T22:31:11+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -752,8 +752,22 @@ UPDATE 1
|
||||
|
||||
<ul>
|
||||
<li>I have no fucking idea why it crashed</li>
|
||||
<li>The XMLUI activity looks like:</li>
|
||||
</ul>
|
||||
|
||||
<pre><code># cat /var/log/nginx/access.log /var/log/nginx/access.log.1 /var/log/nginx/library-access.log /var/log/nginx/library-access.log.1 /var/log/nginx/error.log /var/log/nginx/error.log.1 | grep -E "15/Feb/2018" | awk '{print $1}' | sort | uniq -c | sort -n | tail -n 10
|
||||
715 63.143.42.244
|
||||
746 213.55.99.121
|
||||
886 68.180.228.157
|
||||
967 66.249.66.90
|
||||
1013 216.244.66.245
|
||||
1177 197.210.168.174
|
||||
1419 207.46.13.159
|
||||
1512 207.46.13.59
|
||||
1554 207.46.13.157
|
||||
2018 104.196.152.243
|
||||
</code></pre>
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2018-02/</loc>
|
||||
<lastmod>2018-02-15T14:00:34+02:00</lastmod>
|
||||
<lastmod>2018-02-15T22:31:11+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -149,7 +149,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2018-02-15T14:00:34+02:00</lastmod>
|
||||
<lastmod>2018-02-15T22:31:11+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -160,7 +160,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2018-02-15T14:00:34+02:00</lastmod>
|
||||
<lastmod>2018-02-15T22:31:11+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -172,13 +172,13 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
|
||||
<lastmod>2018-02-15T14:00:34+02:00</lastmod>
|
||||
<lastmod>2018-02-15T22:31:11+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2018-02-15T14:00:34+02:00</lastmod>
|
||||
<lastmod>2018-02-15T22:31:11+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user