General Instructions about Using WebTester
Webtester is a public domain program, written by Gary Burgdorf in perl which traverses a site
(visits all local documents) and for each document x.html it reports:
- all documents that link TO the document (x.html)
- all links to other documents from within the document (x.html)
- broken links within the document (x.html)
- links within the document x.html that point to documents outside
- the size of the document and the time needed to download it
assuming a certain speed of connection
- identifies all other protocols within the document,
such as: mailto, telnet, ftp, etc.
to download webtester go to
http://hjs.geol.uib.no/TechCorner/Burgdorf/index.html-ssi,
or the alternate site:
http://awsd.com/scripts/webtester/index.shtml
To run webtester
1. edit config.pl, to set 3 variables, e.g.
$InFile = "/auto/home-scf-03/cscixxx/public_html/webtester/pages/index.html";
$OutFile = "/auto/home-scf-03/cscixxx/public_html/webtester/pages/out.html";
$MapFile = "/auto/home-scf-03/cscixxx/public_html/webtester/pages/sitemap.html";
then say
2. perl config.pl
the program runs and places its output in the html file specified in config.pl
The University of Southern California does not screen or control the content on this website and thus does not guarantee the accuracy, integrity, or quality of such content. All content on this website is provided by and is the sole responsibility of the person from which such content originated, and such content does not necessarily reflect the opinions of the University administration or the Board of Trustees