This commit is contained in:
mcafee%netscape.com 2001-12-29 05:43:22 +00:00
Родитель d8266e3178
Коммит 1eecf32d5c
1 изменённых файлов: 35 добавлений и 0 удалений

35
webtools/graph/index.html Normal file
Просмотреть файл

@ -0,0 +1,35 @@
<html>
<head>
<title>tinderbox graphs</title>
</head>
<body>
<center>
<h1>tinderbox graphs</h1>
<table width="60%" cellspacing="0" border="1">
<tr>
<td><a href="query.cgi">query.cgi</a></td>
<td>Wrapper script for graph.cgi, this adds UI toggles, html links, etc.</td>
</tr>
<tr>
<td><a href="graph.cgi">graph.cgi</a></td>
<td>Core gnuplot driver script.</td>
</tr>
<tr>
<td><a href="rawdata.cgi">rawdata.cgi</a></td>
<td>Subset of graph.cgi, just blasts out the data that graph.cgi is plotting. Use this for a closer look, or plot the data yourself, etc.</td>
</tr>
<tr>
<td><a href="collect.cgi">collect.cgi</a></td>
<td>Tests report to the graph server using this script.</td>
</tr>
</table>
</center>
</body>
</html>