tedwhy 发表于 2015-7-17 08:07:46

LucidGaze for Solr 搜索监测工具

  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 添加以下内容


[*]
  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
  Infoq:Lucid Imagination发布了Apache Lucene性能监测工具
页: [1]
查看完整版本: LucidGaze for Solr 搜索监测工具