btdu ~master (2021-10-03T19:57:50Z)
Dub
Repo
program
btdu
main
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
Source
See Implementation
btdu
main
functions
checkBtrfs
program
usageFun
mixins
__anonymous