十年网站开发经验 + 多家企业客户 + 靠谱的建站团队
量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决
本篇内容主要讲解“Redis常用监控信息命令有哪些”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“Redis常用监控信息命令有哪些”吧!
成都创新互联公司2013年开创至今,是专业互联网技术服务公司,拥有项目网站设计、成都做网站网站策划,项目实施与项目整合能力。我们以让每一个梦想脱颖而出为使命,1280元芝罘做网站,已为上家服务,为芝罘各地企业和个人服务,联系电话:18980820575查看启动到当前处理命令总数:
# redis-cli info stats | grep total_commands
total_commands_processed:23693286991
查看每秒操作数:
# redis-cli info stats | grep instantaneous_ops_per_sec
instantaneous_ops_per_sec:10861
查看已过期的key数量:
# redis-cli info stats |grep expired_keys
expired_keys:0
查看命令处理总数:
# redis-cli info stats |grep total_commands_processed
total_commands_processed:23695648616
查看进入进出总流量:
# redis-cli info stats |grep net
total_net_input_bytes:62429833490720
total_net_output_bytes:83883788471819
查看slowlog慢查询配置:
# redis-cli config get slowlog-log-slower-than
1) "slowlog-log-slower-than"
2) "10000"
查看内存碎片率:
# redis-cli info memory | grep mem_fragmentation_ratio
mem_fragmentation_ratio:1.08
查看复制延迟命令:
# redis-cli --latency
min: 0, max: 1, avg: 0.16 (174 samples)
min: 0, max: 1, avg: 0.16 (196 samples)
min: 0, max: 1, avg: 0.16 (253 samples)
min: 0, max: 1, avg: 0.16 (273 samples)
min: 0, max: 1, avg: 0.16 (292 samples)
min: 0, max: 1, avg: 0.16 (313 samples)
min: 0, max: 1, avg: 0.16 (335 samples)
min: 0, max: 1, avg: 0.15 (429 samples)
min: 0, max: 1, avg: 0.15 (467 samples)
到此,相信大家对“Redis常用监控信息命令有哪些”有了更深的了解,不妨来实际操作一番吧!这里是创新互联网站,更多相关内容可以进入相关频道进行查询,关注我们,继续学习!