santhoshtauro
Programmer
We need to get the number of reads/sec and writes/sec data from the AIX kernal for each of the disks. We are able to get the number of io/sec for each of the disks by reading data into dkstat (dk_xfers field of this structure gives io's/sec data) from the kernal. Can anyone help me out to break this data into number of reads and writes? or how to get this data from kernal memory