1 /* Licensed to the public under the Apache License 2.0. */
6 return baseclass.extend({
7 title: _('TCP Connections'),
9 rrdargs: function(graph, host, plugin, plugin_instance, dtype) {
11 title: "%H: TCP connections to port %pi",
12 vlabel: "Connections/s",
13 number_format: "%5.0lf",
15 types: [ "tcp_connections" ],
18 "SYN_SENT", "SYN_RECV", "LISTEN", "ESTABLISHED",
19 "LAST_ACK", "TIME_WAIT", "CLOSING", "CLOSE_WAIT",
20 "CLOSED", "FIN_WAIT1", "FIN_WAIT2"
23 load__ESTABLISHED: { title: "%di", noarea: true }
27 tcp_connections__value: {