1 /* Licensed to the public under the Apache License 2.0. */
5 return L.Class.extend({
6 title: _('TCP Connections'),
8 rrdargs: function(graph, host, plugin, plugin_instance, dtype) {
10 title: "%H: TCP connections to port %pi",
11 vlabel: "Connections/s",
12 number_format: "%5.0lf",
14 types: [ "tcp_connections" ],
17 "SYN_SENT", "SYN_RECV", "LISTEN", "ESTABLISHED",
18 "LAST_ACK", "TIME_WAIT", "CLOSING", "CLOSE_WAIT",
19 "CLOSED", "FIN_WAIT1", "FIN_WAIT2"
22 load__ESTABLISHED: { title: "%di", noarea: true }