summaryrefslogtreecommitdiffstats
path: root/health-proc-html.lsp
blob: 92056f368f1426464d2d20d7e981186a274d0200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<% local view = ... %>

<h1>Process information</h1>

<h2>Processor</h2>
<DL>
<pre><%= html.html_escape(view.value.processor.value) %></pre>
</DL>

<h2>Memory</h2>
<DL>
<pre><%= html.html_escape(view.value.memory.value) %></pre>
</DL>