PDA

View Full Version : [WS-XMPP] heavy load testing


Roberto Ostinelli
11-17-2008, 06:42 PM
dear all,

is there a suggested way to test heavy load implementations over xmpp? over
http it's rather simple to post data, however xmpp requests for xml stream
handling.

any ideas?

thank you,

r.

Jack Moffitt
11-17-2008, 07:00 PM
> is there a suggested way to test heavy load implementations over xmpp? over
> http it's rather simple to post data, however xmpp requests for xml stream
> handling.
>
> any ideas?

http://tsung.erlang-projects.org/ is the only one I know of off the
top of my head. It's also easy to code your own in Twisted Python. I
know that the Tigase developers do this kind of testing as well, so
they may have an internal tool that you can reuse.

jack.

Alexander Gnauck
11-17-2008, 07:00 PM
It's simple for XMPP as well.

Find a library for your preferred programming language at
http://xmpp.org/software/libraries.shtml which handles the xml streams for
you.

Can you please elaborate on "heavy load implementations"? Under high load
XMPP performs much better than HTTP when well designed because it does not
require the request response schema and its asynchronous.



Regards,

Alex



Von: ws-xmpp-bounces (AT) xmpp (DOT) org [mailto:ws-xmpp-bounces (AT) xmpp (DOT) org] Im Auftrag
von Roberto Ostinelli
Gesendet: Montag, 17. November 2008 18:41
An: ws-xmpp (AT) xmpp (DOT) org
Betreff: [WS-XMPP] heavy load testing



dear all,



is there a suggested way to test heavy load implementations over xmpp? over
http it's rather simple to post data, however xmpp requests for xml stream
handling.



any ideas?



thank you,



r.

Roberto Ostinelli
11-17-2008, 11:13 PM
hi alex,

this is what we are currently doing. though i was hoping on existing tools
which are especially targeted to xmpp application's benchmarking.




On Mon, Nov 17, 2008 at 6:59 PM, Alexander Gnauck <gnauck (AT) ag-software (DOT) de>wrote:

> It's simple for XMPP as well.
>
> Find a library for your preferred programming language at
> http://xmpp.org/software/libraries.shtml which handles the xml streams for
> you.
>
>
>

Roberto Ostinelli
11-17-2008, 11:13 PM
thank you jack,

i'll definitely digg into this one.

cheers,

r.

On Mon, Nov 17, 2008 at 6:58 PM, Jack Moffitt <jack (AT) chesspark (DOT) com> wrote:

>
> http://tsung.erlang-projects.org/ is the only one I know of off the
> top of my head. It's also easy to code your own in Twisted Python. I
> know that the Tigase developers do this kind of testing as well, so
> they may have an internal tool that you can reuse.
>
> jack.
>