<body>
<main>
<h1>AIS-UCLA Server Stats</h1>
- <i>Updates every 10 minutes</i>
- <ul>
- <li><a href=/cpu.cgi>CPU Report</a></li>
- <li><a href=/mem.cgi>Memory Report</a></li>
- <li><a href=/gpu.cgi>GPU Report</a></li>
- <li><a href=/blk.cgi>Block Device Report</a></li>
- <li><a href=/dsk.cgi>Disk Storage Report</a></li>
- </ul>
+ <table border="1" cellspacing="0" cellpadding="5">
+ <tbody>
+ <tr>
+ <th>Graphs<br /><i>Updates every 10 minutes</i></th>
+ <th>Leaderboards<br /><i>Updates every day</i></th>
+ </tr>
+ <tr>
+ <td>
+ <ul>
+ <li><a href=/cpu.cgi>CPU Report</a></li>
+ <li><a href=/mem.cgi>Memory Report</a></li>
+ <li><a href=/gpu.cgi>GPU Report</a></li>
+ <li><a href=/blk.cgi>Block Device Report</a></li>
+ <li><a href=/dsk.cgi>Disk Storage Report</a></li>
+ </ul>
+ </td>
+ <td>
+ <ul>
+ <li><a href="/leader.cgi">GPU Leaderboard</a></li>
+ </ul>
+ </td>
+ </tr>
+ </tbody>
+ </table>
</main>
<footer>
<hr />