mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 13:04:28 +00:00
Docs for cgi's
This commit is contained in:
parent
d65b92efb8
commit
551b363277
35
webtools/graph/index.html
Normal file
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>
|
Loading…
x
Reference in New Issue
Block a user