<%include file="/pageheader.html"/> <% import subprocess from kaithem.src import util %>

Running Proceses

%if util.which("top"):
${subprocess.check_output("top -b -n 1", shell=True).decode()}
%else:

Program "top" not installed.

%endif
<%include file="/pagefooter.html"/>