I think I can use the TCP Sampler. But I don't see an option in JMeter to sniff that kind of traffic, so I can record it. Any advice?
-----Original Message----- From: sebb [mailto:[email protected]] Sent: Saturday, April 24, 2010 7:08 PM To: JMeter Users List; [email protected] Subject: Re: can jmeter record/playback UDP On 24/04/2010, Gil Novak <[email protected]> wrote: > I'm tasked with load testing a player vs. player online game, and there's > Flash that communicates to a Java Socket Server over UDP. Is there a way > that JMeter can capture that traffic and replay it? > JMeter can only capture HTTP traffic. It also does not have a UDP sampler. However, JMeter can easily be extended with new samplers - or you may be able to adapt an existing one. For prototyping, the BeanShell sampler is ideal, but for maximum performance a specific sampler will be needed. I suspect it might be quite tricky to capture the UDP traffic, so you'll probably need to use a protocol sniffer such as Wireshark for that. > > Thanks, > > > Gil Novak > > --------------------------------------------------------------------- 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]

