btdu.main

btdu entry point

Members

Functions

checkBtrfs
void checkBtrfs(string fsPath)
Undocumented in source. Be warned that the author may not have intended to support it.
program
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, Option!(Seed, "Random seed used to choose samples") seed, Switch!hiddenOption subprocess, Option!(string, hiddenOption) benchmark, Switch!("Expert mode: collect and show additional metrics.\nUses more memory.") expert, Switch!hiddenOption man)
Undocumented in source. Be warned that the author may not have intended to support it.
usageFun
void usageFun(string usage)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin main!(funopt!(program, FunOptConfig.init, usageFun))
Undocumented in source.

Meta