Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: Using LWP: is there a way to get the server response time?

by PreferredUserName (Pilgrim)
on May 11, 2007 at 19:37 UTC ( [id://615000]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       locate Protocol/http.pm
    
  2. or download this
       use Time::HiRes qw(time);
       my @times;
    
  3. or download this
       if ($has_content) { block, 
       ...
       $response = $self->collect($arg, $response, sub {
       ...
       unless ($drop_connection) {
    
  4. or download this
       warn "wrote-request    read-headers     read-content\n@times\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://615000]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-19 12:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found