My recommendation would be to convert your production access log file into a
flat file of http requests, then use JMeter to replay the flat file (.csv).
You will need to execute a ramp to determine when the transactions per
second mimic the load of production.

The assumption unfortunately is that you have consistent data between the
two environments.

Alternatively you can create the 4 scripts described below and execute them
in proportionate number of active of threads.

Good luck!

Carl


On 11/5/10 6:57 AM, "J.E.C.Brisland" <[email protected]> wrote:

> Hi All,
> 
> Basically what I want to do is reproduce the average load our server has on a
> daily basis onto our test server.
> 
> We have a number of different page types on our server, and each of these
> types gets hit a varying amount.
> 
> Take for example blog views, posts and comments.
> 
> Lets say these are our numbers
> 
> Per second
> 0.5 users log in
> 3.4 blog views
> 0.2 blog posts
> 0.002 blog comments
> 
> What would be the best way to reproduce this load using jMeter?
> 
> I have tests running, but I'm struggling to reproduce the loads I want. 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to