]> granicus.if.org Git - sysstat/blobdiff - svg_stats.h
sar/sadf: Test values returned by functions
[sysstat] / svg_stats.h
index 7155d6347a23d651ecdf886a485cdf7f077ec203..32aecc0d92606677659a5fcf75de8be1febb5964 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * svg_stats.h: Include file used to display system statistics in SVG format.
- * (C) 2016 by Sebastien Godard (sysstat <at> orange.fr)
+ * (C) 2016-2020 by Sebastien Godard (sysstat <at> orange.fr)
  */
 
 #ifndef _SVG_STATS_H
@@ -38,6 +38,9 @@ __print_funct_t svg_print_ktables_stats
 __print_funct_t svg_print_queue_stats
        (struct activity *, int, int, struct svg_parm *, unsigned long long,
         struct record_header *);
+__print_funct_t svg_print_disk_stats
+       (struct activity *, int, int, struct svg_parm *, unsigned long long,
+        struct record_header *);
 __print_funct_t svg_print_net_dev_stats
        (struct activity *, int, int, struct svg_parm *, unsigned long long,
         struct record_header *);
@@ -47,6 +50,9 @@ __print_funct_t svg_print_net_edev_stats
 __print_funct_t svg_print_net_nfs_stats
        (struct activity *, int, int, struct svg_parm *, unsigned long long,
         struct record_header *);
+__print_funct_t svg_print_net_nfsd_stats
+       (struct activity *, int, int, struct svg_parm *, unsigned long long,
+        struct record_header *);
 __print_funct_t svg_print_net_sock_stats
        (struct activity *, int, int, struct svg_parm *, unsigned long long,
         struct record_header *);
@@ -104,5 +110,23 @@ __print_funct_t svg_print_pwr_in_stats
 __print_funct_t svg_print_huge_stats
        (struct activity *, int, int, struct svg_parm *, unsigned long long,
         struct record_header *);
-       
+__print_funct_t svg_print_filesystem_stats
+       (struct activity *, int, int, struct svg_parm *, unsigned long long,
+        struct record_header *);
+__print_funct_t svg_print_fchost_stats
+       (struct activity *, int, int, struct svg_parm *, unsigned long long,
+        struct record_header *);
+__print_funct_t svg_print_softnet_stats
+       (struct activity *, int, int, struct svg_parm *, unsigned long long,
+        struct record_header *);
+__print_funct_t svg_print_psicpu_stats
+       (struct activity *, int, int, struct svg_parm *, unsigned long long,
+        struct record_header *);
+__print_funct_t svg_print_psiio_stats
+       (struct activity *, int, int, struct svg_parm *, unsigned long long,
+        struct record_header *);
+__print_funct_t svg_print_psimem_stats
+       (struct activity *, int, int, struct svg_parm *, unsigned long long,
+        struct record_header *);
+
 #endif /* _SVG_STATS_H */