mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 04:19:10 -04:00
Document perfmon options
This commit is contained in:
parent
2440755e91
commit
67f340e383
@ -143,6 +143,12 @@ options:
|
||||
be an integer value. Suffixes `ms`, `s`, `m`, `h` are supported.
|
||||
If no suffix is given, the value will be assumed to be in seconds.
|
||||
|
||||
- `-o perfmon=`*name*:
|
||||
Enable performance monitoring for the list of comma-separated components.
|
||||
This option is only available if the project was built with performance
|
||||
monitoring enabled. Available components include `fuse`, `filesystem_v2`
|
||||
and `inode_reader_v2`.
|
||||
|
||||
There's two particular FUSE options that you'll likely need at some
|
||||
point, e.g. when trying to set up an `overlayfs` mount on top of
|
||||
a DwarFS image:
|
||||
|
@ -83,10 +83,16 @@ to disk:
|
||||
fully decompressed yet will carry decompressor state along with it, which
|
||||
can use a significant amount of additional memory.
|
||||
|
||||
- `--log-level=`*name*:
|
||||
- `-l`, `--log-level=`*name*:
|
||||
Specifiy a logging level.
|
||||
|
||||
- `--help`:
|
||||
- `--perfmon=`*name*:
|
||||
Enable performance monitoring for the list of comma-separated components.
|
||||
This option is only available if the project was built with performance
|
||||
monitoring enabled. Available components include `fuse`, `filesystem_v2`
|
||||
and `inode_reader_v2`.
|
||||
|
||||
- `-h`, `--help`:
|
||||
Show program help, including option defaults.
|
||||
|
||||
## AUTHOR
|
||||
|
Loading…
x
Reference in New Issue
Block a user