HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

lvmsadc — LVM system activity data collector (not supported under LVM2; prefer `dmstats`). More information: <

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandlvmlvmsadccollectoractivityclidatasystem
linux

Problem

How to use the lvmsadc command: LVM system activity data collector (not supported under LVM2; prefer dmstats). More information: <https://manned.org/lvmsadc>.

Solution

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}}

Code Snippets

Run the collector (legacy LVM1 systems only)

lvmsadc

Report I/O statistics using the device-mapper replacement

dmstats report {{/dev/mapper/device}}

Context

tldr-pages: linux/lvmsadc

Revisions (0)

No revisions yet.