Arango基准测试 - Arango& CouchDB的

时间:2014-04-12 21:57:27

标签: couchdb arangodb

图表的并发部分是什么?线程数?并发呼叫?

https://www.arangodb.org/2012/08/24/benchmarking-arangodb-and-couchdb

我正试图接近更高的数字,但不知道如何模仿并发部分。我的couchDB数字总是很疯狂。谢谢你的帮助!

1 个答案:

答案 0 :(得分:1)

用于运行测试的同时客户端连接数。客户端是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”参数的并发连接。