Re: BSF Sampler and script file location

2010-02-15 Thread Luca Borz
Hi, i need images from stress test constructed with jMeter. I find three problems: - in the manual in the Edit menu for listener there is only one voice, Save Image as, in real there are two options, Save Node as Image and Save Screen as Image, what is the exactly output of Save Images as

help with graphs

2010-02-15 Thread Luca Borz
Hi, I need images from stress test constructed with jMeter. I find three problems: - in the manual in the Edit menu for listener there is only one voice, Save Image as, in real there are two options, Save Node as Image and Save Screen as Image, what is the exactly output of Save Images as

RE: help with graphs

2010-02-15 Thread Andrey Pohilko
Hi! There's several custom graphs for JMeter available in the web, I suggest to try them if you need advanced charting. Nowever, JMeter prefers non-gui testing to avoid JMeter performance overhead for charting (and Listeners in common - see best practices in documentation). С уважением, Андрей

Mail Sampler

2010-02-15 Thread Noel O'Brien
Hi all, I've two questions regarding the mail sampler: 1. Is it possible to have JMeter decode multi-part messages? 2. Is it possible to have JMeter force UTF-8 encoding when reading/displaying the mail As part of my tests I'm using my product to send emails and using JMeter to

Re: Mail Sampler

2010-02-15 Thread sebb
On 15/02/2010, Noel O'Brien nobr...@newbay.com wrote: Hi all, I've two questions regarding the mail sampler: 1. Is it possible to have JMeter decode multi-part messages? 2. Is it possible to have JMeter force UTF-8 encoding when reading/displaying the mail Which version of JMeter

Re: Mail Sampler

2010-02-15 Thread Noel O'Brien
Apologies, forgot to attach the useful information ;) • OS: Ubuntu 9.10 (Linux olympia 2.6.31-19-generic-pae #56-Ubuntu SMP Thu Jan 28 02:29:51 UTC 2010 i686 GNU/Linux) • Java: Sun version 1.6.0_18 • Javamail: 1.4.1 (mail.jar only) • JMeter: 2.3.2 r665936 • Sampler: Mail

Re: Mail Sampler

2010-02-15 Thread sebb
On 15/02/2010, Noel O'Brien nobr...@newbay.com wrote: Apologies, forgot to attach the useful information ;) • OS: Ubuntu 9.10 (Linux olympia 2.6.31-19-generic-pae #56-Ubuntu SMP Thu Jan 28 02:29:51 UTC 2010 i686 GNU/Linux) • Java: Sun version 1.6.0_18 • Javamail: 1.4.1 (mail.jar

Re: Mail Sampler

2010-02-15 Thread Noel O'Brien
Sure, I'll give it a go and report my findings Regards, Noel - sebb seb...@gmail.com wrote: On 15/02/2010, Noel O'Brien nobr...@newbay.com wrote: Apologies, forgot to attach the useful information ;) • OS: Ubuntu 9.10 (Linux olympia 2.6.31-19-generic-pae #56-Ubuntu SMP Thu

Re: Mail Sampler

2010-02-15 Thread Noel O'Brien
Using JMeter 2.3.4, there is more attachment related information and the multi-part messages seem to be decoded once the Store the message using MIME checkbox is ticked. There's still a UTF-8 issue though; • Subject sent: Méðíá Sénd Téßþ • Subject received (not decoded): Méðíá

Re: Mail Sampler

2010-02-15 Thread sebb
Yes, there do seem to be some problems. At present each message is handled as a single sample which is added as a child of the parent sample result. If the message is a multipart message, then this causes problems, because each part of a multi-part message has its own Content-Type, but of course

RE: Mail Sampler

2010-02-15 Thread Andrey Pohilko
Sounds reasonable С уважением, Андрей Похилько -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Monday, February 15, 2010 6:38 PM To: JMeter Users List Subject: Re: Mail Sampler Yes, there do seem to be some problems. At present each message is handled as a single

Re: Mail Sampler

2010-02-15 Thread Noel O'Brien
Yeah that sounds like it'll do the trick. The only other thing I'd suggest would be rendering images in the same way as with images in http sample results, if it's possible Regards, Noel - sebb seb...@gmail.com wrote: Yes, there do seem to be some problems. At present each message

Re: Mail Sampler

2010-02-15 Thread sebb
Images should just work. The down-side is that the test plan output will be different from before; is that likely to be a major problem? On 15/02/2010, Noel O'Brien nobr...@newbay.com wrote: Yeah that sounds like it'll do the trick. The only other thing I'd suggest would be rendering images

Re: Mail Sampler

2010-02-15 Thread Noel O'Brien
Not for me, but it would be good to hear from other forum user's too :) FYI, image attachments are not being rendered in the View Results Tree listener for me (JMeter 2.3.4), it just appears as a stream of characters Regards, Noel - sebb seb...@gmail.com wrote: Images should just

Re: Mail Sampler

2010-02-15 Thread sebb
On 15/02/2010, Noel O'Brien nobr...@newbay.com wrote: Not for me, but it would be good to hear from other forum user's too :) FYI, image attachments are not being rendered in the View Results Tree listener for me (JMeter 2.3.4), it just appears as a stream of characters Yes. But if/when

Re: Mail Sampler

2010-02-15 Thread Noel O'Brien
Ah ok. I assumed from you previous mail that they should just work as is :) Regards, Noel - sebb wrote: On 15/02/2010, Noel O'Brien wrote: Not for me, but it would be good to hear from other forum user's too :) FYI, image attachments are not being rendered in the View Results Tree

Going through a proxy issues

2010-02-15 Thread Oliver Erlewein [DATACOM]
Hi all, I have the following situation: I need to go through a proxy for one site only. All the rest is on the LAN. JMeter only allows me to switch a proxy on or off. I use Linux/Ubuntu so I'd need the equivalent of: https_proxy=https://somesite:3128 no_proxy=.test.org export https_proxy

dynamic parameters of the URL http://www.test.com/webtest/JopletManager?S=cw2rfk0W=mcghkvx1N=by4hyg4A=dzy3gtp.

2010-02-15 Thread mai_garduce
The problem lies in the dynamic parameters of the URL http://172.25.1.75:8080/xacta/JopletManager?S=cw2rfk0W=mcghkvx1N=by4hyg4A=dzy3gtp. I found the function HTTP URL Re-writing Modifier which allows us to store session ids. But the problem is the correlation of this function to the regular

Re: Jmeter parameterization

2010-02-15 Thread mai_garduce
1. Use Parameter for login and password 2. Create regexp for login and password 3. in the http request post , call the user parameter and refer to the output of regex if u want screenshots: email me at mhyr...@yahoo.com gauvbruce wrote: Hi, I have an problem with parameterization of the

Re: Grouping recorded requests

2010-02-15 Thread James Hill
Apologies. Moment of confusion brought on by impending insanity. I was thinking of just putting single page requests into their own threads and running them concurrently because I think this problem finally has me beaten. The core of my problem lies with the rather large amount of AJAX on the

REG EX match number

2010-02-15 Thread mai_garduce
is there anyway to know this wihout manually reading the page source? -- View this message in context: http://old.nabble.com/REG-EX-match-number-tp27604530p27604530.html Sent from the JMeter - User mailing list archive at Nabble.com.

RE: REG EX match number

2010-02-15 Thread Andrey Pohilko
I tried to find this not so long ago, found nothing. Had to use BeanShell script to count matches... С уважением, Андрей Похилько -Original Message- From: mai_garduce [mailto:mhyr...@yahoo.com] Sent: Tuesday, February 16, 2010 10:34 AM To: jmeter-user@jakarta.apache.org Subject: REG