in reply to Using LWP: is there a way to get the server response time?
There's a Perl module: WWW::Curl at http://curl.haxx.se/libcurl/perl/
You could also just record the time at intervals in LWP::Protocol::http::request().
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using LWP: is there a way to get the server response time?
by Anonymous Monk on May 11, 2007 at 17:35 UTC | |
by PreferredUserName (Pilgrim) on May 11, 2007 at 19:37 UTC | |
by ericsully (Initiate) on Apr 29, 2010 at 15:20 UTC |