Skip to content

Commit 9795973

Browse files
authored
lvmsar: add page (#18169)
1 parent f48a89d commit 9795973

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pages/linux/lvmsar.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# lvmsar
2+
3+
> LVM system activity reporter (not supported under LVM2; prefer `dmstats`).
4+
> More information: <https://manned.org/lvmsar>.
5+
6+
- Run the legacy reporter (LVM1 systems only):
7+
8+
`lvmsar`
9+
10+
- Report I/O statistics for a device using device-mapper stats:
11+
12+
`dmstats report {{/dev/mapper/device}}`
13+
14+
- List statistics regions for a device:
15+
16+
`dmstats list {{/dev/mapper/device}}`

0 commit comments

Comments
 (0)