root/stats/index_hour.html

Revision 658, 1.6 kB (checked in by mankoff, 19 months ago)

HTTP connections, 5years of log graphs, google re-arrange, etc.

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<h2>Stats for <a href="http://edgcm.columbia.edu">EdGCM.columbia.edu</a></h2>
17
18<font size=-1>
19Webalizer:
20<a href="http://edgcm.columbia.edu/webalizer/">HTTP</a> or
21<a href="http://edgcm.columbia.edu/webalizer/ftp/">FTP</a>
22<br>
23Other Views:
24<a href="index_hour.html">6 hour</a> |
25<a href="index.html">day</a> |
26<a href="index_week.html">week</a> |
27<a href="index_month.html">month</a> |
28<a href="index_year.html">year</a> |
29</font>
30<bR><bR>
31
32<!-- webhits -->
33<a href="logs.html">
34<img src="logs_hour.png">
35</a>
36<!-- connections.sh -->
37<a href="connections.html">
38<img src="connections_hour.png">
39</a>
40
41
42<!-- load -->
43<a href="load.html">
44<img src="load_hour.png">
45</a>
46<!-- cpu -->
47<a href="cpu.html">
48<img src="cpu_hour.png">
49</a>
50
51<!-- network -->
52<a href="net.html">
53<img src="net_hour.png">
54</a>
55
56<!-- mem -->
57<a href="mem.html">
58<img src="mem_hour.png">
59</a>
60
61
62<!-- disk activity -->
63<a href="disk_act.html">
64<img src="disk_act_hour.png">
65</a>
66<!-- disk used -->
67<a href="disk_space.html">
68<img src="disk_space_hour.png">
69</a>
70
71
72<!-- temperature -->
73<a href="temp.html">
74<img src="temp_hour.png">
75</a>
76<!-- ping -->
77<a href="ping.html">
78<img src="ping_hour.png">
79</a>
80
81<!-- uptime -->
82<a href="uptime.html">
83<img src="uptime_hour.png">
84</a>
85<!-- google -->
86<a href="google.html">
87<img src="google.png">
88</a>
89
90</center>
91</body>
Note: See TracBrowser for help on using the browser.