常用运维开源工具

mydumper:

yum install glib2-devel mysql-devel zlib-devel pcre-devel -y

wget https://launchpad.net/mydumper/0.9/0.9.1/+download/mydumper-0.9.1.tar.gz


 tar zxvf mydumper-0.9.1.tar.gz

 cmake .

 make

 make install


SQLAdvisor
git clone https://github.com/Meituan-Dianping/SQLAdvisor.git


inception
http://mysql-inception.github.io/inception-document/
https://github.com/mysql-inception/inception.git


binlog2sql:

git clone https://github.com/danfengcao/binlog2sql.git && cd binlog2sql

pip install -r requirements.txt


mysql_snifer:
git clone https://github.com/Qihoo360/mysql-sniffer.git


sysbench:
git clone https://github.com/akopytov/sysbench 
cd sysbench
./autogen.sh


mysql-audit
https://github.com/mcafee/mysql-audit/
https://github.com/mcafee/mysql-audit.git


redis-faina

https://github.com/facebookarchive/redis-faina
https://github.com/facebookarchive/redis-faina.git


Redis-benchmark redis压测工具,本身自带。


redis-traffic-stats
https://github.com/hirose31/redis-traffic-stats
https://github.com/hirose31/redis-traffic-stats.git

 
  

tcpdump

https://github.com/the-tcpdump-group/tcpdump.git

tcpkit

https://github.com/git-hulk/tcpkit.git

rdb

https://github.com/sripathikrishnan/redis-rdb-tools.git

twemperf  mcperf

git clone git://github.com/twitter/twemperf.git
cd twemperf
autoreconf -fvi
CFLAGS="-ggdb3 -O0" ./configure --enable-debug
make
src/mcperf -h


memcached/memcached
https://github.com/memcached/memcached/blob/master/scripts/memcached-tool


kafka-monitor
git clone https://github.com/linkedin/kafka-monitor.git $ cd kafka-monitor $ ./gradlew jar



RockMongo
https://github.com/iwind/rockmongo
https://github.com/iwind/rockmongo.git


你可能感兴趣的:(常用运维开源工具)