]> arthur.barton.de Git - netdata.git/blobdiff - src/plugin_freebsd.c
Separate vm.stats.vm.v_swappgs module
[netdata.git] / src / plugin_freebsd.c
index 138c1e38bf5b7a48948ca2250f7c0f83c58fb6f8..cf4b3a88ab8bc9f2c20a8737a7308655330d93e2 100644 (file)
@@ -27,6 +27,7 @@ static struct freebsd_module {
         { .name = "vm.stats.vm.v_forks", .dim = "forks", .enabled = 1, .func = do_vm_stats_sys_v_forks },
         { .name = "vm.swap_info", .dim = "swap", .enabled = 1, .func = do_vm_swap_info },
         { .name = "system.ram", .dim = "system_ram", .enabled = 1, .func = do_system_ram },
+        { .name = "vm.stats.vm.v_swappgs", .dim = "swap_io", .enabled = 1, .func = do_vm_stats_sys_v_swappgs },
 
         // the terminator of this array
         { .name = NULL, .dim = NULL, .enabled = 0, .func = NULL }