https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280909
Tatsuki Makino <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Tatsuki Makino <[email protected]> --- swapctl -l seems to be getting it by sysctl. https: //cgit.freebsd.org /src/tree/sbin/swapon/swapon.c#n821 However, vm.swap_info does not appear to be a structure that can be directly displayed by sysctl commands. How about formatting output of swapon using libxo like df? https: //cgit.freebsd.org /src/tree/bin/df/df.c#n458 -- You are receiving this mail because: You are the assignee for the bug.
