Apache JMeter book

2008-07-21 Thread aidy lewis
Hi, I came across this while reading someone's blog http://www.amazon.com/Apache-JMeter-Emily-Halili/dp/1847192955/ref=pd_bbs_sr_1?ie=UTF8s=booksqid=1216639430sr=8-1 Aidy - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Apache JMeter book

2008-07-21 Thread kirk
aidy lewis wrote: Hi, I came across this while reading someone's blog http://www.amazon.com/Apache-JMeter-Emily-Halili/dp/1847192955/ref=pd_bbs_sr_1?ie=UTF8s=booksqid=1216639430sr=8-1 Aidy - To unsubscribe, e-mail: [EMAIL

Re: SQL call returns header as the first line

2008-07-21 Thread Jose Castro
Thank you, I added and if processor, if {$data} != COUNT NEXT STEP That worked On Mon, Jul 21, 2008 at 5:10 AM, Ronald Van de Kuil [EMAIL PROTECTED] wrote: Hello Jose, You probably get the result back as something as: COUNT 236 You could process this result with a BeanShell Post

Re: Apache JMeter book

2008-07-21 Thread aidy lewis
Hi, I reviewed it. Very beginnerish in nature. The review will be out in a week or so. Regards, Kirk I think the attractiveness of JMeter lies in being able to quickly and easily set-up, implement and get performance data from tests as opposed to other closed and open-source tools.

Can JMeter be used with XML datastreams over sockets?

2008-07-21 Thread Geoff Meakin
Hi all, I am interested in a variety of loadtesting products to loadtest the following specific example: A user (client) connects to a TCP socket and constantly reads an XML stream from it. When a certain XML message is found: e.g. FOO/, the user then requests a normal HTTP webpage. I need to

Re: Can JMeter be used with XML datastreams over sockets?

2008-07-21 Thread sebb
On 21/07/2008, Geoff Meakin [EMAIL PROTECTED] wrote: Hi all, I am interested in a variety of loadtesting products to loadtest the following specific example: A user (client) connects to a TCP socket and constantly reads an XML stream from it. When a certain XML message is found: e.g.