diff --git a/content/post/2017-11.md b/content/post/2017-11.md index 9f349f01b..660119f6e 100644 --- a/content/post/2017-11.md +++ b/content/post/2017-11.md @@ -687,7 +687,7 @@ dspace6=# CREATE EXTENSION pgcrypto; $ jconsole -J-DsocksProxyHost=localhost -J-DsocksProxyPort=7777 service:jmx:rmi:///jndi/rmi://localhost:9000/jmxrmi -J-DsocksNonProxyHosts= ``` -- Looking at the MBeans you can drill down in Catalina→Manager→→localhost→Attributes and see active sessions, etc +- Looking at the MBeans you can drill down in Catalina→Manager→webapp→localhost→Attributes and see active sessions, etc - 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 - 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) - Here is the Jconsole screen after looping `http --print Hh https://dspacetest.cgiar.org/handle/10568/1` for a few minutes: