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