Saturday, August 20, 2016

How to find out the LVM statistics in aix?

How to find out the LVM statistics in aix?


#lvmstat -v vgname -e       --> To enable the lvm statistics

#lvmstat -v vgname           --> To see the lvm statistics

make sure you turn this off with the "lvmstat -v <vg_name> -d" when you are done

#lvmstat -v vgname -d       --> To disable the lvm statistics