Value replacing in streams

2005-12-05 Thread Brudermann Roger
Dear JMeter Community We have the need to do performance testing with with huge SOAP and JMS messages (e.g. 50MB). Instead of pasting these messages in a text box of an appropriate sampler, we had the idea to write an own sampler which reads the messages as data streams directly from the file syst

Re: Value replacing in streams

2005-12-05 Thread sebb
You will have to implement your own "stream edit" facility. S. On 05/12/05, Brudermann Roger <[EMAIL PROTECTED]> wrote: > Dear JMeter Community > > We have the need to do performance testing with with huge SOAP and JMS > messages (e.g. 50MB). Instead of pasting these messages in a text box of an >

Re: Value replacing in streams

2005-12-05 Thread Peter Lin
since you've written your own sampler to pass the xml stream, you'll need to write your own edit functionality. you could use something saxpath or xpath to do it. peter On 12/5/05, Brudermann Roger <[EMAIL PROTECTED]> wrote: > > Dear JMeter Community > > We have the need to do performance testin

Re: Value replacing in streams

2005-12-05 Thread Peter Lin
You probably already know this, but just in case. In terms of performance testing an application that uses large XML files, it will be limited by bandwidth. 100mbit has max of 10Mbyte/second 10Mb/concurrent request/message = max throughput per second Using the 50Mb file, this means a single requ

AW: Value replacing in streams

2005-12-09 Thread Brudermann Roger
solution or am I missing something? Roger -Ursprüngliche Nachricht- Von: sebb [mailto:[EMAIL PROTECTED] Gesendet: Montag, 5. Dezember 2005 13:51 An: JMeter Users List Betreff: Re: Value replacing in streams You will have to implement your own "stream edit" facility. S. O

Re: Value replacing in streams

2005-12-09 Thread Peter Lin
liche Nachricht- > Von: sebb [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 5. Dezember 2005 13:51 > An: JMeter Users List > Betreff: Re: Value replacing in streams > > > You will have to implement your own "stream edit" facility. > > S. > On 05/12/05, Bru

Re: Value replacing in streams

2005-12-09 Thread sebb
ese names. It looks > > like I am a bit stuck here. > > > > Do you know a solution or am I missing something? > > > > Roger > > > > -Ursprüngliche Nachricht- > > Von: sebb [mailto:[EMAIL PROTECTED] > > Gesendet: Montag, 5. Dezember 2005 13:51

AW: Value replacing in streams

2005-12-14 Thread Brudermann Roger
() Could you give me a hint how to iterate on the variables with these operations? Many thanks, Roger -Ursprüngliche Nachricht- Von: sebb [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 9. Dezember 2005 18:20 An: JMeter Users List Betreff: Re: Value replacing in streams I added the method

Re: Value replacing in streams

2005-12-15 Thread sebb
h these > operations? > > Many thanks, > Roger > > -Ursprüngliche Nachricht- > Von: sebb [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 9. Dezember 2005 18:20 > An: JMeter Users List > Betreff: Re: Value replacing in streams > > > I added the method > >