I find Tsung very good to simulate concurrent clients. http://tsung.erlang-projects.org/
On Sun, Jan 3, 2010 at 5:06 PM, Sean Hess <[email protected]> wrote: > I'm trying to figure out a good way to test throughput with my data. > > I've created a ruby script that calls the database as many times a > possible in ten seconds, but I think all Im testing is how fast the > Net::HTTP library can open sockets. > > I could reuse the same HTTP instance from ruby, but Im afraid that > would keep the socket connected, which isn't accurate either. > > Any idea how to test a couch serve without a farm of clients? > -- :Matteo Caprari [email protected]
