summaryrefslogtreecommitdiffstats
path: root/health-proc-html.lsp
blob: 33876887b7246c6b2b9eab47170ce33473242397 (plain)
1
2
3
4
5
6
7
8
9
10
11
<? local view = ... ?>

<h1>General health</h1>

<h2>Process information</h2>

<h3>Processor</h3>
<pre><?= view.proc.processor ?></pre>

<h3>Memory</h3>
<pre><?= view.proc.memory ?></pre>