root/stats/disk_space.html

Revision 300, 488 bytes (checked in by mankoff, 3 years ago)

added 6 hour graph

Line 
1<html>
2<head>
3<title>EdGCM Stats</title>
4
5<meta http-equiv="refresh" content="300">
6
7<STYLE type="text/css">
8   BODY {font-family: Verdana}
9   H1 {border-width: 1; border: solid; text-align: center}
10   IMG {border: none;}
11</STYLE>
12</head>
13
14<body>
15<center>
16
17<!-- load 24, week, month, year -->
18<img src="disk_space_hour.png"><br>
19<img src="disk_space.png"><br>
20<img src="disk_space_week.png"><br>
21<img src="disk_space_month.png"><br>
22<img src="disk_space_year.png"><br>
23
24</center>
25</body>
Note: See TracBrowser for help on using the browser.