码迷,mamicode.com
首页 > 其他好文 > 详细

Redis-stat 的安装与使用

时间:2017-04-17 18:43:29      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:nts   替换   down   href   client   help   通过   strong   ems   

一、ruby源码安装

  • 下载最新版的 Ruby 压缩文件。请点击这里下载
  • 下载 Ruby 之后,解压到新创建的目录下:
$ tar -xvzf ruby-2.2.3.tgz    
$ cd ruby-2.2.3
  • 现在,配置并编译源代码,如下所示:
$ ./configure
$ make
$ make install
  • 安装后,通过在命令行中输入以下命令来确保一切工作正常:
$ruby -v
ruby 2.2.3……

二、替换rubygems为国内淘宝的

# gem sources --add https://ruby.taobao.org/ --remove http://rubygems.org/

# gem sources -l

三、安装redis-stat

# gem install redis-stat

# git clone https://github.com/junegunn/redis-stat.git

# cd redis-stat/bin/

#./redis-stat --help

四、使用redis-stat

# redis-stat host localhost port 6380 overview
实时打印出host为localhost,端口为6380,redis实例的总体信息

技术分享
[root@Architect redis-1.2.6]# redis-stat port 6380 overview
 ------- data ------ ------------ load ----------------------------- - childs -
 keys   used-mem clients  requests      connections
 1319   5.37M   103    44108021 (+44108021) 810        
 1319   5.38M   103    44108124 (+103)   810        
 1319   5.38M   103    44108225 (+101)   810        
 1319   5.39M   103    44108326 (+101)   810        
 1319   5.40M   103    44108427 (+101)   810        
 1319   5.41M   103    44108528 (+101)   810   
技术分享

# redis-stat host localhost port 6380 latency
输出host为localhost,端口为6380,redis服务中每个请求的响应时长

技术分享
[root@Architect redis-1.2.6]# redis-stat port 6380 latency
1: 0.16 ms
2: 0.11 ms
3: 0.15 ms
4: 0.11 ms
5: 0.18 ms
6: 0.14 ms
技术分享

 

 

参考资料: https://github.com/junegunn/redis-stat

 

 

 

 

 

Redis-stat 的安装与使用

标签:nts   替换   down   href   client   help   通过   strong   ems   

原文地址:http://www.cnblogs.com/wjoyxt/p/6724150.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!