redis狀態與效能監控

2021-06-20 12:09:12 字數 497 閱讀 7083

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 6379 monitor 

dump all the received requests in real time; 

監控host為localhost,埠為6380,redis的連線及讀寫操作 

redis-cli -h localhost -p 6379 info 

provide information and statistics about the server ; 

提供host為localhost,埠為6380,redis服務的統計資訊

redis狀態與效能監測

1 redis benchmark redis基準資訊,redis伺服器效能檢測 redis benchmark h localhost p 6379 c 100 n 100000 100個併發連線,100000個請求,檢測host為localhost 埠為6379的redis伺服器效能 2 red...

RedisLive監控Redis程序狀態

redislive就是一款免費開源的基於python tornado的的reids的監控工具,以web的形式展現出redis中的記憶體 key,例項資料等資訊 redislive是基於python的,一般的linux系統已經內建了python,版本最好高於2.7 redislive是web監控介面,...

MongoDB執行狀態 效能監控與分析

mongostat詳解 mongostat是mongdb自帶的狀態檢測工具,在命令列下使用。它會間隔固定時間獲取mongodb的當前執行狀態,並輸出。如果你發現資料庫突然變慢或者有其他問題的話,你第一手的操作就考慮採用mongostat來檢視mongo的狀態。它的輸出有以下幾列 使用profiler...