JMeter mentioned in article on IBM developerworks

2003-11-07 Thread BAZLEY, Sebastian
Just came across the following article: Eye on performance: A load of stress Stress testing and the factors that go into choosing the right tool for your project This mentions JMeter, and even as a screen-shot showing it in use: Figure 1 illustrates Apache JMeter, one of the free load

Re: JMeter mentioned in article on IBM developerworks

2003-11-07 Thread peter lin
that's pretty cool. now if people actually stress/load test their application before deployment, that would be great. but like release schedules make time for it. oh well, I'll keep working on jmeter and maybe one day people will get it in their heads testing is crucial. peter BAZLEY,

RE: Preserving 'logins' accross jmeter sessions

2003-11-07 Thread BAZLEY, Sebastian
No need to code a new Sampler - BeanShell has an exec() method. Unfortunately, the default exec() code does not return the status, but the code is very simple anyway: // Sample BSH procedure int exec( String arg ) { this.proc = Runtime.getRuntime().exec(arg); this.din = new

Set-Cookie extended

2003-11-07 Thread Ryo Sode
Hi again, Now I am having hard time with JMeter not handling extended Set-Cookie header. My server is spitting out something like this: Set-Cookie: ryo=sode; Domain=ryosode.com; Expires=Fri, 07-Nov-2003 22:39:27 GMT; Path=mytest And it appears to me that JMeter is ignoring the header because in