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

<h1>Process information</h1>

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

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