summaryrefslogtreecommitdiffstats
path: root/health-proc-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'health-proc-html.lsp')
-rw-r--r--health-proc-html.lsp11
1 files changed, 11 insertions, 0 deletions
diff --git a/health-proc-html.lsp b/health-proc-html.lsp
new file mode 100644
index 0000000..3387688
--- /dev/null
+++ b/health-proc-html.lsp
@@ -0,0 +1,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>