[dtrace-discuss] DTrace and I/O

2009-03-17 Thread Ferrand
Hye everyboy, I try to obtain the REAL size of I/O in block or Ko in order to know how ZFS manage the block size. I've tried the io provider with this-byte_size = args[0]-b_bcount; this-kibi_byte_size = this-byte_size/1024; but my results seems strange ( block of 56 ko with UFS ... ) How can

Re: [dtrace-discuss] DTrace and I/O

2009-03-17 Thread Jim Mauro
with this-byte_size = args[0]-b_bcount; this-kibi_byte_size = this-byte_size/1024; but my results seems strange ( block of 56 ko with UFS ... ) How can i retrieve REAL block size for I/O ? Thanks R. ___ dtrace-discuss mailing list dtrace-discuss