Yeah, with wrk everything is fine, thanks!

On Saturday, March 23, 2013 11:28:26 PM UTC+4, Ben Noordhuis wrote:
>
> On Sat, Mar 23, 2013 at 8:13 PM, Eldar <elda...@gmail.com <javascript:>> 
> wrote: 
> > I recently benchmarked node.js hello world server on OS X 10.8.3 and 
> > observed the following: 
> > 
> > $ node hello-world.js & 
> > $ ab -n 1000 -c 10 -k -q http://127.0.0.1:8000/ # OK 
> > $ ab -n 2000 -c 10 -k -q http://127.0.0.1:8000/ # OK 
> > $ ab -n 5000 -c 10 -k -q http://127.0.0.1:8000/ # Hang out! 
> > 
> > That's probably not related to the above issue, since it's only OS X 
> > specific (other platforms are ok), but still interesting. 
> > The behavior is the same for both 0.8.x and 0.10.x. 
>
> Try a tool like siege or wrk, the ab that Apple ships is buggy. 
>

-- 
-- 
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