summaryrefslogtreecommitdiff
path: root/man/Makefile.in
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2015-08-05 10:40:00 +0100
committerBryn M. Reeves <bmr@redhat.com>2015-08-09 14:37:58 +0100
commitd62a8d2f1535468c75379b877844bdb7666c8c9e (patch)
tree85e6fbf5921a2d57f96db9159ccb423e91b6a770 /man/Makefile.in
parentf06d866110938458ed736f927e859534c99c295e (diff)
downloadlvm2-d62a8d2f1535468c75379b877844bdb7666c8c9e.tar.gz
dmstats: add libdm-stats library and 'dmsetup stats' command
Add the libdm-stats module to libdm: this implements a simple interface for creating, managing and interrogating I/O statistics regions and areas on device-mapper devices. The library interface is documented in libdevmapper.h and provides a 'dm_stats' handle that is used to perform statistics operations and obtain data. Public methods are provided to create and destroy handles and to list, create, and destroy statistics regions as well as to obtain and parse counter data and calculate rate-based metrics. This commit also adds a 'dmsetup stats' (aka 'dmstats') command with 'clear', 'create', 'delete', 'list', 'print', and 'report' sub-commands. See the library documentation and the dmstats.8 manual page for detailed API and command descriptions.
Diffstat (limited to 'man/Makefile.in')
-rw-r--r--man/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index 0eca98712..dc16a76de 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -83,7 +83,7 @@ ifneq ("@THIN@", "none")
MAN7+=lvmthin.7
endif
-MAN8DM=dmsetup.8 $(DMEVENTDMAN) $(BLKDEACTIVATEMAN)
+MAN8DM=dmsetup.8 dmstats.8 $(DMEVENTDMAN) $(BLKDEACTIVATEMAN)
MAN5DIR=$(mandir)/man5
MAN7DIR=$(mandir)/man7
MAN8DIR=$(mandir)/man8