If you don't want to script too much on you own you can use this
interesting little porject:

https://github.com/newsapps/beeswithmachineguns

For my stress tests I wrote a small node application which emulated the
behaviour of our clients (using superagent and socket.io-client) and remote
controlled them via an extension of beeswithmachineguns.


On Sun, Feb 3, 2013 at 7:11 PM, Ben Noordhuis <i...@bnoordhuis.nl> wrote:

> On Sun, Feb 3, 2013 at 6:31 PM, xyz <changyh...@gmail.com> wrote:
> > I like to know the best stress and load testing tool for node.js
> > applications.
> > Thanks,
>
> You don't say what you want to stress-test but assuming it's HTTP,
> look at ab, siege or jmeter.
>
> I don't know of a single great tool for raw TCP or UDP traffic.  There
> are lots of benchmarking tools but none of them really stand out:
>
> * netperf is okay but is not great at simulating mostly idle
> connections, like WS clients
> * the jmeter plugins are rather basic
> * etc.
>
> You can always script something yourself in node or python, spin up a
> few EC2 instances and hammer away.
>
> --
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to nodejs+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to