mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2020-09-16
This commit is contained in:
@ -27,7 +27,7 @@ We don’t need to distinguish between internal and external works, so that
|
||||
Yesterday I figured out how to monitor DSpace sessions using JMX
|
||||
I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-plugins-java package and used the stuff I discovered about JMX in 2018-01
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.74.3" />
|
||||
<meta name="generator" content="Hugo 0.75.1" />
|
||||
|
||||
|
||||
|
||||
@ -538,7 +538,7 @@ $ grep -oE '[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}' CGcenter_ORCID_ID_c
|
||||
1204
|
||||
</code></pre><ul>
|
||||
<li>Also, save that regex for the future because it will be very useful!</li>
|
||||
<li>CIAT sent a list of their authors’ ORCIDs and combined with ours there are now 1227:</li>
|
||||
<li>CIAT sent a list of their authors' ORCIDs and combined with ours there are now 1227:</li>
|
||||
</ul>
|
||||
<pre><code>$ cat CGcenter_ORCID_ID_combined.csv ciat-orcids.txt | grep -oE '[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}' | sort | uniq | wc -l
|
||||
1227
|
||||
@ -919,7 +919,7 @@ COPY 263
|
||||
<li>Tom Desair from Atmire shared some extra JDBC pool parameters that might be useful on my thread on the dspace-tech mailing list:
|
||||
<ul>
|
||||
<li>abandonWhenPercentageFull: Only start cleaning up abandoned connections if the pool is used for more than X %.</li>
|
||||
<li>jdbcInterceptors='ResetAbandonedTimer’: Make sure the “abondoned” timer is reset every time there is activity on a connection</li>
|
||||
<li>jdbcInterceptors=‘ResetAbandonedTimer’: Make sure the “abondoned” timer is reset every time there is activity on a connection</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>I will try with <code>abandonWhenPercentageFull='50'</code></li>
|
||||
|
Reference in New Issue
Block a user