Re: Generating constant RPS load for Data cloud

2011-11-02 Thread Rocco Caputo
I see two problems. max_open => 1000, but it appears you've left max_per_host to the default of 4. You're enqueuing 800 requests all at once. POE's message dispatch queue is FIFO, so all the requests must occur before the first response arrives. With a low max_per_host, it's quite likely that

Generating constant RPS load for Data cloud

2011-10-03 Thread Anil Thyagarajan
Hi, We have a data-cloud setup for caching (memory+persistent). Clients talk to cloud via REST API for key/value storage and retrieval I have a requirement to load the data-cloud with different RPS(request per sec) under different infrastructure and system profiles, to finally build a matrix on p