On 11/05/2010 01:07 PM, J.E.C.Brisland wrote: > Note: I also have a whole bunch of other things I want to add, for example > > Per second > 4.8 forum views > 0.2 forum posts > 0.9 general page views > Etc.. > > The concurrency of these requests is not known, so I just want to randomise > it a little, as long as I can get a general load per second it doesn't really > matter (to me anyways) about overlap. If it's random it will be good enough. > > -----Original Message----- > From: J.E.C.Brisland [mailto:[email protected]] > Sent: 05 November 2010 11:57 > To: 'JMeter Users List' > Subject: Best way to build a test... > > 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. >
For each scenario, create one Thread Group that does all involved requests. To each Thread Group, add a Constant Throughput timer that ensures that the desired number of transactions is maintained. Regards, Felix --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

