Help for this page

Select Code to Download


  1. or download this
    ~/httpd/bin/ab -c 10 -n 500 http://peggy:9876/hello
    This is ApacheBench, Version 1.3d <$Revision: 1.69 $> apache-1.3
    ...
    Time per request:       12.42 [ms] (mean)
    Time per request:       1.24 [ms] (mean, across all concurrent request
    +s)
    Transfer rate:          118.36 [Kbytes/sec] received
    
  2. or download this
    #!/usr/bin/perl
    use bytes;
    ...
      exit 0;
    }
    while (1) { waitpid( -1, 0 ) }