简体   繁体   English

Arango 基准测试 - Arango & couchDB

[英]Arango Benchmarking - Arango & couchDB

What is the concurrency part of the graph?图中的并发部分是什么? Number of threads?线程数? Concurrent Calls?并发调用?

Test results for benchmarking ArangoDB and CouchDB 对 ArangoDB 和 CouchDB 进行基准测试的测试结果

I'm trying to come close to the higher numbers, but not sure how to mimic the concurrency part.我试图接近更高的数字,但不确定如何模仿并发部分。 My couchDB numbers are always crazy high.我的 couchDB 数字总是高得离谱。 Thanks for the help!谢谢您的帮助!

It is the number of simultaneous client connections used to run the tests.它是用于运行测试的并发客户端连接数。 The client is httpress ( https://bitbucket.org/yarosla/httpress/wiki/Home ):客户端是 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

The concurrency refers to the concurrent connections given as "-c" parameter for httpress.并发是指 httpress 以“-c”参数给出的并发连接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM