mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 03:01:19 +00:00
Update cheatsheets
This commit is contained in:
22
tldr/linux/lvmsar
Normal file
22
tldr/linux/lvmsar
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# lvmsar
|
||||
|
||||
> LVM system activity reporter.
|
||||
> Not supported under LVM2; prefer `dmstats`.
|
||||
> More information: <https://manned.org/lvmsar>.
|
||||
|
||||
- Run the legacy reporter (LVM1 systems only):
|
||||
|
||||
`lvmsar`
|
||||
|
||||
- Report I/O statistics for a device using device-mapper stats:
|
||||
|
||||
`dmstats report {{/dev/mapper/device}}`
|
||||
|
||||
- List statistics regions for a device:
|
||||
|
||||
`dmstats list {{/dev/mapper/device}}`
|
||||
Reference in New Issue
Block a user