blob: bf79522ab6c81d105d73d9cbbf5088a26fc765ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<html>
<head>
<script type="text/javascript" src="../jquery-1.7.2.js"></script>
<script type="text/javascript" src="jsbrowser.js"></script>
<title>pcp metric browser</title>
</head>
<body>
<!-- metadata about current context -->
<div id="context">
</div>
<!-- forms associated with connecting to new context -->
<div id="new_context">
<h1>pcp metric browser: host-local connection</h1>
<input type="submit" value="submit"></input>
<h1>pcp metric browser: remote connection</h1>
<input type="text" name="hostname"></input>
<h1>pcp metric browser: archive file</h1>
<input type="text" name="archivefile"></input>
</div>
<!-- checkboxed list of metrics -->
<div id="metrics">
</div>
<!-- metric values -->
<div id="values">
</div>
</body>
</html>
|