.f_json_print = json_print_cpu_stats,
.f_svg_print = svg_print_cpu_stats,
.f_raw_print = raw_print_cpu_stats,
+ .desc = "CPU utilization",
#endif
.name = "A_CPU",
.g_nr = 1,
.f_json_print = json_print_pcsw_stats,
.f_svg_print = svg_print_pcsw_stats,
.f_raw_print = raw_print_pcsw_stats,
+ .desc = "Task creation and switching activity",
#endif
.name = "A_PCSW",
.g_nr = 2,
.f_json_print = json_print_irq_stats,
.f_svg_print = NULL,
.f_raw_print = raw_print_irq_stats,
+ .desc = "Interrupts statistics",
#endif
.name = "A_IRQ",
.g_nr = 0,
.f_json_print = json_print_swap_stats,
.f_svg_print = svg_print_swap_stats,
.f_raw_print = raw_print_swap_stats,
+ .desc = "Swap activity",
#endif
.name = "A_SWAP",
.g_nr = 1,
.f_json_print = json_print_paging_stats,
.f_svg_print = svg_print_paging_stats,
.f_raw_print = raw_print_paging_stats,
+ .desc = "Paging activity",
#endif
.name = "A_PAGE",
.g_nr = 3,
.f_json_print = json_print_io_stats,
.f_svg_print = svg_print_io_stats,
.f_raw_print = raw_print_io_stats,
+ .desc = "I/O and transfer rate statistics",
#endif
.name = "A_IO",
.g_nr = 2,
.f_json_print = json_print_memory_stats,
.f_svg_print = svg_print_memory_stats,
.f_raw_print = raw_print_memory_stats,
+ .desc = "Memory and swap utilization",
#endif
.name = "A_MEMORY",
.g_nr = 9,
.f_json_print = json_print_ktables_stats,
.f_svg_print = svg_print_ktables_stats,
.f_raw_print = raw_print_ktables_stats,
+ .desc = "Kernel tables statistics",
#endif
.name = "A_KTABLES",
.g_nr = 2,
.f_json_print = json_print_queue_stats,
.f_svg_print = svg_print_queue_stats,
.f_raw_print = raw_print_queue_stats,
+ .desc = "Queue length and load average statistics",
#endif
.name = "A_QUEUE",
.g_nr = 3,
.f_json_print = json_print_serial_stats,
.f_svg_print = NULL,
.f_raw_print = raw_print_serial_stats,
+ .desc = "TTY devices statistics",
#endif
.name = "A_SERIAL",
.g_nr = 0,
.f_json_print = json_print_disk_stats,
.f_svg_print = svg_print_disk_stats,
.f_raw_print = raw_print_disk_stats,
+ .desc = "Block devices statistics",
#endif
.name = "A_DISK",
.g_nr = 5,
.f_json_print = json_print_net_dev_stats,
.f_svg_print = svg_print_net_dev_stats,
.f_raw_print = raw_print_net_dev_stats,
+ .desc = "Network interfaces statistics",
#endif
.name = "A_NET_DEV",
.g_nr = 4,
.f_json_print = json_print_net_edev_stats,
.f_svg_print = svg_print_net_edev_stats,
.f_raw_print = raw_print_net_edev_stats,
+ .desc = "Network interfaces errors statistics",
#endif
.name = "A_NET_EDEV",
.g_nr = 4,
.f_json_print = json_print_net_nfs_stats,
.f_svg_print = svg_print_net_nfs_stats,
.f_raw_print = raw_print_net_nfs_stats,
+ .desc = "NFS client statistics",
#endif
.name = "A_NET_NFS",
.g_nr = 3,
.f_json_print = json_print_net_nfsd_stats,
.f_svg_print = svg_print_net_nfsd_stats,
.f_raw_print = raw_print_net_nfsd_stats,
+ .desc = "NFS server statistics",
#endif
.name = "A_NET_NFSD",
.g_nr = 5,
.f_json_print = json_print_net_sock_stats,
.f_svg_print = svg_print_net_sock_stats,
.f_raw_print = raw_print_net_sock_stats,
+ .desc = "IPv4 sockets statistics",
#endif
.name = "A_NET_SOCK",
.g_nr = 2,
.f_json_print = json_print_net_ip_stats,
.f_svg_print = svg_print_net_ip_stats,
.f_raw_print = raw_print_net_ip_stats,
+ .desc = "IPv4 traffic statistics",
#endif
.name = "A_NET_IP",
.g_nr = 3,
.f_json_print = json_print_net_eip_stats,
.f_svg_print = svg_print_net_eip_stats,
.f_raw_print = raw_print_net_eip_stats,
+ .desc = "IPv4 traffic errors statistics",
#endif
.name = "A_NET_EIP",
.g_nr = 3,
.f_json_print = json_print_net_icmp_stats,
.f_svg_print = svg_print_net_icmp_stats,
.f_raw_print = raw_print_net_icmp_stats,
+ .desc = "ICMPv4 traffic statistics",
#endif
.name = "A_NET_ICMP",
.g_nr = 4,
.f_json_print = json_print_net_eicmp_stats,
.f_svg_print = svg_print_net_eicmp_stats,
.f_raw_print = raw_print_net_eicmp_stats,
+ .desc = "ICMPv4 traffic errors statistics",
#endif
.name = "A_NET_EICMP",
.g_nr = 6,
.f_json_print = json_print_net_tcp_stats,
.f_svg_print = svg_print_net_tcp_stats,
.f_raw_print = raw_print_net_tcp_stats,
+ .desc = "TCPv4 traffic statistics",
#endif
.name = "A_NET_TCP",
.g_nr = 2,
.f_json_print = json_print_net_etcp_stats,
.f_svg_print = svg_print_net_etcp_stats,
.f_raw_print = raw_print_net_etcp_stats,
+ .desc = "TCPv4 traffic errors statistics",
#endif
.name = "A_NET_ETCP",
.g_nr = 2,
.f_json_print = json_print_net_udp_stats,
.f_svg_print = svg_print_net_udp_stats,
.f_raw_print = raw_print_net_udp_stats,
+ .desc = "UDPv4 traffic statistics",
#endif
.name = "A_NET_UDP",
.g_nr = 2,
.f_json_print = json_print_net_sock6_stats,
.f_svg_print = svg_print_net_sock6_stats,
.f_raw_print = raw_print_net_sock6_stats,
+ .desc = "IPv6 sockets statistics",
#endif
.name = "A_NET_SOCK6",
.g_nr = 1,
.f_json_print = json_print_net_ip6_stats,
.f_svg_print = svg_print_net_ip6_stats,
.f_raw_print = raw_print_net_ip6_stats,
+ .desc = "IPv6 traffic statistics",
#endif
.name = "A_NET_IP6",
.g_nr = 4,
.f_json_print = json_print_net_eip6_stats,
.f_svg_print = svg_print_net_eip6_stats,
.f_raw_print = raw_print_net_eip6_stats,
+ .desc = "IPv6 traffic errors statistics",
#endif
.name = "A_NET_EIP6",
.g_nr = 4,
.f_json_print = json_print_net_icmp6_stats,
.f_svg_print = svg_print_net_icmp6_stats,
.f_raw_print = raw_print_net_icmp6_stats,
+ .desc = "ICMPv6 traffic statistics",
#endif
.name = "A_NET_ICMP6",
.g_nr = 5,
.f_json_print = json_print_net_eicmp6_stats,
.f_svg_print = svg_print_net_eicmp6_stats,
.f_raw_print = raw_print_net_eicmp6_stats,
+ .desc = "ICMPv6 traffic errors statistics",
#endif
.name = "A_NET_EICMP6",
.g_nr = 6,
.f_json_print = json_print_net_udp6_stats,
.f_svg_print = svg_print_net_udp6_stats,
.f_raw_print = raw_print_net_udp6_stats,
+ .desc = "UDPv6 traffic statistics",
#endif
.name = "A_NET_UDP6",
.g_nr = 2,
.f_json_print = json_print_pwr_cpufreq_stats,
.f_svg_print = svg_print_pwr_cpufreq_stats,
.f_raw_print = raw_print_pwr_cpufreq_stats,
+ .desc = "CPU clock frequency",
#endif
.name = "A_PWR_CPU",
.g_nr = 1,
.f_json_print = json_print_pwr_fan_stats,
.f_svg_print = svg_print_pwr_fan_stats,
.f_raw_print = raw_print_pwr_fan_stats,
+ .desc = "Fans speed",
#endif
.name = "A_PWR_FAN",
.g_nr = 1,
.f_json_print = json_print_pwr_temp_stats,
.f_svg_print = svg_print_pwr_temp_stats,
.f_raw_print = raw_print_pwr_temp_stats,
+ .desc = "Devices temperature",
#endif
.name = "A_PWR_TEMP",
.g_nr = 2,
.f_json_print = json_print_pwr_in_stats,
.f_svg_print = svg_print_pwr_in_stats,
.f_raw_print = raw_print_pwr_in_stats,
+ .desc = "Voltage inputs statistics",
#endif
.name = "A_PWR_IN",
.g_nr = 2,
.f_json_print = json_print_huge_stats,
.f_svg_print = svg_print_huge_stats,
.f_raw_print = raw_print_huge_stats,
+ .desc = "Huge pages utilization",
#endif
.name = "A_HUGE",
.g_nr = 2,
.f_json_print = json_print_pwr_wghfreq_stats,
.f_svg_print = NULL,
.f_raw_print = raw_print_pwr_wghfreq_stats,
+ .desc = "CPU weighted frequency",
#endif
.name = "A_PWR_FREQ",
.g_nr = 0,
.f_json_print = json_print_pwr_usb_stats,
.f_svg_print = NULL,
.f_raw_print = raw_print_pwr_usb_stats,
+ .desc = "USB devices",
#endif
.name = "A_PWR_USB",
.g_nr = 0,
.f_json_print = json_print_filesystem_stats,
.f_svg_print = svg_print_filesystem_stats,
.f_raw_print = raw_print_filesystem_stats,
+ .desc = "Filesystems statistics",
#endif
.name = "A_FS",
.g_nr = 4,
.f_json_print = json_print_fchost_stats,
.f_svg_print = svg_print_fchost_stats,
.f_raw_print = raw_print_fchost_stats,
+ .desc = "Fibre Channel HBA statistics",
#endif
.name = "A_NET_FC",
.g_nr = 2,
.f_json_print = json_print_softnet_stats,
.f_svg_print = svg_print_softnet_stats,
.f_raw_print = raw_print_softnet_stats,
+ .desc = "Software-based network processing statistics",
#endif
.name = "A_NET_SOFT",
.g_nr = 2,
int group1[] = {5};
int group2[] = {9};
int g_type[] = {SVG_BAR_GRAPH};
- char *title[] = {"CPU load"};
+ char *title[] = {"CPU utilization"};
char *g_title1[] = {"%user", "%nice", "%system", "%iowait", "%steal", "%idle"};
char *g_title2[] = {"%usr", "%nice", "%sys", "%iowait", "%steal", "%irq", "%soft", "%guest", "%gnice", "%idle"};
static double *spmin, *spmax;
*skc = (struct stats_ktables *) a->buf[curr];
int group[] = {3, 1};
int g_type[] = {SVG_LINE_GRAPH, SVG_LINE_GRAPH};
- char *title[] = {"Kernel tables (1)", "Kernel tables (2)"};
+ char *title[] = {"Kernel tables statistics (1)", "Kernel tables statistics (2)"};
char *g_title[] = {"~dentunusd", "~file-nr", "~inode-nr",
"~pty-nr"};
int g_fields[] = {1, 2, 0, 3};
*sqc = (struct stats_queue *) a->buf[curr];
int group[] = {2, 1, 3};
int g_type[] = {SVG_LINE_GRAPH, SVG_LINE_GRAPH, SVG_LINE_GRAPH};
- char *title[] = {"Queue length", "Task list", "Load average"};
+ char *title[] = {"Queue length", "Task list statistics", "Load average statistics"};
char *g_title[] = {"~runq-sz", "~blocked",
"~plist-sz",
"ldavg-1", "ldavg-5", "ldavg-15"};
int group[] = {1, 2, 2, 2, 1};
int g_type[] = {SVG_LINE_GRAPH, SVG_LINE_GRAPH, SVG_LINE_GRAPH,
SVG_LINE_GRAPH, SVG_BAR_GRAPH};
- char *title[] = {"Disk statistics (1)", "Disk statistics (2)",
- "Disk statistics (3)", "Disk statistics (4)",
- "Disk statistics (5)"};
+ char *title[] = {"Block devices statistics (1)", "Block devices statistics (2)",
+ "Block devices statistics (3)", "Block devices statistics (4)",
+ "Block devices statistics (5)"};
char *g_title[] = {"tps",
"rkB/s", "wkB/s",
"areq-sz", "aqu-sz",
int group[] = {2, 2, 3, 1};
int g_type[] = {SVG_LINE_GRAPH, SVG_LINE_GRAPH, SVG_LINE_GRAPH,
SVG_BAR_GRAPH};
- char *title[] = {"Network statistics (1)", "Network statistics (2)",
- "Network statistics (3)", "Network statistics (4)"};
+ char *title[] = {"Network interfaces statistics (1)", "Network interfaces statistics (2)",
+ "Network interfaces statistics (3)", "Network interfaces statistics (4)"};
char *g_title[] = {"rxpck/s", "txpck/s",
"rxkB/s", "txkB/s",
"rxcmp/s", "txcmp/s", "rxmcst/s",
/*
***************************************************************************
- * Display network interface errors statistics in SVG.
+ * Display network interfaces errors statistics in SVG.
*
* IN:
* @a Activity structure with statistics.
int group[] = {2, 2, 2, 3};
int g_type[] = {SVG_LINE_GRAPH, SVG_LINE_GRAPH, SVG_LINE_GRAPH,
SVG_LINE_GRAPH};
- char *title[] = {"Network errors statistics (1)", "Network errors statistics (2)",
- "Network errors statistics (3)", "Network errors statistics (4)"};
+ char *title[] = {"Network interfaces errors statistics (1)", "Network interfaces errors statistics (2)",
+ "Network interfaces errors statistics (3)", "Network interfaces errors statistics (4)"};
char *g_title[] = {"rxerr/s", "txerr/s",
"rxdrop/s", "txdrop/s",
"rxfifo/s", "txfifo/s",
/*
***************************************************************************
- * Display network socket statistics in SVG.
+ * Display socket statistics in SVG.
*
* IN:
* @a Activity structure with statistics.
*snsc = (struct stats_net_sock *) a->buf[curr];
int group[] = {1, 5};
int g_type[] = {SVG_LINE_GRAPH, SVG_LINE_GRAPH};
- char *title[] = {"IPv4 network sockets (1)", "IPv4 network sockets (2)"};
+ char *title[] = {"IPv4 sockets statistics (1)", "IPv4 sockets statistics (2)"};
char *g_title[] = {"~totsck",
"~tcpsck", "~udpsck", "~rawsck", "~ip-frag", "~tcp-tw"};
int g_fields[] = {0, 1, 5, 2, 3, 4};
/*
***************************************************************************
- * Display IPv4 network statistics in SVG.
+ * Display IPv4 traffic statistics in SVG.
*
* IN:
* @a Activity structure with statistics.
*snip = (struct stats_net_ip *) a->buf[!curr];
int group[] = {4, 2, 2};
int g_type[] = {SVG_LINE_GRAPH, SVG_LINE_GRAPH, SVG_LINE_GRAPH};
- char *title[] = {"IPv4 network statistics (1)", "IPv4 network statistics (2)", "IPv4 network statistics (3)"};
+ char *title[] = {"IPv4 traffic statistics (1)", "IPv4 traffic statistics (2)", "IPv4 traffic statistics (3)"};
char *g_title[] = {"irec/s", "fwddgm/s", "idel/s", "orq/s",
"asmrq/s", "asmok/s",
"fragok/s", "fragcrt/s"};
/*
***************************************************************************
- * Display IPv4 network errors statistics in SVG.
+ * Display IPv4 traffic errors statistics in SVG.
*
* IN:
* @a Activity structure with statistics.
*sneip = (struct stats_net_eip *) a->buf[!curr];
int group[] = {3, 2, 3};
int g_type[] = {SVG_LINE_GRAPH, SVG_LINE_GRAPH, SVG_LINE_GRAPH};
- char *title[] = {"IPv4 network errors statistics (1)", "IPv4 network errors statistics (2)",
- "IPv4 network errors statistics (3)"};
+ char *title[] = {"IPv4 traffic errors statistics (1)", "IPv4 traffic errors statistics (2)",
+ "IPv4 traffic errors statistics (3)"};
char *g_title[] = {"ihdrerr/s", "iadrerr/s", "iukwnpr/s",
"idisc/s", "odisc/s",
"onort/s", "asmf/s", "fragf/s"};
/*
***************************************************************************
- * Display ICMPv4 network statistics in SVG.
+ * Display ICMPv4 traffic statistics in SVG.
*
* IN:
* @a Activity structure with statistics.
int group[] = {2, 4, 4, 4};
int g_type[] = {SVG_LINE_GRAPH, SVG_LINE_GRAPH, SVG_LINE_GRAPH,
SVG_LINE_GRAPH};
- char *title[] = {"ICMPv4 network statistics (1)", "ICMPv4 network statistics (2)",
- "ICMPv4 network statistics (3)", "ICMPv4 network statistics (4)"};
+ char *title[] = {"ICMPv4 traffic statistics (1)", "ICMPv4 traffic statistics (2)",
+ "ICMPv4 traffic statistics (3)", "ICMPv4 traffic statistics (4)"};
char *g_title[] = {"imsg/s", "omsg/s",
"iech/s", "iechr/s", "oech/s", "oechr/s",
"itm/s", "itmr/s", "otm/s", "otmr/s",
/*
***************************************************************************
- * Display ICMPv4 network errors statistics in SVG.
+ * Display ICMPv4 traffic errors statistics in SVG.
*
* IN:
* @a Activity structure with statistics.
int group[] = {2, 2, 2, 2, 2, 2};
int g_type[] = {SVG_LINE_GRAPH, SVG_LINE_GRAPH, SVG_LINE_GRAPH,
SVG_LINE_GRAPH, SVG_LINE_GRAPH, SVG_LINE_GRAPH};
- char *title[] = {"ICMPv4 network errors statistics (1)", "ICMPv4 network errors statistics (2)",
- "ICMPv4 network errors statistics (3)", "ICMPv4 network errors statistics (4)",
- "ICMPv4 network errors statistics (5)", "ICMPv4 network errors statistics (6)"};
+ char *title[] = {"ICMPv4 traffic errors statistics (1)", "ICMPv4 traffic errors statistics (2)",
+ "ICMPv4 traffic errors statistics (3)", "ICMPv4 traffic errors statistics (4)",
+ "ICMPv4 traffic errors statistics (5)", "ICMPv4 traffic errors statistics (6)"};
char *g_title[] = {"ierr/s", "oerr/s",
"idstunr/s", "odstunr/s",
"itmex/s", "otmex/s",
/*
***************************************************************************
- * Display TCPv4 network statistics in SVG.
+ * Display TCPv4 traffic statistics in SVG.
*
* IN:
* @a Activity structure with statistics.
*sntp = (struct stats_net_tcp *) a->buf[!curr];
int group[] = {2, 2};
int g_type[] = {SVG_LINE_GRAPH, SVG_LINE_GRAPH};
- char *title[] = {"TCPv4 network statistics (1)", "TCPv4 network statistics (2)"};
+ char *title[] = {"TCPv4 traffic statistics (1)", "TCPv4 traffic statistics (2)"};
char *g_title[] = {"active/s", "passive/s",
"iseg/s", "oseg/s"};
int g_fields[] = {0, 1, 2, 3};
/*
***************************************************************************
- * Display TCPv4 network errors statistics in SVG.
+ * Display TCPv4 traffic errors statistics in SVG.
*
* IN:
* @a Activity structure with statistics.
*snetp = (struct stats_net_etcp *) a->buf[!curr];
int group[] = {2, 3};
int g_type[] = {SVG_LINE_GRAPH, SVG_LINE_GRAPH};
- char *title[] = {"TCPv4 network errors statistics (1)", "TCPv4 network errors statistics (2)"};
+ char *title[] = {"TCPv4 traffic errors statistics (1)", "TCPv4 traffic errors statistics (2)"};
char *g_title[] = {"atmptf/s", "estres/s",
"retrans/s", "isegerr/s", "orsts/s"};
int g_fields[] = {0, 1, 2, 3, 4};
/*
***************************************************************************
- * Display UDPv4 network statistics in SVG.
+ * Display UDPv4 traffic statistics in SVG.
*
* IN:
* @a Activity structure with statistics.
*snup = (struct stats_net_udp *) a->buf[!curr];
int group[] = {2, 2};
int g_type[] = {SVG_LINE_GRAPH, SVG_LINE_GRAPH};
- char *title[] = {"UDPv4 network statistics (1)", "UDPv4 network statistics (2)"};
+ char *title[] = {"UDPv4 traffic statistics (1)", "UDPv4 traffic statistics (2)"};
char *g_title[] = {"idgm/s", "odgm/s",
"noport/s", "idgmerr/s"};
int g_fields[] = {0, 1, 2, 3};
/*
***************************************************************************
- * Display IPV6 network socket statistics in SVG.
+ * Display IPV6 socket statistics in SVG.
*
* IN:
* @a Activity structure with statistics.
*snsc = (struct stats_net_sock6 *) a->buf[curr];
int group[] = {4};
int g_type[] = {SVG_LINE_GRAPH};
- char *title[] = {"IPv6 network sockets"};
+ char *title[] = {"IPv6 sockets statistics"};
char *g_title[] = {"~tcp6sck", "~udp6sck", "~raw6sck", "~ip6-frag"};
int g_fields[] = {0, 1, 2, 3};
static double *spmin, *spmax;
/*
***************************************************************************
- * Display IPv6 network statistics in SVG.
+ * Display IPv6 traffic statistics in SVG.
*
* IN:
* @a Activity structure with statistics.
int group[] = {4, 2, 2, 2};
int g_type[] = {SVG_LINE_GRAPH, SVG_LINE_GRAPH, SVG_LINE_GRAPH,
SVG_LINE_GRAPH};
- char *title[] = {"IPv6 network statistics (1)", "IPv6 network statistics (2)",
- "IPv6 network statistics (3)", "IPv6 network statistics (4)"};
+ char *title[] = {"IPv6 traffic statistics (1)", "IPv6 traffic statistics (2)",
+ "IPv6 traffic statistics (3)", "IPv6 traffic statistics (4)"};
char *g_title[] = {"irec6/s", "fwddgm6/s", "idel6/s", "orq6/s",
"asmrq6/s", "asmok6/s",
"imcpck6/s", "omcpck6/s",
/*
***************************************************************************
- * Display IPv6 network errors statistics in SVG.
+ * Display IPv6 traffic errors statistics in SVG.
*
* IN:
* @a Activity structure with statistics.
int group[] = {4, 2, 2, 3};
int g_type[] = {SVG_LINE_GRAPH, SVG_LINE_GRAPH, SVG_LINE_GRAPH,
SVG_LINE_GRAPH};
- char *title[] = {"IPv6 network errors statistics (1)", "IPv6 network errors statistics (2)",
- "IPv6 network errors statistics (3)", "IPv6 network errors statistics (4)",
- "IPv6 network errors statistics (5)"};
+ char *title[] = {"IPv6 traffic errors statistics (1)", "IPv6 traffic errors statistics (2)",
+ "IPv6 traffic errors statistics (3)", "IPv6 traffic errors statistics (4)",
+ "IPv6 traffic errors statistics (5)"};
char *g_title[] = {"ihdrer6/s", "iadrer6/s", "iukwnp6/s", "i2big6/s",
"idisc6/s", "odisc6/s",
"inort6/s", "onort6/s",
/*
***************************************************************************
- * Display ICMPv6 network statistics in SVG.
+ * Display ICMPv6 traffic statistics in SVG.
*
* IN:
* @a Activity structure with statistics.
int group[] = {2, 3, 5, 3, 4};
int g_type[] = {SVG_LINE_GRAPH, SVG_LINE_GRAPH, SVG_LINE_GRAPH,
SVG_LINE_GRAPH, SVG_LINE_GRAPH};
- char *title[] = {"ICMPv6 network statistics (1)", "ICMPv6 network statistics (2)",
- "ICMPv6 network statistics (3)", "ICMPv6 network statistics (4)",
- "ICMPv6 network statistics (5)"};
+ char *title[] = {"ICMPv6 traffic statistics (1)", "ICMPv6 traffic statistics (2)",
+ "ICMPv6 traffic statistics (3)", "ICMPv6 traffic statistics (4)",
+ "ICMPv6 traffic statistics (5)"};
char *g_title[] = {"imsg6/s", "omsg6/s",
"iech6/s", "iechr6/s", "oechr6/s",
"igmbq6/s", "igmbr6/s", "ogmbr6/s", "igmbrd6/s", "ogmbrd6/s",
/*
***************************************************************************
- * Display ICMPv6 network errors statistics in SVG.
+ * Display ICMPv6 traffic errors statistics in SVG.
*
* IN:
* @a Activity structure with statistics.
int group[] = {1, 2, 2, 2, 2, 2};
int g_type[] = {SVG_LINE_GRAPH, SVG_LINE_GRAPH, SVG_LINE_GRAPH,
SVG_LINE_GRAPH, SVG_LINE_GRAPH, SVG_LINE_GRAPH};
- char *title[] = {"ICMPv6 network errors statistics (1)", "ICMPv6 network errors statistics (2)",
- "ICMPv6 network errors statistics (3)", "ICMPv6 network errors statistics (4)",
- "ICMPv6 network errors statistics (5)", "ICMPv6 network errors statistics (6)"};
+ char *title[] = {"ICMPv6 traffic errors statistics (1)", "ICMPv6 traffic errors statistics (2)",
+ "ICMPv6 traffic errors statistics (3)", "ICMPv6 traffic errors statistics (4)",
+ "ICMPv6 traffic errors statistics (5)", "ICMPv6 traffic errors statistics (6)"};
char *g_title[] = {"ierr6/s",
"idtunr6/s", "odtunr6/s",
"itmex6/s", "otmex6/s",
/*
***************************************************************************
- * Display UDPv6 network statistics in SVG.
+ * Display UDPv6 traffic statistics in SVG.
*
* IN:
* @a Activity structure with statistics.
*snup = (struct stats_net_udp6 *) a->buf[!curr];
int group[] = {2, 2};
int g_type[] = {SVG_LINE_GRAPH, SVG_LINE_GRAPH};
- char *title[] = {"UDPv6 network statistics (1)", "UDPv6 network statistics (2)"};
+ char *title[] = {"UDPv6 traffic statistics (1)", "UDPv6 traffic statistics (2)"};
char *g_title[] = {"idgm6/s", "odgm6/s",
"noport6/s", "idgmer6/s"};
int g_fields[] = {0, 1, 2, 3};
struct stats_pwr_cpufreq *spc, *spp;
int group[] = {1};
int g_type[] = {SVG_LINE_GRAPH};
- char *title[] = {"CPU frequency"};
+ char *title[] = {"CPU clock frequency"};
char *g_title[] = {"MHz"};
static double *spmin, *spmax;
static char **out;
struct stats_pwr_fan *spc, *spp;
int group[] = {1};
int g_type[] = {SVG_LINE_GRAPH};
- char *title[] = {"Fan speed"};
+ char *title[] = {"Fans speed"};
char *g_title[] = {"~rpm"};
static double *spmin, *spmax;
static char **out;
struct stats_pwr_temp *spc;
int group[] = {1, 1};
int g_type[] = {SVG_LINE_GRAPH, SVG_BAR_GRAPH};
- char *title[] = {"Device temperature (1)",
- "Device temperature (2)"};
+ char *title[] = {"Devices temperature (1)",
+ "Devices temperature (2)"};
char *g_title[] = {"~degC",
"%temp"};
static double *spmin, *spmax;
struct stats_pwr_in *spc;
int group[] = {1, 1};
int g_type[] = {SVG_LINE_GRAPH, SVG_BAR_GRAPH};
- char *title[] = {"Voltage inputs (1)",
- "Voltage inputs (2)"};
+ char *title[] = {"Voltage inputs statistics (1)",
+ "Voltage inputs statistics (2)"};
char *g_title[] = {"inV",
"%in"};
static double *spmin, *spmax;
int group[] = {2, 2, 2, 1};
int g_type[] = {SVG_LINE_GRAPH, SVG_BAR_GRAPH,
SVG_LINE_GRAPH, SVG_BAR_GRAPH};
- char *title[] = {"Filesystem statistics (1)", "Filesystem statistics (2)",
- "Filesystem statistics (3)", "Filesystem statistics (4)"};
+ char *title[] = {"Filesystems statistics (1)", "Filesystems statistics (2)",
+ "Filesystems statistics (3)", "Filesystems statistics (4)"};
char *g_title[] = {"~MBfsfree", "~MBfsused",
"%ufsused", "%fsused",
"Ifree/1000", "Iused/1000",