通过预测功能,预防服务器故障,可稳定运营状态. Redis 监测是使用(Pangdata.com)应用程序开发的。所有的存储,分析,监测技术都是Pangdata云服务所提供,把应用安装在大家的服务器上就可以了
庞数据是 SaaS(Software as a Service)类型,所以快速便捷,强大的分析技术,让大家的基础设施(infrastructure)变得更有价值 又通过 Pang SDK的使用,可监测大家想要监测的基础设施(Infrastructure)
安装Redis 监测应用程序之前要注册。通过邮箱即可加入. 进 https://pangdata.com 注册后进入设置找到用户密钥,配置庞App
Java 1.5+ 版本或以上版本。
安装只需5分钟^^.
列表中是最新发布的 http://pan.baidu.com/s/1bpcRMUV 下载redis-monitor.zip文件, 在要安装的路径上解压
列表中是最新发布的 http://pan.baidu.com/s/1bpcRMUV 下载redis-monitor.tar文件, 在要安装的路径上解压
tar -xvf redis-monitor.tar
redis-monitor/conf/pang.properties文件在Notepad++ vi(Linux)打开修改即可
######2-1: 用户ID和用户密钥设置 ######
pang.username=用户ID
pang.userkey=用户密钥
Note: 注册后,进入设置既可看到用户密钥.
Note: prefix 不能使用空格.
redis.1.prefix = my_redis1
redis.1.host = address:6379
#redis.1.auth = password
#redis.2.prefix = my_redis2
#redis.2.host = address2:6379
#redis.2.auth = password
Note: 多个服务器配置时,使用 index 增加既可('redis.[index]').
redis.1.prefix = my_redis1
redis.1.host = ip:26379,ip:26380
#redis.1.auth = password
redis.1.master = mastername
添加新Redis监测项目时,前缀必须写monitor.
## Stats
monitor.instantaneous_input_kbps = true
monitor.instantaneous_output_kbps = true
monitor.instantaneous_ops_per_sec = true
monitor.total_connections_received = false
monitor.total_commands_processed = false
monitor.total_net_input_bytes = false
monitor.rejected_connections = false
## CPU
monitor.used_cpu_sys = true
monitor.used_cpu_user = true
## Memory
monitor.used_memory = true
monitor.used_memory_rss = true
monitor.used_memory_peak = true
monitor.mem_fragmentation_ratio = false
monitor.used_memory_lua = false
## Client
monitor.connected_clients = true
## Keyspace
monitor.keys = true
monitor.expires = false
monitor.avg_ttl = false
想找其他监测项目,那就访问 redis.io.确认即可. 以下是 按Section 监测的详细项目. https://redis.io/commands/info
redis-monitor/pang.bat
会在后台模式运行。
redis-monitor/pang.sh
检查应用程序log. 有配置问题驱动时会发生错误.一定要确认logs/pang.log
redis-monitor/log.sh
登录Pangdata.com后查看您的设备列表,确认监测的项目. 创建仪表盘,使用各种小部件,来实时监测您的服务器.
所有的配置已结束。通过数据发现新的价值吧. 一天,一周,一个月时间,通过统计分析,看一看大家的服务怎么茁壮成长
https://pangdata.com 用户名ID : pang-demo-cn 密码: panghao 来登录.
既可看到,Redis Server 实时监测的图表.