>say how much time should execute same script with 100 user to get 100 bytes of throughput. This question doesnt make sense. As an example Say your JMeter test has 1 user , makes 1 request (in a loop) - Your responds in 0.5 seconds and returns 10 bytes of data. Your throughput as reported by JMeter will be 2 requests / sec (or 20 bytes per second).
Say your JMeter test has 10 users , making the same request in a loop , but your server now takes longer to respond (increased load) , say 1 second and returns same 10 bytes of data per request Jmeter will report a Throughput of 10 requests/per sec (or 100 bytes/sec) If you keep the users the same , it doesnt matter how much time you run (assuming your server is fairly constant) - the throughput will remain the same (simplified , exceptions exist). regards deepak On Tue, Jul 26, 2016 at 7:24 AM, Pravesh Prajapati < [email protected]> wrote: > Hi Team, > I have written the wrong scenario in above mail, sorry for that. > > The scenario > Say for example I have a API and I am using 100 user for 1 iteration the I > am getting the 100 bytes of throughput. > Now I want same thing to execute on time basis not by iteration, say how > much time should execute same script with 100 user to get 100 bytes of > throughput. > > Note:- My users and Throughput will remain same. > I want just find out amount of time for getting same throughput. > Can we achieve this in Jmeter? > > > > On Tue, Jul 26, 2016 at 7:36 PM, Pravesh Prajapati < > [email protected]> wrote: > > > > > Hi Team, > > Is there is any way to Configure or Control SLA in Jmeter. > > > > Say for example, > > I have one API and I am execution 1000 user per hr & I am getting xyz > > throughput. > > Now how can I achieve the same throughput xyz if I change time OR no. of > > vu user. note--I should get same throughput xyz for both cases. > > > > Please reply > > Thanks in Advance. > > > > If any body know any plugin for achieving this please let me know. > > > > -- > > Regards, > > Pravesh prajapati. > > Mob:-9702600170 > > > > > > -- > Regards, > Pravesh prajapati. > Mob:-9702600170 >
