These classes may help you, not JMeter core :-) but from a friend project :
- http://code.google.com/p/jmeter-plugins/wiki/InterThreadCommunication - http://code.google.com/p/jmeter-plugins/source/browse/trunk/plugins/src/kg/apc/jmeter/samplers/InfiniteGetTCPClientImpl.java UBIK-INGENIERIE on TWITTER <https://twitter.com/ubikingenierie> UBIK LOAD PACK BLOG <http://www.ubik-ingenierie.com/blog/> On Wed, Jan 23, 2013 at 7:15 PM, sebb <[email protected]> wrote: > On 23 January 2013 17:53, Jono <[email protected]> wrote: > > > > Does anyone else have any Ideas? > > As I already wrote, I think you can use the TCP Sampler for this. > > It allows you to send arbitrary text (including none) and wait for the > response. > > Use TCPClientImpl, and set tcp.eolByte to newLine. > > Try it and see. > > > I think I might just try to do my kludge suggestion... > > Though I'm not overly happy about it... > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
