1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

doc: remove obsolete --statstype references from dmstats.8.in

This commit is contained in:
Bryn M. Reeves 2016-07-07 15:23:07 +01:00
parent b4a81f2194
commit 9ac84614f4

View File

@ -148,8 +148,6 @@ dmstats \(em device-mapper statistics management
. RI [ device_name ] . RI [ device_name ]
. RB [ \-\-histogram ] . RB [ \-\-histogram ]
. OPT_PROGRAMS . OPT_PROGRAMS
. RB [ \-\-statstype
. IR type_list ]
. RB [ \-\-units . RB [ \-\-units
. IR units ] . IR units ]
. OPT_OBJECTS . OPT_OBJECTS
@ -193,8 +191,6 @@ dmstats \(em device-mapper statistics management
. IR sort_fields ] . IR sort_fields ]
. RB [ \-S | \-\-select . RB [ \-S | \-\-select
. IR selection ] . IR selection ]
. RB [ \-\-statstype
. IR type_list ]
. RB [ \-\-units . RB [ \-\-units
. IR units ] . IR units ]
. RB [ \-\-nosuffix ] . RB [ \-\-nosuffix ]
@ -469,20 +465,6 @@ the \fB\-\-nogroup\fP option is given. When grouping is enabled a group
alias may be specified using the \fB\-\-alias\fP option. alias may be specified using the \fB\-\-alias\fP option.
. .
.HP .HP
.BR \-\-statstype
.IR type_list
.br
Filter the types of statistics object included in a report or listing
according to the provided list. A report may include areas, regions,
and user-defined groups of regions that report aggregate data for all
group members.
The list may be a single object type, a comma separated list of types,
or the special value 'all'.
The currently available object types are 'area', 'region' and 'group'.
.
.HP
.BR \-\-units .BR \-\-units
.RI [ units ] \c .RI [ units ] \c
.RB [ h | H | \c .RB [ h | H | \c
@ -578,8 +560,8 @@ By default regions that map a file are placed into a group and the
group alias is set to the basename of the file. This behaviour can be group alias is set to the basename of the file. This behaviour can be
overridden with the \fB\-\-alias\fP and \fB\-\-nogroup\fP options. overridden with the \fB\-\-alias\fP and \fB\-\-nogroup\fP options.
To display only group information when listing and reporting, use the Use the \fB\-\-group\fP option to only display information for groups
\fB\-\-statstype\fP option with the 'group' type. when listing and reporting.
. .
.HP .HP
.CMD_DELETE .CMD_DELETE
@ -635,13 +617,13 @@ regardless of region program ID values.
By default only regions and groups are included in list output. If By default only regions and groups are included in list output. If
\fB\-v\fP or \fB\-\-verbose\fP is given the report will also include a \fB\-v\fP or \fB\-\-verbose\fP is given the report will also include a
row of information for each configured group and for each area contained row of information for each configured group and for each area contained
in each region displayed (regions that contain a single area are by in each region displayed.
default omitted from the verbose list since their properties are
identical to the area that they contain - to view all regions regardless
of the number of areas they contain use \fB\-\-statstype\fP).
Specific combinations of objects may be selected using the Regions that contain a single area are by default omitted from the
\fB\-\-statstype\fP option. verbose list since their properties are identical to the area that they
contain - to view all regions regardless of the number of areas present
use \fB\-\-region\fP). To also view the areas contained within regions
use \fB\-\-area\fP.
If \fB\-\-histogram\fP is given the report will include the bin count If \fB\-\-histogram\fP is given the report will include the bin count
and latency boundary values for any configured histograms. and latency boundary values for any configured histograms.
@ -668,8 +650,9 @@ values and latency boundaries.
If the \fB\-\-relative\fP is used the default histogram field displays If the \fB\-\-relative\fP is used the default histogram field displays
bin values as a percentage of the total number of I/Os. bin values as a percentage of the total number of I/Os.
Object types (areas, regions and groups) are selected using the Object types (areas, regions and groups) to include in the report are
\fB\-\-statstype\fP option. selected using the \fB\-\-area\fP, \fB\-\-region\fP, and \fB\-\-group\fP
options.
. .
.HP .HP
.CMD_UNGROUP .CMD_UNGROUP