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 cluster monitoring RedisClusterManager

2025-04-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

RedisClusterManager monitors Redis cluster

Environmental requirements: Java8+jdk configuration skip RedisClusterManager download address: https://git.oschina.net/yanfanVIP/RedisClusterManager/releases attachment: systemMonitor-release.tar.gz collection system status package attachment: RedisManager-Web-1.0.0-SNAPSHOT-beta.tar.gz redis cluster management package 1, Install systemMonitor # tar-zxvf systemMonitor-release.tar.gz # vi start.sh #! / bin/shwebsite= "http://localhost:8080/metric"ip="192.168.1.107" # where IP should be consistent with RedisManager-Web java-jar systemMonitor.jar-- website=$website-- ip=$ip#sh start.sh # start systemMonitor200 2, install RedisManager-Web#tar-zxvf RedisManager-Web-1.0.0-SNAPSHOT-beta.tar.gz# sh start.sh # start RedisManager-Web. _ _ / / _ _ _ (() _ _ _ |'_ _ _ | |\ / _ _ _ | | | (_ _ | |) )'| _ |. _ _ | _ | | _ | _ | | _\ _ _ | | / = | _ | = | _ _ / = / _ /:: Spring Boot:: (v1.5.2.RELEASE) 2017-05-08 12 INFO 01INFO 5505-[main] org.redis.manager.AppStarter: Starting AppStarter v1.0.0-SNAPSHOT on WebServer107 with PID 5505 (/ data/software/RedisManager-Web-1.0.0-SNAPSHOT/RedisManager-Web-1) .0.0-SNAPSHOT.jar started by root in / data/software/RedisManager-Web-1.0.0-SNAPSHOT) 2017-05-08 12 INFO 01INFO 5505-[main] org.redis.manager.AppStarter: No active profile set Falling back to default profiles: default2017-05-08 12 INFO 01 INFO 5505-[main] ationConfigEmbeddedWebApplicationContext: Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@27c6e487: startup date [Mon May 08 12:01:30 CST 2017] Root of context hierarchy2017-05-08 12 main 01 main 31.312 INFO 5505-[main] o.s.b.

Visit: http://192.168.1.107:8080

1. Cluster monitoring function

2. Cluster status query

3. Cluster node management function

Reset the master node from the slave node

Master-slave switching

Slot migration

4. Cluster data management

Create a cluster 1. Open the home page of Manager, click Create Cluster2 in the upper right corner. If you have not registered the redis package file in the cluster, click Import Resource and upload Resource.

3. If the Server information is not registered in the cluster, click Import Server.

4. Click Install Node to install Redis and monitor automatically.

5. After installing all the nodes, click Create Cluster, fill in the number of Master, and generate a cluster

6. Query the status of the new cluster

Data query method 1. On the home page of Manager, click the cluster to enter the cluster operation interface 2, click the Query button in the upper right corner to enter the query interface 3, enter the key to be queried in the search box, or use the wildcard'*'to match

4. In the key list of the query, click query data details.

The overall function is good, and you can manage the Redis cluster.

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

Servers

Wechat

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

12
Report