Re: beanshell examples

2007-07-01 Thread sebb
BTW, JMeter includes the BSF Sampler, which can run groovy. S. On 15/06/07, aidy lewis <[EMAIL PROTECTED]> wrote: Hi, I have also read that a 'Groovy', BSH replacement has been written. http://themindstorms.blogspot.com/2007/01/groovy-support-for-jmeter.html Has anyone used this? Aidy -

Re: beanshell examples

2007-06-15 Thread aidy lewis
Hi, I have also read that a 'Groovy', BSH replacement has been written. http://themindstorms.blogspot.com/2007/01/groovy-support-for-jmeter.html Has anyone used this? Aidy - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: beanshell examples

2007-06-15 Thread aidy lewis
On 15/06/07, Matthew Coventon <[EMAIL PROTECTED]> wrote: Do you have a particular need or issue you want to resolve with beanshell? We use it for a variety of things, but it would be easier to help you out if I knew some more specifics. I have downloaded the beanshell jar and added it to my JMe

Re: beanshell examples

2007-06-15 Thread Alexander Wallace
I have this in a BeanShell Preporcessor: // set up some vars for substitution on queries int studentId = 10+Integer.parseInt("${__threadNum}"); // offset students enough java.util.Random r = new java.util.Random(); int classId = r.nextInt(25)+10; // substitute vars in queries var

Re: beanshell examples

2007-06-15 Thread bhagwan Sahai
hi How can we do System Monitoring with SNMP using JMeter - Original Message - From: "Knut Borchart" <[EMAIL PROTECTED]> To: "JMeter Users List" Sent: Friday, June 15, 2007 7:19 PM Subject: Re: beanshell examples > Hi, > > i think sometimes it can be

Re: beanshell examples

2007-06-15 Thread Knut Borchart
TECTED] Sent: Friday, June 15, 2007 8:13 AM To: jmeter-user@jakarta.apache.org Subject: beanshell examples Hi, Has anybody got any examples of using beanshell scripting within JMeter please? Aidy - To unsubscribe, e-mail:

RE: beanshell examples

2007-06-15 Thread Matthew Coventon
8:13 AM To: jmeter-user@jakarta.apache.org Subject: beanshell examples Hi, Has anybody got any examples of using beanshell scripting within JMeter please? Aidy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

beanshell examples

2007-06-15 Thread aidy lewis
Hi, Has anybody got any examples of using beanshell scripting within JMeter please? Aidy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]