Re: [Grinder-use] strategy, grinder properties
Distributed load testing framework - Java, Jython, or Clojure scripts.
Brought to you by:
philipa
|
From: Travis B. <tra...@ya...> - 2010-12-26 03:26:42
|
Pierre, I'd start by looking at the thread ramp-up code in the script gallery: http://grinder.sourceforge.net/g3/script-gallery.html#threadrampup You may want to ramp in the threads in larger chunks than in this example. -Travis ________________________________ From: "Morel, Pierre" <Pie...@ac...> To: grinder-use <gri...@li...> Sent: Wed, December 22, 2010 5:13:30 PM Subject: [Grinder-use] strategy, grinder properties Hi, Let's say I want to do the following: I want to start agent and complete the following steps without any intervention until the test ends: 1. 50 transactions per second for the first 5 minutes 2. whenever 5 minutes have gone by, add 50 transactions per second (so that from time 0 to 4'59" there are 50 TPS, from time 5' till 9'59" there are 100 TPS, from time 10' till 14'59" there are 150 TPS, etc. 3. Increase TPS until it reaches 8300 TPS (this will happen at 825 mn) 4. Continue increase to 8300+10%= 9130 TPS My question is " how can I modify the grinder.properties file "on the fly" ? I would need to do that if the TPS increment changes with time, for example adding less and less transactions as time goes by... Thanks for your input. Pierre ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ grinder-use mailing list gri...@li... https://lists.sourceforge.net/lists/listinfo/grinder-use |