ZopeHealthWatcher
Infos
%for title, value in modules :
${title}: ${value}
%endfor
Threads
%for thid, reqinfo, output in threads: %if output is not None:
Thread ${thid} is busy
%for info in reqinfo: %if info:
${info}
%endif %endfor
${output}
%endif %if output is None:
Thread ${thid} is sleeping
%endif
%endfor