mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-12 05:49:56 -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.
|
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.
|
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
|
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
|
point, e.g. when trying to set up an `overlayfs` mount on top of
|
||||||
a DwarFS image:
|
a DwarFS image:
|
||||||
|
@ -83,10 +83,16 @@ to disk:
|
|||||||
fully decompressed yet will carry decompressor state along with it, which
|
fully decompressed yet will carry decompressor state along with it, which
|
||||||
can use a significant amount of additional memory.
|
can use a significant amount of additional memory.
|
||||||
|
|
||||||
- `--log-level=`*name*:
|
- `-l`, `--log-level=`*name*:
|
||||||
Specifiy a logging level.
|
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.
|
Show program help, including option defaults.
|
||||||
|
|
||||||
## AUTHOR
|
## AUTHOR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user