Update README.md

This commit is contained in:
mhx 2023-07-11 22:03:06 +02:00 committed by GitHub
parent 3ea7c9eb9b
commit 1b77fb77b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1828,11 +1828,11 @@ simple performance monitoring. You can build binaries without this
feature (`-DENABLE_PERFMON=OFF`), but impact should be negligible even
if performance monitoring is enabled at run-time.
To enable performance monitor, you pass a list of components for which
To enable the performance monitor, you pass a list of components for which
you want to collect latency metrics, e.g.:
```
$ dwarfs test.dwarfs mnt -f -operfmon=inode_reader_v2
$ dwarfs test.dwarfs mnt -f -operfmon=fuse
```
When the driver exits, you will see output like this: