From: Anne Onime on 26 May 2010 10:03 How can I measure the total amount of disk I/O per device (both read and write if possible), for a period of time (say 24 hrs)?
From: hume.spamfilter on 26 May 2010 13:44 Anne Onime <anonymous(a)rip.ax.lt> wrote: > How can I measure the total amount of disk I/O per device (both read and write if possible), for a period of time (say 24 hrs)? Will iostat provide the data you need? Or are you looking for a flat counter? You can probably find something in kstat output if so. For example: kstat -p sd:0 or kstat -p sd:1. -- Brandon Hume - hume -> BOFH.Ca, http://WWW.BOFH.Ca/
|
Pages: 1 Prev: Swap space performance benchmark tool? Next: "sdtvolcheck" and "cat /tmp/.removable" processes |