1. 程式人生 > >安裝Redis記憶體分析工具rdbtools

安裝Redis記憶體分析工具rdbtools

一、安裝Python2.7

1、wget http://10.12.29.98:8090/tools/Python-2.7.11.tgz

2、ln -s /usr/local/python2.7/bin/python /usr/bin/python2.7

3、wget https://pypi.python.org/packages/source/d/distribute/distribute-0.7.3.zip

二、安裝rdbtools

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

三、分析rdb檔案

1、rdb -c memory dump-6541.rdb > ./dump-6541.csv