==============================================================================================
Monitoring Tool Installation
==============================================================================================
$ 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 Monitoring Tools Redis-stat installation Basic steps