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]

Reply via email to