簡體   English   中英

Arango 基准測試 - Arango & couchDB

[英]Arango Benchmarking - Arango & couchDB

圖中的並發部分是什么? 線程數? 並發調用?

對 ArangoDB 和 CouchDB 進行基准測試的測試結果

我試圖接近更高的數字,但不確定如何模仿並發部分。 我的 couchDB 數字總是高得離譜。 謝謝您的幫助!

它是用於運行測試的並發客戶端連接數。 客戶端是 httpress ( https://bitbucket.org/yarosla/httpress/wiki/Home ):

httpress <options> <url>
  -n num   number of requests     (default: 1)
  -t num   number of threads      (default: 1)
  -c num   concurrent connections (default: 1)
  -k       keep alive             (default: no)
  -z pri   GNUTLS cipher priority (default: NORMAL)
  -h       show this help

並發是指 httpress 以“-c”參數給出的並發連接。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM