ZopeHealthWatcher

Infos
Threads %for thid, reqinfo, output in threads: %if output is not None:

Thread ${thid} is busy

${output}
%endif %if output is None:

Thread ${thid} is sleeping

%endif
%endfor