while [ 1 == 1 ]  ; do   now=$(date "+%Y-%m-%d_%H:%M:%S")  ; echo "=========================${now}==============================="  ; echo "#Client-Monitor"  ; redis-cli -h 192.168.10.99 -p 7001 -a hhly client list | grep monitor  ; redis-cli -h 192.168.10.99 -p 7001 -a hhly info clients  ; redis-cli -h 192.168.10.99 -p 7001 -a hhly info memory ;usleep 1000000  ; done

 

redis监控脚本

http://carlosfu.iteye.com/blog/2254571

 

相关文章:

  • 2021-12-28
  • 2021-09-13
  • 2021-08-14
  • 2021-10-05
  • 2021-08-15
  • 2022-03-08
  • 2021-05-21
  • 2022-12-23
猜你喜欢
  • 2021-07-10
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
  • 2021-06-15
  • 2021-12-01
相关资源
相似解决方案