2016-06-22 20:36:10 +03:00
.TH DMSTATS 8 "Jun 23 2016" "Linux" "MAINTENANCE COMMANDS"
2015-09-23 12:25:00 +03:00
.de OPT_PROGRAMS
2017-03-27 17:45:48 +03:00
. RB \%[ --allprograms | --programid
2015-09-23 12:25:00 +03:00
. IR id ]
..
.
.de OPT_REGIONS
2017-03-27 17:45:48 +03:00
. RB \%[ --allregions | --regionid
2015-09-23 12:25:00 +03:00
. IR id ]
..
2016-07-05 21:28:19 +03:00
.de OPT_OBJECTS
2017-03-27 17:45:48 +03:00
. RB [ --area ]
. RB [ --region ]
. RB [ --group ]
2016-07-05 21:28:19 +03:00
..
2016-12-17 19:41:00 +03:00
.de OPT_FOREGROUND
2017-03-27 17:45:48 +03:00
. RB [ --foreground ]
2016-12-17 19:41:00 +03:00
..
2015-09-23 12:25:00 +03:00
.
.\" Print units suffix, use with arg to print human
.\" man2html can't handle too many changes per command
.de UNITS
. BR b | B | s | S | k | K | m | M | \c
. BR g | G | t | T | p | P | e | E ]
..
.
.\" Print help text for units, use with arg to print human
.de HELP_UNITS
. RB ( b )ytes,
. RB ( s )ectors,
. RB ( k )ilobytes,
. RB ( m )egabytes,
. RB ( g )igabytes,
. RB ( t )erabytes,
. RB ( p )etabytes,
. RB ( e )xabytes.
. nop Capitalise to use multiples of 1000 (S.I.) instead of 1024.
..
.
2015-08-05 12:40:00 +03:00
.SH NAME
2015-09-23 12:25:00 +03:00
.
2017-03-27 17:45:48 +03:00
dmstats \(em device-mapper statistics management
2015-09-23 12:25:00 +03:00
.
2015-08-05 12:40:00 +03:00
.SH SYNOPSIS
2015-09-23 12:25:00 +03:00
.
.B dmsetup
.B stats
2015-08-05 12:40:00 +03:00
.I command
2017-02-19 17:51:06 +03:00
[OPTIONS]
2015-09-23 12:25:00 +03:00
.sp
.
2015-09-18 15:34:34 +03:00
.PD 0
2015-09-23 12:25:00 +03:00
.HP
2015-09-18 15:34:34 +03:00
.B dmstats
2015-09-23 12:25:00 +03:00
.de CMD_COMMAND
. ad l
. IR command
2017-02-19 17:51:06 +03:00
. IR device_name " |"
2017-03-27 17:45:48 +03:00
. BR --major
2015-09-23 12:25:00 +03:00
. IR major
2017-03-27 17:45:48 +03:00
. BR --minor
2017-02-19 17:51:06 +03:00
. IR minor " |"
2017-03-27 17:45:48 +03:00
. BR -u | --uuid
2017-02-19 17:51:06 +03:00
. IR uuid
2017-03-27 17:45:48 +03:00
. RB \%[ -v | --verbose]
2015-09-23 12:25:00 +03:00
. ad b
..
.CMD_COMMAND
.
2015-09-18 15:34:34 +03:00
.HP
2015-09-23 12:25:00 +03:00
.B dmstats
.de CMD_CLEAR
. ad l
. BR clear
. IR device_name
. OPT_PROGRAMS
. OPT_REGIONS
. ad b
..
.CMD_CLEAR
.
.HP
.B dmstats
.de CMD_CREATE
. ad l
. BR create
2017-03-27 17:45:48 +03:00
. IR device_name... | file_path... | \fB--alldevices
. RB [ --areas
. IR nr_areas | \fB--areasize
2015-09-23 12:25:00 +03:00
. IR area_size ]
2017-03-27 17:45:48 +03:00
. RB [ --bounds
2015-09-23 12:25:00 +03:00
. IR \%histogram_boundaries ]
2017-03-27 17:45:48 +03:00
. RB [ --filemap ]
. RB [ --follow
2016-12-17 19:41:00 +03:00
. IR follow_mode ]
. OPT_FOREGROUND
2017-03-27 17:45:48 +03:00
. RB [ --nomonitor ]
. RB [ --nogroup ]
. RB [ --precise ]
. RB [ --start
2015-09-23 12:25:00 +03:00
. IR start_sector
2017-03-27 17:45:48 +03:00
. BR --length
. IR length | \fB--segments ]
. RB \%[ --userdata
2016-07-05 17:54:02 +03:00
. IR user_data ]
2017-03-27 17:45:48 +03:00
. RB [ --programid
2015-09-23 12:25:00 +03:00
. IR id ]
. ad b
..
.CMD_CREATE
.
.HP
.B dmstats
.de CMD_DELETE
. ad l
. BR delete
2017-03-27 17:45:48 +03:00
. IR device_name | \fB--alldevices
2015-09-23 12:25:00 +03:00
. OPT_PROGRAMS
. OPT_REGIONS
. ad b
..
.CMD_DELETE
.
2015-09-18 15:34:34 +03:00
.HP
2015-09-23 12:25:00 +03:00
.B dmstats
2016-06-22 20:36:10 +03:00
.de CMD_GROUP
. ad l
. BR group
2017-03-27 17:45:48 +03:00
. RI [ device_name | \fB--alldevices ]
. RB [ --alias
2016-06-22 20:36:10 +03:00
. IR name ]
2017-03-27 17:45:48 +03:00
. RB [ --regions
2016-06-22 20:36:10 +03:00
. IR regions ]
. ad b
..
.CMD_GROUP
.HP
.B dmstats
2015-09-23 12:25:00 +03:00
.de CMD_HELP
. ad l
. BR help
2017-03-27 17:45:48 +03:00
. RB [ -c | -C | --columns ]
2015-09-23 12:25:00 +03:00
. ad b
..
.CMD_HELP
.
.HP
.B dmstats
.de CMD_LIST
. ad l
. BR list
. RI [ device_name ]
2017-03-27 17:45:48 +03:00
. RB [ --histogram ]
2015-09-23 12:25:00 +03:00
. OPT_PROGRAMS
2017-03-27 17:45:48 +03:00
. RB [ --units
2015-09-23 12:25:00 +03:00
. IR units ]
2016-07-05 21:28:19 +03:00
. OPT_OBJECTS
2017-03-27 17:45:48 +03:00
. RB \%[ --nosuffix ]
. RB [ --notimesuffix ]
. RB \%[ -v | --verbose]
2015-09-23 12:25:00 +03:00
. ad b
..
.CMD_LIST
.
.HP
.B dmstats
.de CMD_PRINT
. ad l
. BR print
. RI [ device_name ]
2017-03-27 17:45:48 +03:00
. RB [ --clear ]
2015-09-23 12:25:00 +03:00
. OPT_PROGRAMS
. OPT_REGIONS
. ad b
..
.CMD_PRINT
.
.HP
.B dmstats
.de CMD_REPORT
. ad l
. BR report
. RI [ device_name ]
2017-03-27 17:45:48 +03:00
. RB [ --interval
2015-09-23 12:25:00 +03:00
. IR seconds ]
2017-03-27 17:45:48 +03:00
. RB [ --count
2015-09-23 12:25:00 +03:00
. IR count ]
2017-03-27 17:45:48 +03:00
. RB [ --units
2015-09-23 12:25:00 +03:00
. IR units ]
2017-03-27 17:45:48 +03:00
. RB [ --histogram ]
2015-09-23 12:25:00 +03:00
. OPT_PROGRAMS
. OPT_REGIONS
2016-07-05 21:28:19 +03:00
. OPT_OBJECTS
2017-03-27 17:45:48 +03:00
. RB [ -O | --sort
2015-09-23 12:25:00 +03:00
. IR sort_fields ]
2017-03-27 17:45:48 +03:00
. RB [ -S | --select
2015-09-23 12:25:00 +03:00
. IR selection ]
2017-03-27 17:45:48 +03:00
. RB [ --units
2015-09-23 12:25:00 +03:00
. IR units ]
2017-03-27 17:45:48 +03:00
. RB [ --nosuffix ]
. RB \%[ --notimesuffix ]
2015-09-23 12:25:00 +03:00
. ad b
..
.CMD_REPORT
2016-06-22 20:36:10 +03:00
.HP
.B dmstats
.de CMD_UNGROUP
. ad l
. BR ungroup
2017-03-27 17:45:48 +03:00
. RI [ device_name | \fB--alldevices ]
. RB [ --groupid
2016-06-22 20:36:10 +03:00
. IR id ]
. ad b
..
.CMD_UNGROUP
2016-12-17 19:36:26 +03:00
.HP
.B dmstats
.de CMD_UPDATE_FILEMAP
. ad l
. BR update_filemap
2017-02-19 17:51:06 +03:00
. IR file_path
2017-03-27 17:45:48 +03:00
. RB [ --groupid
2016-12-17 19:36:26 +03:00
. IR id ]
2017-03-27 17:45:48 +03:00
. RB [ --follow
2016-12-17 19:41:00 +03:00
. IR follow_mode ]
. OPT_FOREGROUND
2016-12-17 19:36:26 +03:00
. ad b
..
.CMD_UPDATE_FILEMAP
2015-09-23 12:25:00 +03:00
.
.PD
2015-08-05 12:40:00 +03:00
.ad b
2015-09-23 12:25:00 +03:00
.
2015-08-05 12:40:00 +03:00
.SH DESCRIPTION
2015-09-23 12:25:00 +03:00
.
2015-08-05 12:40:00 +03:00
The dmstats program manages IO statistics regions for devices that use
2017-03-27 17:45:48 +03:00
the device-mapper driver. Statistics regions may be created, deleted,
2015-08-05 12:40:00 +03:00
listed and reported on using the tool.
2015-09-23 12:25:00 +03:00
The first argument to dmstats is a \fIcommand\fP.
2015-08-05 12:40:00 +03:00
2015-09-23 12:25:00 +03:00
The second argument is the \fIdevice name\fP,
\fIuuid\fP or \fImajor\fP and \fIminor\fP numbers.
2015-08-05 12:40:00 +03:00
Further options permit the selection of regions, output format
control, and reporting behaviour.
When no device argument is given dmstats will by default operate on all
2017-03-27 17:45:48 +03:00
device-mapper devices present. The \fBcreate\fP and \fBdelete\fP
commands require the use of \fB--alldevices\fP when used in this way.
2015-09-23 12:25:00 +03:00
.
2015-08-05 12:40:00 +03:00
.SH OPTIONS
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR --alias
2016-06-22 20:36:10 +03:00
.IR name
.br
Specify an alias name for a group.
.
.HP
2017-03-27 17:45:48 +03:00
.BR --alldevices
2015-09-23 12:25:00 +03:00
.br
2015-08-13 16:42:55 +03:00
If no device arguments are given allow operation on all devices when
creating or deleting regions.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR --allprograms
2015-09-23 12:25:00 +03:00
.br
2015-08-05 12:40:00 +03:00
Include regions from all program IDs for list and report operations.
2015-09-23 12:25:00 +03:00
.br
.HP
2017-03-27 17:45:48 +03:00
.BR --allregions
2015-09-23 12:25:00 +03:00
.br
2015-08-05 12:40:00 +03:00
Include all present regions for commands that normally accept a single
region identifier.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR --area
2016-07-05 21:28:19 +03:00
.br
When peforming a list or report, include objects of type area in the
results.
.
.HP
2017-03-27 17:45:48 +03:00
.BR --areas
2015-09-23 12:25:00 +03:00
.IR nr_areas
.br
2015-08-05 12:40:00 +03:00
Specify the number of statistics areas to create within a new region.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR --areasize
2015-09-23 12:25:00 +03:00
.IR area_size \c
.RB [ \c
.UNITS
.br
2015-08-05 12:40:00 +03:00
Specify the size of areas into which a new region should be divided. An
2015-09-23 12:25:00 +03:00
optional suffix selects units of:
.HELP_UNITS
.
.HP
2017-03-27 17:45:48 +03:00
.BR --clear
2015-09-23 12:25:00 +03:00
.br
2015-08-05 12:40:00 +03:00
When printing statistics counters, also atomically reset them to zero.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR --count
2015-09-23 12:25:00 +03:00
.IR count
.br
2015-08-05 12:40:00 +03:00
Specify the iteration count for repeating reports. If the count
argument is zero reports will continue to repeat until interrupted.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR --group
2016-07-05 21:28:19 +03:00
.br
When peforming a list or report, include objects of type group in the
results.
.
.HP
2017-03-27 17:45:48 +03:00
.BR --filemap
2016-07-01 23:41:25 +03:00
.br
2016-07-09 00:05:14 +03:00
Instead of creating regions on a device as specified by command line
options, open the file found at each \fBfile_path\fP argument, and
2017-03-27 17:45:48 +03:00
create regions corresponding to the locations of the on-disk extents
2016-07-09 00:05:14 +03:00
allocated to the file(s).
2016-07-01 23:41:25 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR --nomonitor
2016-12-17 19:41:00 +03:00
.br
Disable the \fBdmfilemapd\fP daemon when creating new file mapped
2017-03-27 17:45:48 +03:00
groups. Normally the device-mapper filemap monitoring daemon,
2016-12-17 19:41:00 +03:00
\fBdmfilemapd\fP, is started for each file mapped group to update the
2017-03-27 17:45:48 +03:00
set of regions as the file changes on-disk: use of this option
2016-12-17 19:41:00 +03:00
disables this behaviour.
Regions in the group may still be updated with the
\fBupdate_filemap\fP command, or by starting the daemon manually.
.
.HP
2017-03-27 17:45:48 +03:00
.BR --follow
2016-12-17 19:41:00 +03:00
.IR follow_mode
.br
Specify the \fBdmfilemapd\fP file following mode. The file map
monitoring daemon can monitor files in two distinct ways: the mode
affects the behaviour of the daemon when a file under monitoring is
renamed or unlinked, and the conditions which cause the daemon to
terminate.
2017-03-27 17:45:48 +03:00
The \fBfollow_mode\fP argument is either "inode", for follow-inode
mode, or "path", for follow-path.
2016-12-17 19:41:00 +03:00
2017-03-27 17:45:48 +03:00
If follow-inode mode is used, the daemon will hold the file open, and
2016-12-17 19:41:00 +03:00
continue to update regions from the same file descriptor. This means
that the mapping will follow rename, move (within the same file
system), and unlink operations. This mode is useful if the file is
expected to be moved, renamed, or unlinked while it is being
monitored.
2017-03-27 17:45:48 +03:00
In follow-inode mode, the daemon will exit once it detects that the
2016-12-17 19:41:00 +03:00
file has been unlinked and it is the last holder of a reference to it.
2017-03-27 17:45:48 +03:00
If follow-path is used, the daemon will re-open the provided path on
2016-12-17 19:41:00 +03:00
each monitoring iteration. This means that the group will be updated
to reflect a new file being moved to the same path as the original
file. This mode is useful for files that are expected to be updated
via unlink and rename.
2017-03-27 17:45:48 +03:00
In follow-path mode, the daemon will exit if the file is removed and
2016-12-17 19:41:00 +03:00
not replaced within a brief tolerance interval.
In either mode, the daemon exits automatically if the monitored group
is removed.
.
.HP
2017-03-27 17:45:48 +03:00
.BR --foreground
2016-12-17 19:41:00 +03:00
.br
Specify that the \fBdmfilemapd\fP daemon should run in the foreground.
The daemon will not fork into the background, and will replace the
\fBdmstats\fP command that started it.
.
.HP
2017-03-27 17:45:48 +03:00
.BR --groupid
2016-06-22 20:36:10 +03:00
.IR id
.br
Specify the group to operate on.
.
.HP
2017-03-27 17:45:48 +03:00
.BR --bounds
2015-09-23 12:25:00 +03:00
.IR histogram_boundaries \c
.RB [ ns | us | ms | s ]
.br
2015-08-18 14:40:03 +03:00
Specify the boundaries of a latency histogram to be tracked for the
region as a comma separated list of latency values. Latency values are
2015-09-23 12:25:00 +03:00
given in nanoseconds. An optional unit suffix of
.BR ns ,
.BR us ,
.BR ms ,
or \fBs\fP may be given after each value to specify units of
nanoseconds, microseconds, miliseconds or seconds respectively.
.
.HP
2017-03-27 17:45:48 +03:00
.BR --histogram
2015-09-23 12:25:00 +03:00
.br
2015-09-04 01:00:44 +03:00
When used with the \fBreport\fP and \fBlist\fP commands select default
fields that emphasize latency histogram data.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR --interval
2015-09-23 12:25:00 +03:00
.IR seconds
.br
2015-08-05 12:40:00 +03:00
Specify the interval in seconds between successive iterations for
2017-03-27 17:45:48 +03:00
repeating reports. If \fB--interval\fP is specified but
\fB--count\fP is not,
2015-08-05 12:40:00 +03:00
reports will continue to repeat until interrupted.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR --length
2015-09-23 12:25:00 +03:00
.IR length \c
.RB [ \c
.UNITS
.br
2015-08-05 12:40:00 +03:00
Specify the length of a new statistics region in sectors. An optional
2015-09-23 12:25:00 +03:00
suffix selects units of:
.HELP_UNITS
.
.HP
2017-03-27 17:45:48 +03:00
.BR -j | --major
2015-09-23 12:25:00 +03:00
.IR major
.br
2015-08-05 12:40:00 +03:00
Specify the major number.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR -m | --minor
2015-09-23 12:25:00 +03:00
.IR minor
.br
2015-08-05 12:40:00 +03:00
Specify the minor number.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR --nogroup
2016-07-01 23:41:25 +03:00
.br
When creating regions mapping the extents of a file in the file
system, do not create a group or set an alias.
.
.HP
2017-03-27 17:45:48 +03:00
.BR --nosuffix
2015-09-23 12:25:00 +03:00
.br
2017-03-27 17:45:48 +03:00
Suppress the suffix on output sizes. Use with \fB--units\fP
2015-08-05 12:40:00 +03:00
(except h and H) if processing the output.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR --notimesuffix
2015-09-23 12:25:00 +03:00
.br
2015-09-03 23:55:25 +03:00
Suppress the suffix on output time values. Histogram boundary values
will be reported in units of nanoseconds.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR -o | --options
2015-09-23 12:25:00 +03:00
.br
2015-08-05 12:40:00 +03:00
Specify which report fields to display.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR -O | --sort
2015-09-23 12:25:00 +03:00
.IR sort_fields
.br
2015-08-05 12:40:00 +03:00
Sort output according to the list of fields given. Precede any
2017-03-27 17:45:48 +03:00
sort field with '\fB-\fP' for a reverse sort on that column.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR --precise
2015-09-23 12:25:00 +03:00
.br
2015-08-18 14:39:34 +03:00
Attempt to use nanosecond precision counters when creating new
statistics regions.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR --programid
2015-09-23 12:25:00 +03:00
.IR id
.br
2015-08-05 12:40:00 +03:00
Specify a program ID string. When creating new statistics regions this
string is stored with the region. Subsequent operations may supply a
program ID in order to select only regions with a matching value. The
2017-03-27 17:45:48 +03:00
default program ID for dmstats-managed regions is "dmstats".
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR --region
2016-07-05 21:28:19 +03:00
.br
When peforming a list or report, include objects of type region in the
results.
.
.HP
2017-03-27 17:45:48 +03:00
.BR --regionid
2015-09-23 12:25:00 +03:00
.IR id
.br
2015-09-02 22:35:43 +03:00
Specify the region to operate on.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR --regions
2016-06-22 20:36:10 +03:00
.IR region_list
.br
2017-03-27 17:45:48 +03:00
Specify a list of regions to group. The group list is a comma-separated
2016-06-22 20:36:10 +03:00
list of region identifiers. Continuous sequences of identifiers may be
expressed as a hyphen separated range, for example: '1-10'.
.
.HP
2017-03-27 17:45:48 +03:00
.BR --relative
2015-09-23 12:25:00 +03:00
.br
2015-08-18 14:40:03 +03:00
If displaying the histogram report show relative (percentage) values
instead of absolute counts.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR -S | --select
2015-09-23 12:25:00 +03:00
.IR selection
.br
Display only rows that match \fIselection\fP criteria. All rows with the
2017-03-27 17:45:48 +03:00
additional "selected" column (\fB-o selected\fP) showing 1 if the row matches
2015-09-23 12:25:00 +03:00
the \fIselection\fP and 0 otherwise. The selection criteria are defined by
2015-08-05 12:40:00 +03:00
specifying column names and their valid values while making use of
supported comparison operators.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR --start
2015-09-23 12:25:00 +03:00
.IR start \c
.RB [ \c
.UNITS
.br
2015-08-05 12:40:00 +03:00
Specify the start offset of a new statistics region in sectors. An
2015-09-23 12:25:00 +03:00
optional suffix selects units of:
.HELP_UNITS
.
.HP
2017-03-27 17:45:48 +03:00
.BR --segments
2015-09-23 12:25:00 +03:00
.br
2016-07-07 17:10:07 +03:00
When used with \fBcreate\fP, create a new statistics region for each
target contained in the given device(s). This causes a separate region
to be allocated for each segment of the device.
The newly created regions are automatically placed into a group unless
2017-03-27 17:45:48 +03:00
the \fB--nogroup\fP option is given. When grouping is enabled a group
alias may be specified using the \fB--alias\fP option.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR --units
2015-09-23 12:25:00 +03:00
.RI [ units ] \c
.RB [ h | H | \c
.UNITS
.br
Set the display units for report output.
All sizes are output in these units:
2017-03-27 17:45:48 +03:00
.RB ( h )uman-readable,
2015-09-23 12:25:00 +03:00
.HELP_UNITS
2017-03-27 17:45:48 +03:00
Can also specify custom units e.g. \fB--units\ 3M\fP.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR --userdata
2016-07-05 21:28:19 +03:00
.IR user_data
.br
Specify user data (a word) to be stored with a new region. The value
2020-10-03 14:52:37 +03:00
is added to any internal auxiliary data (for example, group
2016-07-05 21:28:19 +03:00
information), and stored with the region in the aux_data field provided
by the kernel. Whitespace is not permitted.
.
.HP
2017-03-27 17:45:48 +03:00
.BR -u | --uuid
2015-09-23 12:25:00 +03:00
.br
2015-08-05 12:40:00 +03:00
Specify the uuid.
2015-09-23 12:25:00 +03:00
.
.HP
2017-03-27 17:45:48 +03:00
.BR -v | --verbose " [" -v | --verbose ]
2015-08-05 12:40:00 +03:00
.br
2015-09-23 12:25:00 +03:00
Produce additional output.
.
2015-08-05 12:40:00 +03:00
.SH COMMANDS
2015-09-23 12:25:00 +03:00
.
.HP
.CMD_CLEAR
2015-08-05 12:40:00 +03:00
.br
Instructs the kernel to clear statistics counters for the speficied
2017-03-27 17:45:48 +03:00
regions (with the exception of in-flight IO counters).
2015-09-23 12:25:00 +03:00
.
.HP
.CMD_CREATE
2015-08-05 12:40:00 +03:00
.br
Creates one or more new statistics regions on the specified device(s).
2017-03-27 17:45:48 +03:00
The region will span the entire device unless \fB--start\fP and
\fB--length\fP or \fB--segments\fP are given. The \fB--start\fP an
\fB--length\fP options allow a region of arbitrary length to be placed
at an arbitrary offset into the device. The \fB--segments\fP option
2015-08-05 12:40:00 +03:00
causes a new region to be created for each target in the corresponding
2017-03-27 17:45:48 +03:00
device-mapper device's table.
2015-08-05 12:40:00 +03:00
2017-03-27 17:45:48 +03:00
If the \fB--precise\fP option is used the command will attempt to
2015-08-18 14:39:34 +03:00
create a region using nanosecond precision counters.
2017-03-27 17:45:48 +03:00
If \fB--bounds\fP is given a latency histogram will be tracked for
2015-08-18 14:40:03 +03:00
the new region. The boundaries of the histogram bins are given as a
comma separated list of latency values. There is an implicit lower bound
of zero on the first bin and an implicit upper bound of infinity (or the
configured interval duration) on the final bin.
Latencies are given in nanoseconds. An optional unit suffix of ns, us,
ms, or s may be given after each value to specify units of nanoseconds,
microseconds, miliseconds or seconds respectively, so for example, 10ms
is equivalent to 10000000. Latency values with a precision of less than
one milisecond can only be used when precise timestamps are enabled: if
2017-03-27 17:45:48 +03:00
\fB--precise\fP is not given and values less than one milisecond are
2015-08-18 14:40:03 +03:00
used it will be enabled automatically.
2016-07-05 17:30:31 +03:00
An optional \fBprogram_id\fP or \fBuser_data\fP string may be associated
2015-08-05 12:40:00 +03:00
with the region. A \fBprogram_id\fP may then be used to select regions
2016-07-05 17:30:31 +03:00
for subsequent list, print, and report operations. The \fBuser_data\fP
2015-08-05 12:40:00 +03:00
stores an arbitrary string and is not used by dmstats or the
2017-03-27 17:45:48 +03:00
device-mapper kernel statistics subsystem.
2015-08-05 12:40:00 +03:00
By default dmstats creates regions with a \fBprogram_id\fP of
2015-08-20 14:18:51 +03:00
"dmstats".
2015-08-05 12:40:00 +03:00
2016-07-01 23:41:25 +03:00
On success the \fBregion_id\fP of the newly created region is printed
to stdout.
2017-03-27 17:45:48 +03:00
If the \fB--filemap\fP option is given with a regular file, or list
2016-07-09 00:05:14 +03:00
of files, as the \fBfile_path\fP argument, instead of creating regions
with parameters specified on the command line, \fBdmstats\fP will open
the files located at \fBfile_path\fP and create regions corresponding to
the physical extents allocated to the file. This can be used to monitor
statistics for individual files in the file system, for example, virtual
machine images, swap areas, or large database files.
2016-07-01 23:41:25 +03:00
2017-03-27 17:45:48 +03:00
To work with the \fB--filemap\fP option, files must be located on a
local file system, backed by a device-mapper device, that supports
2016-07-01 23:41:25 +03:00
physical extent data using the FIEMAP ioctl (Ext4 and XFS for e.g.).
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
2017-03-27 17:45:48 +03:00
overridden with the \fB--alias\fP and \fB--nogroup\fP options.
2016-07-01 23:41:25 +03:00
2016-12-17 19:41:00 +03:00
Creating a group that maps a file automatically starts a daemon,
\fBdmfilemapd\fP to monitor the file and update the mapping as the
extents allocated to the file change. This behaviour can be disabled
2017-03-27 17:45:48 +03:00
using the \fB--nomonitor\fP option.
2016-12-17 19:41:00 +03:00
2017-03-27 17:45:48 +03:00
Use the \fB--group\fP option to only display information for groups
2016-07-07 17:23:07 +03:00
when listing and reporting.
2015-09-23 12:25:00 +03:00
.
.HP
.CMD_DELETE
2015-08-05 12:40:00 +03:00
.br
Delete the specified statistics region. All counters and resources used
by the region are released and the region will not appear in the output
of subsequent list, print, or report operations.
All regions registered on a device may be removed using
2017-03-27 17:45:48 +03:00
\fB--allregions\fP.
2015-08-05 12:40:00 +03:00
2017-03-27 17:45:48 +03:00
To remove all regions on all devices both \fB--allregions\fP and
\fB--alldevices\fP must be used.
2016-06-22 20:36:10 +03:00
2017-03-27 17:45:48 +03:00
If a \fB--groupid\fP is given instead of a \fB--regionid\fP the
2016-06-22 20:36:10 +03:00
command will attempt to delete the group and all regions that it
contains.
If a deleted region is the first member of a group of regions the group
will also be removed.
.
.HP
.CMD_GROUP
.br
Combine one or more statistics regions on the specified device into a
group.
2017-03-27 17:45:48 +03:00
The list of regions to be grouped is specified with \fB--regions\fP
and an optional alias may be assigned with \fB--alias\fP. The set of
regions is given as a comma-separated list of region identifiers. A
2016-06-22 20:36:10 +03:00
continuous range of identifers spanning from \fBR1\fP to \fBR2\fP may
2017-03-27 17:45:48 +03:00
be expressed as '\fBR1\fP-\fBR2\fP'.
2016-06-22 20:36:10 +03:00
2016-07-04 14:49:14 +03:00
Regions that have a histogram configured can be grouped: in this case
the number of histogram bins and their bounds must match exactly.
2016-06-22 20:36:10 +03:00
On success the group list and newly created \fBgroup_id\fP are
printed to stdout.
2016-08-08 21:29:12 +03:00
The group metadata is stored with the first (lowest numbered)
\fBregion_id\fP in the group: deleting this region will also delete
the group and other group members will be returned to their prior
state.
2015-09-23 12:25:00 +03:00
.
.HP
.CMD_HELP
2015-08-05 12:40:00 +03:00
.br
Outputs a summary of the commands available, optionally including
the list of report fields.
2015-09-23 12:25:00 +03:00
.
.HP
.CMD_LIST
2015-08-05 12:40:00 +03:00
.br
2016-06-22 20:36:10 +03:00
List the statistics regions, areas, or groups registered on the device.
2017-03-27 17:45:48 +03:00
If the \fB--allprograms\fP switch is given all regions will be listed
2015-08-05 12:40:00 +03:00
regardless of region program ID values.
2015-08-14 22:40:13 +03:00
2016-06-22 20:36:10 +03:00
By default only regions and groups are included in list output. If
2017-03-27 17:45:48 +03:00
\fB-v\fP or \fB--verbose\fP is given the report will also include a
2016-06-22 20:36:10 +03:00
row of information for each configured group and for each area contained
2016-07-07 17:23:07 +03:00
in each region displayed.
2016-06-22 20:36:10 +03:00
2016-07-07 17:23:07 +03:00
Regions that contain a single area are by 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 present
2017-03-27 17:45:48 +03:00
use \fB--region\fP). To also view the areas contained within regions
use \fB--area\fP.
2015-09-04 01:00:44 +03:00
2017-03-27 17:45:48 +03:00
If \fB--histogram\fP is given the report will include the bin count
2015-09-04 01:00:44 +03:00
and latency boundary values for any configured histograms.
2015-09-23 12:25:00 +03:00
.HP
.CMD_PRINT
2015-08-05 12:40:00 +03:00
.br
Print raw statistics counters for the specified region or for all
present regions.
2015-09-23 12:25:00 +03:00
.
.HP
.CMD_REPORT
2015-08-05 12:40:00 +03:00
.br
2016-06-22 20:36:10 +03:00
Start a report for the specified object or for all present objects. If
2015-08-05 12:40:00 +03:00
the count argument is specified, the report will repeat at a fixed
2017-03-27 17:45:48 +03:00
interval set by the \fB--interval\fP option. The default interval is
2015-08-05 12:40:00 +03:00
one second.
2017-03-27 17:45:48 +03:00
If the \fB--allprograms\fP switch is given, all regions will be
2015-08-05 12:40:00 +03:00
listed, regardless of region program ID values.
2015-09-04 01:00:44 +03:00
2017-03-27 17:45:48 +03:00
If the \fB--histogram\fP is given the report will include the histogram
2015-09-04 01:00:44 +03:00
values and latency boundaries.
2017-03-27 17:45:48 +03:00
If the \fB--relative\fP is used the default histogram field displays
2015-09-04 01:00:44 +03:00
bin values as a percentage of the total number of I/Os.
2016-06-22 20:36:10 +03:00
2016-07-07 17:23:07 +03:00
Object types (areas, regions and groups) to include in the report are
2017-03-27 17:45:48 +03:00
selected using the \fB--area\fP, \fB--region\fP, and \fB--group\fP
2016-07-07 17:23:07 +03:00
options.
2015-09-23 12:25:00 +03:00
.
2016-06-22 20:36:10 +03:00
.HP
.CMD_UNGROUP
.br
Remove an existing group and return all the group's regions to their
original state.
2017-03-27 17:45:48 +03:00
The group to be removed is specified using \fB--groupid\fP.
2016-12-17 19:36:26 +03:00
.HP
.CMD_UPDATE_FILEMAP
.br
Update a group of \fBdmstats\fP regions specified by \fBgroup_id\fP,
2017-03-27 17:45:48 +03:00
that were previously created with \fB--filemap\fP, either directly,
2016-12-17 19:41:00 +03:00
or by starting the monitoring daemon, \fBdmfilemapd\fP.
This will add and remove regions to reflect changes in the allocated
2017-03-27 17:45:48 +03:00
extents of the file on-disk, since the time that it was crated or last
2016-12-17 19:41:00 +03:00
updated.
2016-12-17 19:36:26 +03:00
Use of this command is not normally needed since the \fBdmfilemapd\fP
daemon will automatically monitor filemap groups and perform these
updates when required.
2017-03-27 17:45:48 +03:00
If a filemapped group was created with \fB--nomonitor\fP, or the
2016-12-17 19:36:26 +03:00
daemon has been killed, the \fBupdate_filemap\fP can be used to
2016-12-17 19:41:00 +03:00
manually force an update or start a new daemon.
2017-03-27 17:45:48 +03:00
Use \fB--nomonitor\fP to force a direct update and disable starting
2016-12-17 19:41:00 +03:00
the monitoring daemon.
2016-06-22 20:36:10 +03:00
.
.SH REGIONS, AREAS, AND GROUPS
2015-09-23 12:25:00 +03:00
.
2017-03-27 17:45:48 +03:00
The device-mapper statistics facility allows separate performance
2015-08-05 12:40:00 +03:00
counters to be maintained for arbitrary regions of devices. A region may
span any range: from a single sector to the whole device. A region may
2017-03-27 17:45:48 +03:00
be further sub-divided into a number of distinct areas (one or more),
2016-06-22 20:36:10 +03:00
each with its own counter set. In this case a summary value for the
entire region is also available for use in reports.
In addition, one or more regions on one device can be combined into
2016-08-08 21:29:12 +03:00
a statistics group. Groups allow several regions to be aggregated and
reported as a single entity; counters for all regions and areas are
summed and used to report totals for all group members. Groups also
permit the assignment of an optional alias, allowing meaningful names
to be associated with sets of regions.
The group metadata is stored with the first (lowest numbered)
\fBregion_id\fP in the group: deleting this region will also delete
the group and other group members will be returned to their prior
state.
2015-08-05 12:40:00 +03:00
2017-03-27 17:45:48 +03:00
By default new regions span the entire device. The \fB--start\fP and
\fB--length\fP options allows a region of any size to be placed at any
2015-08-05 12:40:00 +03:00
location on the device.
2016-06-22 20:36:10 +03:00
Using offsets it is possible to create regions that map individual
objects within a block device (for example: partitions, files in a file
system, or stripes or other structures in a RAID volume). Groups allow
2017-03-27 17:45:48 +03:00
several non-contiguous regions to be assembled together for reporting
2016-06-22 20:36:10 +03:00
and data aggregation.
2017-03-27 17:45:48 +03:00
A region may be either divided into the specified number of equal-sized
2015-08-05 12:40:00 +03:00
areas, or into areas of the given size by specifying one of
2017-03-27 17:45:48 +03:00
\fB--areas\fP or \fB--areasize\fP when creating a region with the
2015-08-05 12:40:00 +03:00
\fBcreate\fP command. Depending on the size of the areas and the device
region the final area within the region may be smaller than requested.
2015-09-23 12:25:00 +03:00
.P
.B Region identifiers
.P
2015-08-05 12:40:00 +03:00
Each region is assigned an identifier when it is created that is used to
reference the region in subsequent operations. Region identifiers are
unique within a given device (including across different \fBprogram_id\fP
values).
2015-09-23 12:25:00 +03:00
2015-08-05 12:40:00 +03:00
Depending on the sequence of create and delete operations, gaps may
exist in the sequence of \fBregion_id\fP values for a particular device.
2016-06-22 20:36:10 +03:00
The \fBregion_id\fP should be treated as an opaque identifier used to
reference the region.
.
.P
.B Group identifiers
.P
Groups are also assigned an integer identifier at creation time;
like region identifiers, group identifiers are unique within the
containing device.
The \fBgroup_id\fP should be treated as an opaque identifier used to
reference the group.
2015-09-23 12:25:00 +03:00
.
2016-12-18 21:14:04 +03:00
.SH FILE MAPPING
.
2017-03-27 17:45:48 +03:00
Using \fB--filemap\fP, it is possible to create regions that
2016-12-18 21:14:04 +03:00
correspond to the extents of a file in the file system. This allows
2017-03-27 17:45:48 +03:00
IO statistics to be monitored on a per-file basis, for example to
2016-12-18 21:14:04 +03:00
observe large database files, virtual machine images, or other files
of interest.
To be able to use file mapping, the file must be backed by a
2017-03-27 17:45:48 +03:00
device-mapper device, and in a file system that supports the FIEMAP
2016-12-18 21:14:04 +03:00
ioctl (and which returns data describing the physical location of
extents). This currently includes \fBxfs(5)\fP and \fBext4(5)\fP.
By default the regions making up a file are placed together in a
group, and the group alias is set to the \fBbasename(3)\fP of the
file. This allows statistics to be reported for the file as a whole,
aggregating values for the regions making up the group. To see only
the whole file (group) when using the \fBlist\fP and \fBreport\fP
2017-03-27 17:45:48 +03:00
commands, use \fB--group\fP.
2016-12-18 21:14:04 +03:00
Since it is possible for the file to change after the initial
group of regions is created, the \fBupdate_filemap\fP command, and
\fBdmfilemapd\fP daemon are provided to update file mapped groups
either manually or automatically.
.
.P
.B File follow modes
.P
The file map monitoring daemon can monitor files in two distinct ways:
2017-03-27 17:45:48 +03:00
follow-inode mode, and follow-path mode.
2016-12-18 21:14:04 +03:00
The mode affects the behaviour of the daemon when a file under
monitoring is renamed or unlinked, and the conditions which cause the
daemon to terminate.
2017-03-27 17:45:48 +03:00
If follow-inode mode is used, the daemon will hold the file open, and
2016-12-18 21:14:04 +03:00
continue to update regions from the same file descriptor. This means
that the mapping will follow rename, move (within the same file
system), and unlink operations. This mode is useful if the file is
expected to be moved, renamed, or unlinked while it is being
monitored.
2017-03-27 17:45:48 +03:00
In follow-inode mode, the daemon will exit once it detects that the
2016-12-18 21:14:04 +03:00
file has been unlinked and it is the last holder of a reference to it.
2017-03-27 17:45:48 +03:00
If follow-path is used, the daemon will re-open the provided path on
2016-12-18 21:14:04 +03:00
each monitoring iteration. This means that the group will be updated
to reflect a new file being moved to the same path as the original
file. This mode is useful for files that are expected to be updated
via unlink and rename.
2017-03-27 17:45:48 +03:00
In follow-path mode, the daemon will exit if the file is removed and
2016-12-18 21:14:04 +03:00
not replaced within a brief tolerance interval (one second).
To stop the daemon, delete the group containing the mapped regions:
the daemon will automatically shut down.
The daemon can also be safely killed at any time and the group kept:
if the file is still being allocated the mapping will become
2017-03-27 17:45:48 +03:00
progressively out-of-date as extents are added and removed (in this
case the daemon can be re-started or the group updated manually with
2016-12-18 21:14:04 +03:00
the \fBupdate_filemap\fP command).
2017-03-27 17:45:48 +03:00
See the \fBcreate\fP command and \fB--filemap\fP, \fB--follow\fP,
and \fB--nomonitor\fP options for further information.
2016-12-18 21:14:04 +03:00
.
.P
.B Limitations
.P
The daemon attempts to maintain good synchronisation between the file
extents and the regions contained in the group, however, since it can
only react to new allocations once they have been written, there are
inevitably some IO events that cannot be counted when a file is
growing, particularly if the file is being extended by a single thread
2017-03-27 17:45:48 +03:00
writing beyond end-of-file (for example, the \fBdd\fP program).
2016-12-18 21:14:04 +03:00
There is a further loss of events in that there is currently no way
to atomically resize a \fBdmstats\fP region and preserve its current
counter values. This affects files when they grow by extending the
final extent, rather than allocating a new extent: any events that
had accumulated in the region between any prior operation and the
resize are lost.
File mapping is currently most effective in cases where the majority
of IO does not trigger extent allocation. Future updates may address
these limitations when kernel support is available.
.
2015-08-05 12:40:00 +03:00
.SH REPORT FIELDS
2015-09-23 12:25:00 +03:00
.
2015-08-05 12:40:00 +03:00
The dmstats report provides several types of field that may be added to
the default field set, or used to create custom reports.
2015-09-23 12:25:00 +03:00
2017-03-27 17:45:48 +03:00
All performance counters and metrics are calculated per-area.
2015-09-23 12:25:00 +03:00
.
2015-08-05 12:40:00 +03:00
.SS Derived metrics
2015-09-23 12:25:00 +03:00
.
2015-08-05 12:40:00 +03:00
A number of metrics fields are included that provide high level
performance indicators. These are based on the fields provided by the
conventional Linux iostat program and are derived from the basic counter
values provided by the kernel for each area.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B reads_merged_per_sec
Reads merged per second.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B writes_merged_per_sec
Writes merged per second.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B reads_per_sec
Reads completed per second.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B writes_per_sec
Writes completed per second.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B read_size_per_sec
Size of data read per second.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B write_size_per_sec
Size of data written per second.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B avg_request_size
Average request size.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B queue_size
Average queue size.
2015-09-23 12:25:00 +03:00
.TP
2015-08-05 12:40:00 +03:00
.B await
2015-08-22 21:35:43 +03:00
The average wait time for read and write operations.
2015-09-23 12:25:00 +03:00
.TP
2015-08-05 12:40:00 +03:00
.B r_await
2015-08-22 21:35:43 +03:00
The average wait time for read operations.
2015-09-23 12:25:00 +03:00
.TP
2015-08-05 12:40:00 +03:00
.B w_await
2015-08-22 21:35:43 +03:00
The average wait time for write operations.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B throughput
The device throughput in operations per second.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B service_time
2015-09-23 12:25:00 +03:00
The average service time (in milliseconds) for operations issued
2015-08-22 21:35:43 +03:00
to the device.
2015-09-23 12:25:00 +03:00
.TP
2015-08-05 12:40:00 +03:00
.B util
Percentage of CPU time during which I/O requests were issued to the
device (bandwidth utilization for the device). Device saturation occurs
when this value is close to 100%.
2015-09-23 12:25:00 +03:00
.
2016-06-22 20:36:10 +03:00
.SS Group, region and area meta fields
2015-09-23 12:25:00 +03:00
.
2016-06-22 20:36:10 +03:00
Meta fields provide information about the groups, regions, or areas that
the statistics values relate to. This includes the region and area
2015-08-05 12:40:00 +03:00
identifier, start, length, and counts, as well as the program ID and
2016-07-05 17:30:31 +03:00
user data values.
2015-09-23 12:25:00 +03:00
.TP
2015-08-05 12:40:00 +03:00
.B region_id
2017-03-27 17:45:48 +03:00
Region identifier. This is a non-negative integer returned by the kernel
2015-08-05 12:40:00 +03:00
when a statistics region is created.
2015-09-23 12:25:00 +03:00
.TP
2015-08-05 12:40:00 +03:00
.B region_start
2015-08-22 21:35:43 +03:00
The region start location. Display units are selected by the
2017-03-27 17:45:48 +03:00
\fB--units\fP option.
2015-09-23 12:25:00 +03:00
.TP
2015-08-05 12:40:00 +03:00
.B region_len
2015-08-22 21:35:43 +03:00
The length of the region. Display units are selected by the
2017-03-27 17:45:48 +03:00
\fB--units\fP option.
2015-09-23 12:25:00 +03:00
.TP
2015-08-05 12:40:00 +03:00
.B area_id
2017-03-27 17:45:48 +03:00
Area identifier. Area identifiers are assigned by the device-mapper
2015-08-05 12:40:00 +03:00
statistics library and uniquely identify each area within a region. Each
ID corresponds to a distinct set of performance counters for that area
of the statistics region. Area identifiers are always monotonically
increasing within a region so that higher ID values correspond to
2015-08-22 21:35:43 +03:00
greater sector addresses within the area and no gaps in the sequence of
identifiers exist.
2015-09-23 12:25:00 +03:00
.TP
2015-08-05 12:40:00 +03:00
.B area_start
2015-08-22 21:35:43 +03:00
The area start location. Display units are selected by the
2017-03-27 17:45:48 +03:00
\fB--units\fP option.
2015-09-23 12:25:00 +03:00
.TP
2015-08-05 12:40:00 +03:00
.B area_len
2015-08-22 21:35:43 +03:00
The length of the area. Display units are selected by the
2017-03-27 17:45:48 +03:00
\fB--units\fP option.
2015-09-23 12:25:00 +03:00
.TP
2015-08-05 12:40:00 +03:00
.B area_count
The number of areas in this region.
2015-09-23 12:25:00 +03:00
.TP
2015-08-05 12:40:00 +03:00
.B program_id
The program ID value associated with this region.
2015-09-23 12:25:00 +03:00
.TP
2016-07-05 17:30:31 +03:00
.B user_data
The user data value associated with this region.
2015-09-23 12:25:00 +03:00
.TP
2016-06-22 20:36:10 +03:00
.B group_id
2017-03-27 17:45:48 +03:00
Group identifier. This is a non-negative integer returned by the dmstats
2016-06-22 20:36:10 +03:00
\fBgroup\fP command when a statistics group is created.
.TP
2015-08-13 19:29:15 +03:00
.B interval_ns
The estimated interval over which the current counter values have
2020-10-03 14:52:37 +03:00
accumulated. The value is reported as an integer expressed in units
2015-08-13 19:29:15 +03:00
of nanoseconds.
2015-09-23 12:25:00 +03:00
.TP
2015-08-13 19:29:15 +03:00
.B interval
The estimated interval over which the current counter values have
accumulated. The value is reported as a real number in units of
seconds.
2015-09-23 12:25:00 +03:00
.
2015-08-05 12:40:00 +03:00
.SS Basic counters
2015-09-23 12:25:00 +03:00
.
2015-08-05 12:40:00 +03:00
Basic counters provide access to the raw counter data from the kernel,
allowing further processing to be carried out by another program.
2015-09-23 12:25:00 +03:00
.P
2015-08-05 12:40:00 +03:00
The kernel provides thirteen separate counters for each statistics
area. The first eleven of these match the counters provided in
/proc/diskstats or /sys/block/*/*/stat. The final pair provide separate
counters for read and write time.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B read_count
Count of reads completed this interval.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B reads_merged_count
Count of reads merged this interval.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B read_sector_count
Count of 512 byte sectors read this interval.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B read_time
Accumulated duration of all read requests (ns).
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B write_count
Count of writes completed this interval.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B writes_merged_count
Count of writes merged this interval.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B write_sector_count
Count of 512 byte sectors written this interval.
2015-09-23 12:25:00 +03:00
.TP
2016-12-25 20:36:35 +03:00
.B write_time
2015-08-22 21:35:43 +03:00
Accumulated duration of all write requests (ns).
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B in_progress_count
Count of requests currently in progress.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B io_ticks
Nanoseconds spent servicing requests.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B queue_ticks
2015-08-05 12:40:00 +03:00
This field is incremented at each I/O start, I/O completion, I/O merge,
or read of these stats by the number of I/Os in progress multiplied by
the number of milliseconds spent doing I/O since the last update of this
field. This can provide an easy measure of both I/O completion time and
the backlog that may be accumulating.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B read_ticks
Nanoseconds spent servicing reads.
2015-09-23 12:25:00 +03:00
.TP
2015-08-22 21:35:43 +03:00
.B write_ticks
Nanoseconds spent servicing writes.
2015-09-23 12:25:00 +03:00
.
2015-08-18 14:40:03 +03:00
.SS Histogram fields
2015-09-23 12:25:00 +03:00
.
2015-08-18 14:40:03 +03:00
Histograms measure the frequency distribution of user specified I/O
latency intervals. Histogram bin boundaries are specified when a region
is created.
2015-09-23 12:25:00 +03:00
.P
2015-08-18 14:40:03 +03:00
A brief representation of the histogram values and latency intervals can
be included in the report using these fields.
2015-09-23 12:25:00 +03:00
.TP
2015-08-18 14:40:03 +03:00
.B hist_count
A list of the histogram counts for the current statistics area in order
of ascending latency value. Each value represents the number of I/Os
with latency times falling into that bin's time range during the sample
period.
2015-09-23 12:25:00 +03:00
.TP
2015-08-18 14:40:03 +03:00
.B hist_count_bounds
A list of the histogram counts for the current statistics area in order
of ascending latency value including bin boundaries: each count is
prefixed by the lower bound of the corresponding histogram bin.
2015-09-23 12:25:00 +03:00
.TP
2015-08-18 14:40:03 +03:00
.B hist_count_ranges
A list of the histogram counts for the current statistics area in order
of ascending latency value including bin boundaries: each count is
prefixed by both the lower and upper bounds of the corresponding
histogram bin.
2015-09-23 12:25:00 +03:00
.TP
2015-08-18 14:40:03 +03:00
.B hist_percent
A list of the relative histogram values for the current statistics area
in order of ascending latency value, expressed as a percentage. Each
value represents the proportion of I/Os with latency times falling into
that bin's time range during the sample period.
2015-09-23 12:25:00 +03:00
.TP
2015-08-18 14:40:03 +03:00
.B hist_percent_bounds
A list of the relative histogram values for the current statistics area
in order of ascending latency value, expressed as a percentage and
including bin boundaries. Each value represents the proportion of I/Os
with latency times falling into that bin's time range during the sample
period and is prefixed with the corresponding bin's lower bound.
2015-09-23 12:25:00 +03:00
.TP
2015-08-18 14:40:03 +03:00
.B hist_percent_ranges
A list of the relative histogram values for the current statistics area
in order of ascending latency value, expressed as a percentage and
including bin boundaries. Each value represents the proportion of I/Os
with latency times falling into that bin's time range during the sample
period and is prefixed with the corresponding bin's lower and upper
bounds.
2015-09-23 12:25:00 +03:00
.TP
2015-08-18 14:40:03 +03:00
.B hist_bounds
A list of the histogram boundary values for the current statistics area
in order of ascending latency value. The values are expressed in whole
units of seconds, miliseconds, microseconds or nanoseconds with a suffix
indicating the unit.
2015-09-23 12:25:00 +03:00
.TP
2015-08-18 14:40:03 +03:00
.B hist_ranges
A list of the histogram bin ranges for the current statistics area in
order of ascending latency value. The values are expressed as
2017-03-27 17:45:48 +03:00
"LOWER-UPPER" in whole units of seconds, miliseconds, microseconds or
2015-08-18 14:40:03 +03:00
nanoseconds with a suffix indicating the unit.
2015-09-23 12:25:00 +03:00
.TP
2015-08-18 14:40:03 +03:00
.B hist_bins
The number of latency histogram bins configured for the area.
2015-09-23 12:25:00 +03:00
.
2015-08-05 12:40:00 +03:00
.SH EXAMPLES
2015-09-23 12:25:00 +03:00
.
2017-03-27 17:45:48 +03:00
Create a whole-device region with one area on vg00/lvol1
2015-08-05 12:40:00 +03:00
.br
2015-09-23 12:25:00 +03:00
#
.B dmstats create vg00/lvol1
2015-08-05 12:40:00 +03:00
.br
2015-08-16 21:30:16 +03:00
vg00/lvol1: Created new region with 1 area(s) as region ID 0
2015-09-23 12:25:00 +03:00
.P
2015-08-05 12:40:00 +03:00
Create a 32M region 1G into device d0
.br
2015-09-23 12:25:00 +03:00
#
2017-03-27 17:45:48 +03:00
.B dmstats create --start 1G --length 32M d0
2015-08-05 12:40:00 +03:00
.br
2015-08-16 21:30:16 +03:00
d0: Created new region with 1 area(s) as region ID 0
2015-09-23 12:25:00 +03:00
.P
2017-03-27 17:45:48 +03:00
Create a whole-device region with 8 areas on every device
2015-08-05 12:40:00 +03:00
.br
.br
2015-09-23 12:25:00 +03:00
#
2017-03-27 17:45:48 +03:00
.B dmstats create --areas 8
2015-08-05 12:40:00 +03:00
.br
2015-09-02 14:19:13 +03:00
vg00-lvol1: Created new region with 8 area(s) as region ID 0
2015-08-05 12:40:00 +03:00
.br
2015-09-02 14:19:13 +03:00
vg00-lvol2: Created new region with 8 area(s) as region ID 0
2015-08-05 12:40:00 +03:00
.br
2015-09-02 14:19:13 +03:00
vg00-lvol3: Created new region with 8 area(s) as region ID 0
2015-08-05 12:40:00 +03:00
.br
2015-09-02 14:19:13 +03:00
vg01-lvol0: Created new region with 8 area(s) as region ID 2
2015-08-05 12:40:00 +03:00
.br
2015-09-02 14:19:13 +03:00
vg01-lvol1: Created new region with 8 area(s) as region ID 0
2015-08-05 12:40:00 +03:00
.br
2015-09-02 14:19:13 +03:00
vg00-lvol2: Created new region with 8 area(s) as region ID 1
2015-09-23 12:25:00 +03:00
.P
2015-08-05 12:40:00 +03:00
Delete all regions on all devices
.br
.br
2015-09-23 12:25:00 +03:00
#
2017-03-27 17:45:48 +03:00
.B dmstats delete --alldevices --allregions
2015-09-23 12:25:00 +03:00
.P
2017-03-27 17:45:48 +03:00
Create a whole-device region with areas 10GiB in size on vg00/lvol1
2015-08-05 12:40:00 +03:00
using dmsetup
.br
.br
2015-09-23 12:25:00 +03:00
#
2017-03-27 17:45:48 +03:00
.B dmsetup stats create --areasize 10G vg00/lvol1
2015-08-05 12:40:00 +03:00
.br
2015-09-02 14:19:13 +03:00
vg00-lvol1: Created new region with 5 area(s) as region ID 1
2015-09-23 12:25:00 +03:00
.P
2015-08-05 12:40:00 +03:00
Create a 1GiB region with 16 areas at the start of vg00/lvol1
.br
2015-09-23 12:25:00 +03:00
#
2017-03-27 17:45:48 +03:00
.B dmstats create --start 0 --len 1G --areas=16 vg00/lvol1
2015-08-05 12:40:00 +03:00
.br
2015-09-02 14:19:13 +03:00
vg00-lvol1: Created new region with 16 area(s) as region ID 0
2015-09-23 12:25:00 +03:00
.P
2015-08-05 12:40:00 +03:00
List the statistics regions registered on vg00/lvol1
.br
2015-09-23 12:25:00 +03:00
#
.B dmstats list vg00/lvol1
2015-08-05 12:40:00 +03:00
.br
2015-08-16 21:30:16 +03:00
Name RgID RStart RSize #Areas ASize ProgID
2015-08-05 12:40:00 +03:00
.br
2015-08-16 21:30:16 +03:00
vg00-lvol1 0 0 61.00g 1 61.00g dmstats
2015-08-05 12:40:00 +03:00
.br
2015-08-16 21:30:16 +03:00
vg00-lvol1 1 61.00g 19.20g 1 19.20g dmstats
2015-08-05 12:40:00 +03:00
.br
2015-08-16 21:30:16 +03:00
vg00-lvol1 2 80.20g 2.14g 1 2.14g dmstats
2015-09-23 12:25:00 +03:00
.P
2015-08-05 12:40:00 +03:00
Display five statistics reports for vg00/lvol1 at an interval of one second
.br
.br
2015-09-23 12:25:00 +03:00
#
2017-03-27 17:45:48 +03:00
.B dmstats report --interval 1 --count 5 vg00/lvol1
2015-08-05 12:40:00 +03:00
.br
2015-09-23 12:25:00 +03:00
#
.B dmstats report
2015-08-05 12:40:00 +03:00
.br
2015-08-16 21:30:16 +03:00
Name RgID ArID AStart ASize RRqM/s WRqM/s R/s W/s RSz/s WSz/s AvRqSz QSize Util% AWait RdAWa WrAWa
2015-08-05 12:40:00 +03:00
.br
2017-03-27 17:45:48 +03:00
vg_hex-lv_home 0 0 0 61.00g 0.00 0.00 0.00 218.00 0 1.04m 4.50k 2.97 81.70 13.62 0.00 13.62
2015-08-05 12:40:00 +03:00
.br
2017-03-27 17:45:48 +03:00
vg_hex-lv_home 1 0 61.00g 19.20g 0.00 0.00 0.00 5.00 0 548.00k 109.50k 0.14 11.00 27.40 0.00 27.40
2015-08-05 12:40:00 +03:00
.br
2017-03-27 17:45:48 +03:00
vg_hex-lv_home 2 0 80.20g 2.14g 0.00 0.00 0.00 14.00 0 1.15m 84.00k 0.39 18.70 27.71 0.00 27.71
2015-09-23 12:25:00 +03:00
.P
2015-08-05 12:40:00 +03:00
Create one region for reach target contained in device vg00/lvol1
.br
.br
2015-09-23 12:25:00 +03:00
#
2017-03-27 17:45:48 +03:00
.B dmstats create --segments vg00/lvol1
2015-08-05 12:40:00 +03:00
.br
2015-09-02 14:19:13 +03:00
vg00-lvol1: Created new region with 1 area(s) as region ID 0
2015-08-05 12:40:00 +03:00
.br
2015-09-02 14:19:13 +03:00
vg00-lvol1: Created new region with 1 area(s) as region ID 1
2015-08-05 12:40:00 +03:00
.br
2015-09-02 14:19:13 +03:00
vg00-lvol1: Created new region with 1 area(s) as region ID 2
2015-09-23 12:25:00 +03:00
.P
2016-07-09 00:05:14 +03:00
Create regions mapping each file in the directory images/ and place
them into separate groups, each named after the corresponding file
2016-07-01 23:41:25 +03:00
.br
#
2017-03-27 17:45:48 +03:00
.B dmstats create --filemap images/*
2016-07-09 00:05:14 +03:00
.br
images/vm1.qcow2: Created new group with 87 region(s) as group ID 0.
.br
images/vm1-1.qcow2: Created new group with 8 region(s) as group ID 87.
.br
images/vm2.qcow2: Created new group with 11 region(s) as group ID 95.
.br
images/vm2-1.qcow2: Created new group with 1454 region(s) as group ID 106.
2016-07-01 23:41:25 +03:00
.br
2016-07-09 00:05:14 +03:00
images/vm3.img: Created new group with 2 region(s) as group ID 1560.
2016-07-01 23:41:25 +03:00
.P
2015-08-05 12:40:00 +03:00
Print raw counters for region 4 on device d0
.br
2015-09-23 12:25:00 +03:00
#
2017-03-27 17:45:48 +03:00
.B dmstats print --regionid 4 d0
2015-08-05 12:40:00 +03:00
.br
2097152+65536 0 0 0 0 29 0 264 701 0 41 701 0 41
2015-09-23 12:25:00 +03:00
.
2015-08-05 12:40:00 +03:00
.SH AUTHORS
2015-09-23 12:25:00 +03:00
.
2015-08-05 12:40:00 +03:00
Bryn M. Reeves <bmr@redhat.com>
2015-09-23 12:25:00 +03:00
.
2015-08-05 12:40:00 +03:00
.SH SEE ALSO
2015-09-23 12:25:00 +03:00
.
2015-09-18 15:34:34 +03:00
.BR dmsetup (8)
2015-09-23 12:25:00 +03:00
LVM2 resource page: https://www.sourceware.org/lvm2/
2015-08-05 12:40:00 +03:00
.br
2017-03-27 17:45:48 +03:00
Device-mapper resource page: http://sources.redhat.com/dm/
2015-08-05 12:40:00 +03:00
.br
2017-03-27 17:45:48 +03:00
Device-mapper statistics kernel documentation
2015-08-05 12:40:00 +03:00
.br
2017-03-27 17:45:48 +03:00
.I Documentation/device-mapper/statistics.txt