]> sourceware.org Git - lvm2.git/commit
libdm: add statistics groups
authorBryn M. Reeves <bmr@redhat.com>
Mon, 29 Feb 2016 17:52:29 +0000 (17:52 +0000)
committerBryn M. Reeves <bmr@redhat.com>
Tue, 5 Jul 2016 18:53:16 +0000 (19:53 +0100)
commit2cb9794da2bea5b47b8f3812e445c1ba7868d1c8
treedd3681f5934a532b1adb8e308c45abf84d0745d0
parent4cd3dcbbc20d0cd97a87d0e584dd91baea1ff34d
libdm: add statistics groups

Add a grouping facility to the libdm-stats library that allows the
user to bind several regions together as a group. Groups may be
used to aggregate data from several regions for reporting, or to
select and sort among large sets of regions.

A textual descriptor ("group tag") is associated with each group
and is stored in the first group member's aux_data field. The
tag contains the group member list and an optional alias for the
group, allowing the user to assign meaningful names to groups of
regions.

These descriptors are parsed in @stats_list message responses and
populate the resulting region and area tables with the group
structure.

Groups with overlapping regions are permitted but since this will
result in some events being counted more than once a warning is
printed in this case.

Nested and overlapping groups are not currently supported and
attempting to create these configurations results in error.
WHATS_NEW_DM
libdm/.exported_symbols.DM_1_02_129
libdm/libdevmapper.h
libdm/libdm-stats.c
This page took 0.038676 seconds and 5 git commands to generate.