`

LucidGaze for Solr 搜索监测工具

    博客分类:
  • solr
阅读更多

 

LucidGaze for Solr 搜索监测工具

 

原文出处:http://blog.chenlb.com/2009/09/lucidgaze-for-solr.html

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-Solrhttp://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。

效果如图:


lucidgaze for solr

官方的截图



 

LucidGaze for solr,点击放大


http://localhost:8080/solr/admin/stats.jsp 也有这些数据。上面的数据是会被 gaze 保存下来,又图形显示友好些。

官方地址:http://www.lucidimagination.com/Downloads/LucidWorks-for-Solr

  • 大小: 14.6 KB
  • 大小: 66.4 KB
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics