Hi~~Guys
Who can tell me how to monitor IO for aix?
just use command iostat?
Who can tell me how to monitor IO for aix?
just use command iostat?
UserParameter=vfs.partition.read[*],/usr/bin/iostat -d $1 | grep '^$1' | awk '{print $$5}'
UserParameter=vfs.partition.write[*],/usr/bin/iostat -d $1 | grep '^$1' | awk '{print $$6}'
Comment