LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

lvmsar

Deprecated LVM1 system activity reporter for logical volume I/O statistics

TLDR

Run the legacy LVM1 statistics reporter (obsolete on modern LVM2)
$ lvmsar
copy
Report device-mapper I/O statistics
$ dmstats report [/dev/mapper/device]
copy
List configured statistics regions
$ dmstats list [/dev/mapper/device]
copy

SYNOPSIS

lvmsar

DESCRIPTION

lvmsar was the LVM system activity reporter for displaying I/O statistics on logical volumes. It processed data collected by lvmsadc and presented performance metrics for analysis.This command is not supported under LVM2. Modern systems should use dmstats instead, which provides comprehensive device-mapper statistics including read/write operations, throughput, and latency histograms.

INSTALL

sudo apt install lvm2
copy
sudo dnf install lvm2
copy
sudo pacman -S lvm2
copy
sudo apk add lvm2
copy
sudo zypper install lvm2
copy
nix profile install nixpkgs#lvm2
copy

CAVEATS

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

SEE ALSO

lvmsadc(8), sar(1), lvm(8)

Copied to clipboard
Kai