On 15/10/2009, Grant Ingersoll <[email protected]> wrote: > Hi, > > I'm thinking about using JMeter to setup some load tests on Apache Solr. > Solr is a search service based on Lucene that works over HTTP. I've > configured HTTP Requests in JMeter in the past to send queries to Solr, but > what I really want to do is give it a Solr log file and then have JMeter > play back the logs (queries) at the same rate that they occurred in the > logs. I know I can have JMeter load things from files to drive requests, > but what would I have to do to have it not only load the request from the > file, but also figure out the rate to send the requests at?
Just add a "delay" field to the CSV file containing the URLs, and use that in a child Timer or separate Test Action sampler. > Is there such a > thing as a log file data source for JMeter or something equivalent? The Access Log Sampler may be suitable: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Access_Log_Sampler > If it > can't no big deal, was mostly curious about something that has been brewing > in the back of my mind for a long time. > > > Thanks, > Grant > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [email protected] > For additional commands, e-mail: > [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

