-
Notifications
You must be signed in to change notification settings - Fork 6
/
btdu.1
82 lines (59 loc) · 1.74 KB
/
btdu.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.TH BTDU 1
.SH NAME
btdu \- sampling disk usage profiler for btrfs
.SH SYNOPSIS
\fBbtdu\fP [\fIOPTION\fP]... \fIPATH\fP
.SH DESCRIPTION
.B btdu
is a sampling disk usage profiler for btrfs.
For a detailed description, please see the full documentation:
.I https://github.com/CyberShadow/btdu#readme
.SH OPTIONS
.TP
\fIPATH\fP
Path to the root of the filesystem to analyze
.TP
\fB-j\fP, \fB--procs\fP=\fIN\fP
Number of sampling subprocesses
(default is number of logical CPUs for this system)
.TP
\fB--seed\fP=\fIN\fP
Random seed used to choose samples
.TP
\fB-p\fP, \fB--physical\fP
Measure physical space (instead of logical).
.TP
\fB-x\fP, \fB--expert\fP
Expert mode: collect and show additional metrics.
Uses more memory.
.TP
\fB-i\fP, \fB--interval\fP=\fIDURATION\fP
Set UI refresh interval.
Specify 0 to refresh as fast as possible.
.TP
\fB--headless\fP
Run without launching the result browser UI.
.TP
\fB-n\fP, \fB--max-samples\fP=\fIN\fP
Stop after collecting N samples.
.TP
\fB--max-time\fP=\fIDURATION\fP
Stop after running for this duration.
.TP
\fB--min-resolution\fP=\fISIZE\fP
Stop after achieving this resolution (e.g. "1MB" or "1%").
.TP
\fB-o\fP, \fB--export\fP=\fIPATH\fP
On exit, export the collected results to the given file.
.TP
\fB--du\fP
On exit, export represented size estimates in 'du' format to standard output.
.TP
\fB-f\fP, \fB--import\fP
Instead of analyzing a btrfs filesystem, read previously collected results saved with --export from PATH.
.SH BUGS
Please report defects and enhancement requests to the GitHub issue tracker:
.I https://github.com/CyberShadow/btdu/issues
.SH AUTHORS
\fBbtdu\fR is written by Vladimir Panteleev <btdu@c\fRy.m\fRd> and contributors:
.I https://github.com/CyberShadow/btdu/graphs/contributors