mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
67 lines
1.9 KiB
HTML
67 lines
1.9 KiB
HTML
<!-- ***** BEGIN LICENSE BLOCK *****
|
|
- Version: MPL 1.1
|
|
-
|
|
- The contents of this file are subject to the Mozilla Public License Version
|
|
- 1.1 (the "License"); you may not use this file except in compliance with
|
|
- the License. You may obtain a copy of the License at
|
|
- http://www.mozilla.org/MPL/
|
|
-
|
|
- Software distributed under the License is distributed on an "AS IS" basis,
|
|
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
- for the specific language governing rights and limitations under the
|
|
- License.
|
|
-
|
|
- The Original Code is the Mozilla graph tool.
|
|
-
|
|
- The Initial Developer of the Original Code is AOL Time Warner, Inc.
|
|
-
|
|
- Portions created by AOL Time Warner, Inc. are Copyright (C) 2001
|
|
- AOL Time Warner, Inc. All Rights Reserved.
|
|
-
|
|
- Contributor(s):
|
|
- Chris McAfee <mcafee@mocha.com>
|
|
- John Morrison <jrgm@liveops.com>
|
|
-
|
|
- ***** END LICENSE BLOCK ***** -->
|
|
|
|
<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>
|