-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyottafree.html
59 lines (59 loc) · 2.34 KB
/
yottafree.html
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>YottaDB Statistics</title>
<meta charset="utf-8">
<link href="../base1/patternfly.css" type="text/css" rel="stylesheet">
<link href="system.css" type="text/css" rel="stylesheet">
<link href="services.css" type="text/css" rel="stylesheet">
<script src="../base1/cockpit.js"></script>
</head>
<body>
</br>
</br>
<div>
<button id="refresh">Refresh</button>
</div>
</br>
</br>
<div><h1>Free Count</h1></div>
<div class="my-table">
<table class="table table-hover" id="yottatab">
<tr><th>Region</th><th>Free</th><th>Total</th><th>%Free</th><th>Location</th></tr>
</table>
</div>
</br>
</br>
<div><h1>Processes</h1></div>
<div>
<table class="table table-hover" id="yottatab2">
<tr><th>PID</th><th>USER</th><th>PR</th><th>NI</th><th>VIRT</th><th>RES</th><th>SHR</th><th>S</th><th>%CPU</th><th>%MEM</th><th>TIME+</th></tr>
</table>
</div>
</br>
</br>
<div><h1>Open Ports</h1></div>
<div>
<table class="table table-hover" id="yottatab3">
<tr><th>PORT</th><th>PID</th><th>In Bound MultiCast Packets</th><th>Out Bound MultiCast Packets</th></tr>
</table>
</div>
</br>
</br>
<div><h1>Journal Files</h1></div>
<div>
<table class="table table-hover" id="yottatab4">
<tr><th>Location</th><th>Size</th><th>Date Created</th></tr>
</table>
</div>
</br>
</br>
<div><h1>Database Locks</h1></div>
<div>
<table class="table table-hover" id="yottatab5">
<tr><th>Global</th><th>PID</th><th></th></tr>
</table>
</div>
<script src="yottafree.js"></script>
</body>
</html>