<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<p>Hi all,</p>
<p>Late last year I put together an ArchivesSpace plugin to catch some of the more common issues that we've seen affect ArchivesSpace's performance. While ArchivesSpace is running, the plugin monitors your system and database and logs information about anything unusual it finds. You can find it here:</p>
<p>https://github.com/hudmol/system_performance_monitor</p>
<p>To give an idea of the sorts of issues it looks for, it will tell you about:</p>
<ul>
<li><p>opportunities for MySQL tuning (buffer pool sizing)</p></li>
<li><p>excessively high levels of network latency between the ArchivesSpace server and its database</p></li>
<li><p>running low on disk space</p></li>
<li><p>running out of JVM memory</p></li>
<li><p>running too few or too many indexer threads</p></li>
</ul>
<p>I've run this against ArchivesSpace 1.5.x and ArchivesSpace 2.0.0 for a few months now. Performance impact on the running system should be negligible in general. If you want to check for low hanging performance fruit--or just like being nagged--this could be the plugin for you!</p>
<p>Cheers,</p>
<p>Mark</p>

<pre>
-- 
Mark Triggs
<mark@dishevelled.net>
</pre>
</div>