snippetbashTip
lvmsar — LVM system activity reporter. Not supported under LVM2; prefer `dmstats`. More information: <https:/
Viewed 0 times
commandlvmreporteractivityclinotlvmsarsystem
linux
Problem
How to use the
lvmsar command: LVM system activity reporter. Not supported under LVM2; prefer dmstats. More information: <https://manned.org/lvmsar>.Solution
lvmsar — LVM system activity reporter. Not supported under LVM2; prefer dmstats. More information: <https://manned.org/lvmsar>.Run the legacy reporter (LVM1 systems only):
lvmsarReport 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}}Code Snippets
Run the legacy reporter (LVM1 systems only)
lvmsarReport 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}}Context
tldr-pages: linux/lvmsar
Revisions (0)
No revisions yet.