in reply to Re^2: Stress testing a webserver
in thread Stress testing a webserver

Are you sure httperf won't save the output for you?

If I were going to roll my own, I'd skip LWP::Parallel and go with forking. There are some HTTP modules that have good performance, like HTTP::GHTTP and HTTP::MHTTP. Put those together with Parallel::ForkManager and you have a good start.