博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Redis监控工具redis-stat安装基本步骤
阅读量:5098 次
发布时间:2019-06-13

本文共 1165 字,大约阅读时间需要 3 分钟。

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

监控工具安装

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

 

$ 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

转载于:https://www.cnblogs.com/cococo/p/5259876.html

你可能感兴趣的文章
WCF傻瓜模式写程序
查看>>
《绿色·精简·性感·迷你版》易语言,小到不可想象
查看>>
Java Web学习总结(13)Listener监听器
查看>>
开始Flask项目
查看>>
Ruby:多线程队列(Queue)下载博客文章到本地
查看>>
Android打包key密码丢失找回
查看>>
03 jQuery动画
查看>>
医药箱APP静态小项目
查看>>
安装使用eclipse
查看>>
VC6.0调试技巧(一)(转)
查看>>
用Chrome调试Android手机上的网页
查看>>
django 王中王8之踏青撒花
查看>>
学习网站收集
查看>>
linux命令
查看>>
类库与框架,强类型与弱类型的闲聊
查看>>
webView添加头视图
查看>>
字符环(openjudge 2755)
查看>>
php match_model的简单使用
查看>>
在NT中直接访问物理内存
查看>>
Intel HEX 文件格式
查看>>