LinuxCommandLibrary

lvmsadc

TLDR

Run the collector (legacy LVM1 systems only)

$ lvmsadc
copy
Report I/O statistics using the device-mapper replacement
$ dmstats report [/dev/mapper/device]
copy

SYNOPSIS

lvmsadc

DESCRIPTION

lvmsadc was the LVM system activity data collector for gathering I/O statistics on logical volumes. It collected raw performance data that could be analyzed with the companion tool lvmsar.
This command is not supported under LVM2. Modern LVM2 installations should use dmstats instead, which provides more comprehensive device-mapper statistics including histogram data and region-based measurements.

CAVEATS

Deprecated: This command only works on legacy LVM1 systems. For LVM2, use dmstats to collect and report I/O statistics on device-mapper devices.

SEE ALSO

lvmsar(8), dmstats(8), iostat(1), lvm(8)

Copied to clipboard