LucidGaze for Solr 是由 Lucid 开发的开源 solr 监测工具,提供快照、存储、交互视图、比较各种 solr 性能指标。 包括:
- Record and graph metrics
- 捕获多种 handler 的每秒请求数(Capture requests-per-second),如:StandardRequestHandler
- 捕获每个请求的处理时间(Capture processing time per request)。
- ……
现来试用下
1、下载 LucidGaze for Solr 1.0 http://www.lucidimagination.com/Downloads/LucidGaze-for-Solr 或 http://www.lucidimagination.com/user_download/certified/lucidgaze-1.0.tgz
2、解压到某个位置,如:f:/lucidgaze。把 gaze-plugin-1.0.jar 复制到 solr.home/lib,在 solr.home/conf/solrconfig.xml 添加以下内容
- <requestHandler name="/gaze" class="com.lucidimagination.gaze.plugin.StatMonitor" />
3、把 rrd4j-2.06.jar 和 gaze-shared-1.0.jar 放到 tomcat-6/lib 下。启动 tomcat(安装有 solr 的 tomcat),再把 gaze.war 放到 tomcat-6/webapps 下。
4、然后打开 http://localhost:8080/gaze,提交 http://localhost:8080/solr 为 solr 的根 url。最后选择要监测的 handler,如:standard、/update。
效果如图:
官方的截图http://localhost:8080/solr/admin/stats.jsp 也有这些数据。上面的数据是会被 gaze 保存下来,又图形显示友好些。
官方地址:http://www.lucidimagination.com/Downloads/LucidWorks-for-Solr