redmon:Redis监控管理Web工具

redmon是那种一眼看上去就觉得不错的小工具,而且感觉很轻量级,目前它已经支持实时查看Redis的流量,请求,配置信息,命令行操作等功能,后续还将添加Web端配置修改,慢日志查询等功能。如果有兴趣,你可以去下载一个试玩一下。

下载:https://github.com/steelThread/redmon

简单安装(目前还木有gem包)

$ bundle install
$ ruby sample/app.rb

你可以用它提供的这个脚本给Redis来点压力,以便你试用redmon

$ ruby sample/load_sim.rb

然后打开浏览器,访问 0.0.0.0:4567,就能看到下面的界面了


anyShare赠人玫瑰,手有余香,分享知识,德艺双馨!
          

无觅相关文章插件,快速提升流量

分类 Redis · tag , ,

  • tan zheng

    运行时出现这个错误
    $ruby sample/app.rb
    fatal: Not a git repository (or any of the parent directories): .git
    fatal: Not a git repository (or any of the parent directories): .git
    fatal: Not a git repository (or any of the parent directories): .git
    fatal: Not a git repository (or any of the parent directories): .git
    fatal: Not a git repository (or any of the parent directories): .git
    fatal: Not a git repository (or any of the parent directories): .git
    sample/app.rb:4:in `require’: /home/ztan/Downloads/steelThread-redmon-87ce089/lib/redmon.rb:40: syntax error, unexpected tIDENTIFIER, expecting tAMPER (SyntaxError)
    Thin::Server.start(*@opts[:web_interface], app)
    ^
    from sample/app.rb:4
    什么原因?

  • 国 蔡

    我简单的修复了这个。
    可以来这里下https://github.com/caiguo37/redmon

  • 9189386

    bundle install 这个怎么安装? 求帮忙

  • Ixqbar

    ubuntu 如何安装

    bundle install是什么?

  • eric

    是运行在rails下的。先clone这个repo,然后在目录下bundle

  • Ixqbar

    bundle 找不到命令该如何?