Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Use ab or siege. The latter has more features, a fairly simple and useful thing.
ab -n 1000 -c 100 -C 'cookie_name=value' http://localhost/
in the sense - to load a bunch of http requests on the local server?
well, either take any tool that allows you to generate load requests (Google to help)
or write it yourself, since anything is friendly with http requests
. for a client generating a load, it’s good to have several machines on the local network
when testing a positive http service, we needed 3 machines generating requests to clog the network (100 Mbps at that time)
I'm surprised - what people won't come up with just not to use profiling on xDebug
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question