Re: Generate requests at specified time

2011-09-25 Thread sebb
On 25 September 2011 13:43, Jian-Ming Zheng wrote: > Hi, > > Thanks for your reply. > > We do not want to model the Zipf-like distribution, but use it as an > example of request patterns to test the Web server. We have designed > some power management mechanism (i.e., dynamic voltage and frequency

Re: Generate requests at specified time

2011-09-25 Thread Jian-Ming Zheng
ted solution to have JM read trace > files but remember, this is a tool to run load tests, if your goal is to > load test your website then why re-invent the wheel? > > > > ----- > http://www.http503.com/ > -- > View this message in context: > http://jmete

Re: Generate requests at specified time

2011-09-25 Thread Oliver Lloyd
http503.com/ -- View this message in context: http://jmeter.512774.n5.nabble.com/Generate-requests-at-specified-time-tp4836359p4838174.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Re: Generate requests at specified time

2011-09-25 Thread Jian-Ming Zheng
ou do have a specific > requirement then, like I say, most likely this is very possible, you just > need to be more specific. > > Finally, is this an attempt to deal with concurrent requests or some sort of > Ajax business? > > - > http://www.http503.com/ > -- >

Re: Generate requests at specified time

2011-09-24 Thread Bruce Ide
I don't know if it's pertinent to the conversation, but this somewhat reminds me of a test I had to write a while back, where a web page would allow only 1 administrative login at a time. But it wouldn't tell you if you logged in a second time; by design if you logged in again the first login sessi

Re: Generate requests at specified time

2011-09-24 Thread Deepak Shetty
this a bug or is it related to the > process how JMeter initializes the test (threads)? > > > Nermin > > > > > > -Original Message- > From: Deepak Shetty [mailto:shet...@gmail.com] > Sent: 24. septembar 2011 20:25 > To: JMeter Users List > Subject: Re:

RE: Generate requests at specified time

2011-09-24 Thread Nermin CALUK
septembar 2011 20:25 To: JMeter Users List Subject: Re: Generate requests at specified time you can delay requests within a thread by using some of the timers (for e.g. Constant Timer - where the input is a variable calculated as the time you want to delay - the time the last sample took). However

Re: Generate requests at specified time

2011-09-24 Thread Deepak Shetty
talking about pacing these requests? If so, try the > > > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Constant_Throughput_Timer > > Constant Throughput Timer . > > > > ----- > > http://www.http503.com/ > > -- > > View this messa

Re: Generate requests at specified time

2011-09-24 Thread Oliver Lloyd
.512774.n5.nabble.com/Generate-requests-at-specified-time-tp4836359p4836897.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional comman

Re: Generate requests at specified time

2011-09-24 Thread Jian-Ming Zheng
try the > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Constant_Throughput_Timer > Constant Throughput Timer . > > - > http://www.http503.com/ > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Generate-requests-at-speci

Re: Generate requests at specified time

2011-09-24 Thread Oliver Lloyd
-requests-at-specified-time-tp4836359p4836368.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h

Generate requests at specified time

2011-09-24 Thread Jian-Ming Zheng
Dear All, As I know, I can store a sequence of HTTP requests into a CSV file. The JMeter can read the CSV file to generate requests by adding CSV Data Set Config element to the test plan. How to set the JMeter if I have a sequent of requests and want to generate the requests at specified time? Fo