5 <link rel=
"stylesheet" href=
"bootstrap-1.4.0.min.css">
6 <link rel=
"stylesheet" href=
"monitor.css" type=
"text/css">
7 <script type=
"text/javascript" src=
"jquery-1.6.4.min.js"></script>
8 <script type=
"text/javascript" src=
"jquery.flot.min.js"></script>
13 <div class=
"topbar-inner">
14 <div class=
"container-fluid">
15 <span class=
"brand">ekg
</span>
16 <p class=
"pull-right">Polling interval:
17 <select id=
"updateInterval" class=
"small">
18 <option value=
"100">100 ms
</option>
19 <option value=
"200">200 ms
</option>
20 <option value=
"500">500 ms
</option>
21 <option value=
"1000" selected=
"selected">1 s
</option>
22 <option value=
"2000">2 s
</option>
23 <option value=
"5000">5 s
</option>
24 <option value=
"10000">10 s
</option>
26 <button id=
"pause-ui" class=
"btn">Pause UI
</button>
32 <div class=
"container">
34 <div class=
"alert-message error fade in hide" data-alert=
"alert">
35 <p>Lost connection to server.
</p>
40 <div id=
"plots" class=
"span11">
41 <div id=
"current-bytes-used-plot" class=
"plot-container">
42 <h3>Current residency
</h3>
43 <div class=
"plot"></div>
46 <div id=
"allocation-rate-plot" class=
"plot-container">
47 <h3>Allocation rate
</h3>
48 <div class=
"plot"></div>
51 <div id=
"productivity-plot" class=
"plot-container">
53 <div class=
"plot"></div>
58 <h3>GC and memory statistics
</h3>
59 <table class=
"condensed-table">
68 <td>Maximum residency
</td>
69 <td id=
"max-bytes-used" class=
"span3 value">0</td>
72 <td>Current residency
</td>
73 <td id=
"current-bytes-used" class=
"value">0</td>
77 <td id=
"max-bytes-slop" class=
"value">0</td>
81 <td id=
"current-bytes-slop" class=
"value">0</td>
84 <td>Productivity (wall clock time)
</td>
85 <td id=
"productivity-wall" class=
"value">0</td>
88 <td>Productivity (cpu time)
</td>
89 <td id=
"productivity-cpu" class=
"value">0</td>
92 <td>Allocation rate
</td>
93 <td id=
"allocation-rate" class=
"value">0</td>
99 <table id=
"metric-table" class=
"condensed-table">
102 <th class=
"span4">Name
</th>
103 <th class=
"span1">Value
</th>
114 <script type=
"text/javascript" src=
"monitor.js"></script>