gecko-dev/webtools/graph/index.html

41 строка
1015 B
HTML

<html>
<head>
<title>tinderbox graphs</title>
</head>
<body>
<center>
<h1>tinderbox graphs</h1>
<table width="60%" cellspacing="0" border="1">
<tr>
<td><a href="graph.cgi">graph.cgi</a></td>
<td>Core gnuplot driver script.</td>
</tr>
<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="multiquery.cgi">multiquery.cgi</a></td>
<td>Wrapper script for graph.cgi, shows 2xN plots at once.</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>