1 /* Licensed to the public under the Apache License 2.0. */
6 return baseclass.extend({
7 title: _('IP-Statistics'),
9 rrdargs: function(graph, host, plugin, plugin_instance, dtype) {
12 title: "%H: IPv4 and IPv6 Comparison",
14 number_format: "%5.1lf%sB/s",
15 totals_format: "%5.1lf%sB",
19 ip_stats_octets: [ "ip4rx", "ip4tx", "ip6rx", "ip6tx" ]
23 ip_stats_octets__ip4rx: {
24 title: "IPv4 Bytes (RX)",
29 ip_stats_octets__ip4tx: {
30 title: "IPv4 Bytes (TX)",
36 ip_stats_octets__ip6rx: {
37 title: "IPv6 Bytes (RX)",
42 ip_stats_octets__ip6tx: {
43 title: "IPv6 Bytes (TX)",