Update notes for 2017-12-17

This commit is contained in:
2017-12-17 10:56:56 +02:00
parent 00967486cf
commit 226a940ff3
4 changed files with 35 additions and 12 deletions

View File

@ -38,7 +38,7 @@ COPY 54701
<meta property="article:published_time" content="2017-11-02T09:37:54&#43;02:00"/>
<meta property="article:modified_time" content="2017-11-30T18:32:56&#43;03:00"/>
<meta property="article:modified_time" content="2017-12-17T10:43:56&#43;02:00"/>
@ -88,7 +88,7 @@ COPY 54701
"url": "https://alanorth.github.io/cgspace-notes/2017-11/",
"wordCount": "5428",
"datePublished": "2017-11-02T09:37:54&#43;02:00",
"dateModified": "2017-11-30T18:32:56&#43;03:00",
"dateModified": "2017-12-17T10:43:56&#43;02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -916,7 +916,7 @@ dspace6=# CREATE EXTENSION pgcrypto;
</code></pre>
<ul>
<li>Looking at the MBeans you can drill down in Catalina→Manager→<webapp>→localhost→Attributes and see active sessions, etc</li>
<li>Looking at the MBeans you can drill down in Catalina→Manager→webapp→localhost→Attributes and see active sessions, etc</li>
<li>I want to enable JMX listener on CGSpace but I need to do some more testing on DSpace Test and see if it causes any performance impact, for example</li>
<li>If I hit the server with some requests as a normal user I see the session counter increase, but if I specify a bot user agent then the sessions seem to be reused (meaning the Crawler Session Manager is working)</li>
<li>Here is the Jconsole screen after looping <code>http --print Hh https://dspacetest.cgiar.org/handle/10568/1</code> for a few minutes:</li>