Ehcache 缓存监控配置
生活随笔
收集整理的這篇文章主要介紹了
Ehcache 缓存监控配置
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
監控 ehcache緩存:
1,下載:
http://terracotta.org/downloads/open-source/destination?name=ehcache-monitor-kit-1.0.3-distribution.tar.gz&bucket=tcdistributions&file=ehcache-monitor-kit-1.0.3-distribution.tar.gz
2.解壓縮到目錄下,復制ehcache-monitor-kit-1.0.0\lib\ehcache-probe-1.0.0.jar包到application的 /lib目錄下 ? 3.將以下配置copy的ehcache.xml文件的ehcache標簽中 <cacheManagerPeerListenerFactory ?? ?class="org.terracotta.ehcachedx.monitor.probe.ProbePeerListenerFactory" ?? ?properties="monitorAddress=localhost, monitorPort=9889" /> ? 4.在\ehcache-monitor-kit-1.0.0\etc\ehcache-monitor.conf中可以配置監控的ip和端口號。 ? 5.啟動被監控的web application和ehcache-monitor-kit-1.0.0\bin目錄下的startup.bat(在windows環境下) ? 6.在瀏覽器中輸入?http://localhost:9889/monitor/即可開始監控。? 7.刪除?startup.bat中的行?-j %PRGDIR%\etc\jetty.xml ^轉載于:https://www.cnblogs.com/daxin/p/3856531.html
《新程序員》:云原生和全面數字化實踐50位技術專家共同創作,文字、視頻、音頻交互閱讀總結
以上是生活随笔為你收集整理的Ehcache 缓存监控配置的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: POJ2699_The Maximum
- 下一篇: memcache的安装及管理