program

Undocumented in source. Be warned that the author may not have intended to support it.
@`Sampling disk usage profiler for btrfs.`
void
program
(
Parameter!(string, "Path to the root of the filesystem to analyze") path
,
Option!(uint, "Number of sampling subprocesses\n (default is number of logical CPUs for this system)", "N", 'j') procs = 0
,
Option!(Seed, "Random seed used to choose samples") seed = 0
,
Switch!hiddenOption subprocess = false
,
Option!(string, hiddenOption) benchmark = null
,
Switch!("Expert mode: collect and show additional metrics.\nUses more memory.") expert = false
,
Switch!hiddenOption man = false
)

Meta