Værktøjer


curl
God til header-analyse og rå data fra requests (rarere end lynx).
[troels@asus troels]$ curl --head http://www.slashdot.org/
HTTP/1.1 301 Moved Permanently
Date: Fri, 28 Feb 2003 09:12:42 GMT
Server: Apache/1.3.26 (Unix) mod_gzip/1.3.19.1a mod_perl/1.27 mod_ssl/2.8.10
Location: http://slashdot.org/
Connection: close
Content-Type: text/html; charset=iso-8859-1

ab
Følger med apache. God til simple HTTP benchmarks.
ab -n 10000 -k -c 100 <url>
= i alt 10000 keep-alive requests gennem 100 samtidige forbindelser