<%inherit file="base.html"/> % for endpoint, endpoint_sockets in sockets.items():
${endpoint} sockets activity
Socket reads
%for socket in endpoint_sockets:
%if 'host' in socket: ${socket['host']}:${socket['port']} (fd: ${socket['fd']}) %else: ${socket['path']} (fd: ${socket['fd']}) %endif
Reads 0.0
%endfor
% endfor