From 1b77fb77b396cdded622d0cd17b0e10d91417a4c Mon Sep 17 00:00:00 2001 From: mhx Date: Tue, 11 Jul 2023 22:03:06 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd407625..1cfdebf2 100644 --- a/README.md +++ b/README.md @@ -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: