]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lsfd: add --dump-counters option
authorMasatake YAMATO <yamato@redhat.com>
Thu, 18 Nov 2021 15:14:50 +0000 (00:14 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Thu, 18 Nov 2021 15:15:17 +0000 (00:15 +0900)
commit2b0a4de36c94326f474da75bb50db0b6e90213cb
tree5ebf3a56ded24e7a9883f01d4d9e6c711cfef420
parentdd65121a3d8132ad25528fcb3991449cfb7dfcb6
lsfd: add --dump-counters option

User may wonder how the built-in counters are defined.
Describing their definitions in lsfd(1) is one of choice.
However, the definitions may drastically change in the future
development.

--dump-counters option is for making lsfd self descriptive.
Users who understand the filter expressions can understand
directly the meaning of the counters.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd.1.adoc
misc-utils/lsfd.c