redis 效能測試方法

2021-06-22 23:20:29 字數 415 閱讀 5982

redis效能測試 

1.效能測試程式所在專案_ d:\eclipse_workspace\jredis_proxy

2.測試情景 

2.1 1000個請求,使用關卡 semaphore 進行控制,每次最多併發500 。 

2.2 使用 callabe 執行,所以實現多執行緒執行

3.效能測試 

伺服器環境 :  2核 8u  16g記憶體 

3.1 通過redis自帶的  redis-benchmark -h localhost -p 16370 -c 1000 -n 100000   自增測試 6.5w/s

3.2 通過jredis編寫   通過自寫測試程式。 

10s進行40w次 自增函式 ,測試效能在 4w/s 

3.3 通過jedis 編寫   通過自寫測試程式

redis效能測試

redis 效能測試 1 測試機器 1顆4核 intel r xeon tm cpu 3.00ghz cpu 2g記憶體 測試前伺服器負載為 2 測試方式 php模組安裝redis下的php插入,提取測試。3 string 測試 測試 redis new redis redis connect 12...

Redis 效能測試

redis 效能測試是通過同時執行多個命令實現的。redis 效能測試的基本命令如下 redis benchmark option option value 以下例項同時執行 10000 個請求來檢測效能 redis benchmark n 10000 ping inline 141043.72 r...

Redis 效能測試

redis 效能測試是通過同一時候執行多個命令實現的。redis 效能測試的基本命令例如以下 redis benchmark option option value 下面例項同一時候執行 10000 個請求來檢測效能 redis benchmark n 10000 ping inline 14104...