文章出處

1、redis-benchmark
redis基準信息,redis服務器性能檢測

redis-benchmark -h localhost -p 6379 -c 100 -n 100000
100個并發連接,100000個請求,檢測host為localhost 端口為6379的redis服務器性能

 

 

2、redis-cli

redis-cli -h localhost -p 6380 monitor
Dump all the received requests in real time;
監控host為localhost,端口為6380,redis的連接及讀寫操作

redis-cli -h localhost -p 6380 info
Provide information and statistics about the server ;
提供host為localhost,端口為6380,redis服務的統計信息


文章列表


不含病毒。www.avast.com
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 大師兄 的頭像
    大師兄

    IT工程師數位筆記本

    大師兄 發表在 痞客邦 留言(0) 人氣()