Redis-benchmark使用總結

來源:互聯網
上載者:User

標籤:

Redis-benchmark為Redis效能測試工具。

指令說明:

 

  1. Usage: redis-benchmark [-h <host>] [-p <port>] [-c <clients>] [-n <requests]> [-k <boolean>]  
  2.   
  3. -h <hostname>      Server hostname (default 127.0.0.1)  
  4. -p <port>          Server port (default 6379)  
  5. -s <socket>        Server socket (overrides host and port)  
  6. -c <clients>       Number of parallel connections (default 50)  
  7. -n <requests>      Total number of requests (default 10000)  
  8. -d <size>          Data size of SET/GET value in bytes (default 2)  
  9. -k <boolean>       1=keep alive 0=reconnect (default 1)  
  10. -r <keyspacelen>   Use random keys for SET/GET/INCR, random values for SADD  
  11.   Using this option the benchmark will get/set keys  
  12.   in the form mykey_rand:000000012456 instead of constant  
  13.   keys, the <keyspacelen> argument determines the max  
  14.   number of values for the random number. For instance  
  15.   if set to 10 only rand:000000000000 - rand:000000000009  
  16.   range will be allowed.  
  17. -P <numreq>        Pipeline <numreq> requests. Default 1 (no pipeline).  
  18. -q                 Quiet. Just show query/sec values 只顯示每秒鐘能處理多少請求數結果  
  19. --csv              Output in CSV format  
  20. -l                 Loop. Run the tests forever 永久測試  
  21. -t <tests>         Only run the comma separated list of tests. The test  
  22.                     names are the same as the ones produced as output.  
  23. -I                 Idle mode. Just open N idle connections and wait.  


執行個體:

 

redis-benchmark -h 127.0.0.1 -p 6379 -q -d 100  
SET/GET 100 bytes 檢測host為127.0.0.1 連接埠為6379的redis伺服器效能


redis-benchmark -h 127.0.0.1 -p 6379 -c 5000 -n 100000 
5000個並發串連,100000個請求,檢測host為127.0.0.1 連接埠為6379的redis伺服器效能 




benchmark工具測試資訊:
測試命令:
redis-benchmark -n 100000 -c 60
向redis伺服器發送100000個請求,每個請求附帶60個並發用戶端
結果(部分):
====== SET ======
對集合寫入測試
  100000 requests completed in 2.38 seconds
100000個請求在2.38秒內完成
  60 parallel clients
每次請求有60個並發用戶端
  3 bytes payload
每次寫入3個位元組的資料
  keep alive: 1
保持一個串連,一台伺服器來處理這些請求


93.06% <= 15 milliseconds
99.96% <= 31 milliseconds
99.98% <= 46 milliseconds
99.99% <= 62 milliseconds
100.00% <= 62 milliseconds
所有請求在62毫秒內完成
42105.26 requests per second
每秒處理42105.26次請求

 

 

    1. [[email protected] ~]# redis-benchmark -h 127.0.0.1 -p 6379 -c 5000 -n 100000  -d 100 -q  
    2. PING_INLINE: 34506.55 requests per second  
    3. PING_BULK: 34059.95 requests per second  
    4. SET: 31959.09 requests per second  
    5. GET: 31466.33 requests per second  
    6. INCR: 33311.12 requests per second  
    7. LPUSH: 29265.44 requests per second  
    8. LPOP: 36968.58 requests per second  
    9. SADD: 32030.75 requests per second  
    10. SPOP: 33344.45 requests per second  
    11. LPUSH (needed to benchmark LRANGE): 29735.36 requests per second  
    12. LRANGE_100 (first 100 elements): 16116.04 requests per second  
    13. LRANGE_300 (first 300 elements): 6659.56 requests per second  
    14. LRANGE_500 (first 450 elements): 4108.29 requests per second  

Redis-benchmark使用總結

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.