<%inherit file="base.html"/> <% from bottle import url %> % if client:
All sockets activity
Socket reads
%for socket in client.get_sockets():
%if 'host' in socket: ${socket['host']}:${socket['port']} (fd: ${socket['fd']}) %else: ${socket['path']} (fd: ${socket['fd']}) %endif
Reads 0.0
%endfor % endif