Redis监控工具redis-stat安装基本步骤

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Redis监控工具redis-stat安装基本步骤相关的知识,希望对你有一定的参考价值。

==============================================================================================

监控工具安装

==============================================================================================

 

$ wget http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz

$ tar xzvf yaml-0.1.4.tar.gz

$ cd yaml-0.1.4

$ ./configure --prefix=/usr/local

$ make

$ make install

 

 

$ wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p0.tar.gz

$ tar xzvf ruby-1.9.3-p0.tar.gz

$ cd ruby-1.9.3-p0

$ ./configure --prefix=/usr/local --enable-shared --disable-install-doc --with-opt-dir=/usr/local/lib

$ make

$ make install

 

wget http://zlib.net/zlib-1.2.8.tar.gz

./configure --prefix=/usr/local

make

make install

 

wget http://www.openssl.org/source/openssl-1.0.1r.tar.gz

./config shared -fPIC --prefix=/usr/local/openssl

make

make install

ruby extconf.rb --with-openssl-include=/usr/local/openssl/include/ --with-openssl-lib=/usr/local/openssl/lib

 

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

 

yum install gcc-c++

 

wget ftp://ftp.cwru.edu/pub/bash/readline-6.3.tar.gz

 

gem install rb-readline

 

gem install redis-stat

以上是关于Redis监控工具redis-stat安装基本步骤的主要内容,如果未能解决你的问题,请参考以下文章

vagrant系列教程:vagrant搭建redis与redis的监控程序redis-stat(转)

vagrant系列教程:vagrant搭建redis与redis的监控程序redis-stat(转)

Redis 监控

Redis-stat 的安装与使用

Redis-stat 的安装与使用

本地安装gem install --local redis-stat-0.4.13.gem