Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Redis performance Monitoring tool

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

environment description

OS:centos 6.6_x64

DB:redis 3.0.3

192.168.1.91--> Database Server

192.168.1.92--> Monitor Host

2. monitoring tools

redis-stat

Download path: github.com/junegunn/redis-stat/releases

Download file: redis-stat-0.4.13.jar

3. upload software

Upload the file redis-stat-0.4.13.jar to the/tmp path of the 192.168.1.92 host

# ll /tmp

total 22384

-rw-r--r-- 1 root root 22918134 Nov 24 09:54 redis-stat-0.4.13.jar

# java -version --must have java runtime environment

java version "1.7.0_79"

Java(TM) SE Runtime Environment (build 1.7.0_79-b15)

Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)

4. Start monitoring program (executed on 192.168.1.92)

# java -jar /tmp/redis-stat-0.4.13.jar --server=8000 192.168.1.91:6380

As shown in the figure:

5. Web-based monitoring

6. command summary

Remote Monitoring Single Instance

# java -jar /tmp/redis-stat-0.4.13.jar --server=8000 192.168.1.91:6380

Remote monitoring of multiple instances

# java -jar /tmp/redis-stat-0.4.13.jar --server=8000 192.168.1.91:6380 192.168.1.91:6381

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report