lvmstat的使用
使用lvmstat 命令前需要用 -e选项 激活该命令:
#lvmstat -v rootvg -e
1.查看rootvg上的I/O:
# lvmstat -v rootvg
Logical Volume iocnt Kb_read Kb_wrtn Kbps
hd4 13 0 56 0.00
hd8 11 0 44 0.00
hd2 6 0 24 0.00
ddlv 0 0 0 0.00
hd10opt 0 0 0 0.00
hd1 0 0 0 0.00
hd3 0 0 0 0.00
hd9var 0 0 0 0.00
hd6 0 0 0 0.00
hd5 0 0 0 0.00
2.查看lv上每个LP的I/O:
# lvmstat -l hd4
Log_part mirror# iocnt Kb_read Kb_wrtn Kbps
1 1 22 0 96 0.00
2 1 4 0 16 0.00
3 1 0 0 0 0.00
4 1 0 0 0 0.00
5 1 0 0 0 0.00
6 1 0 0 0 0.00