http benchmarking?
Posted
by
Sam Williams
on Server Fault
See other posts from Server Fault
or by Sam Williams
Published on 2011-02-05T06:29:51Z
Indexed on
2011/02/05
7:27 UTC
Read the original article
Hit count: 299
im running varnish->nginx(php-fpm) and im using ab but it keeps messing up.
[root@localhost src]# ab -k -n 100000 -c 750 http://192.168.135.12/index.php
This is ApacheBench, Version 2.0.40-dev <$Revision: 1.146 $> apache-2.0
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Copyright 2006 The Apache Software Foundation, http://www.apache.org/
Benchmarking 192.168.135.12 (be patient)
apr_socket_recv: Connection reset by peer (104)
is there anything else i can use? or am i doing it wrong?
© Server Fault or respective owner