<%= data_rates('data-rates-conn', connection, 'Data rates') %>
Details
<% if (nodes_interesting) { %>
Node |
<%= fmt_node(connection.node) %> |
<% } %>
<% if (connection.client_properties.connection_name) { %>
Client-provided name |
<%= fmt_string(connection.client_properties.connection_name) %> |
<% } %>
Username |
<%= fmt_string(connection.user) %> |
Protocol |
<%= connection.protocol %> |
Connected at |
<%= fmt_timestamp(connection.connected_at) %> |
<% if (connection.ssl) { %>
SSL |
<%= fmt_boolean(connection.ssl) %> |
<% } %>
<% if (connection.auth_mechanism) { %>
Authentication |
<%= connection.auth_mechanism %> |
<% } %>
<% if (connection.state) { %>
State |
<%= fmt_object_state(connection) %> |
Heartbeat |
<%= fmt_time(connection.timeout, 's') %> |
Frame max |
<%= connection.frame_max %> bytes |
<% } %>