On Wed, Aug 30 2000, Marcel J.E. Mol wrote: > > ..... > > do { > > q = blk_get_queue(bh->b_rdev); > > if (!q) { > > ... no such device .. > > } > > + statistics(q, rw, bh->b_size); > > } while (q->make_request_fn(q, rw, bh))); > > ... > > Does this setup also allow to maintain time statistics, like the times between > make_request_time, io_start_time and io_end_time so things like queuetime > and io servicetime can be determined? Not right now, because with this setup we are accounting buffers and not the requests themselves. If you want that you should look at Stephen's sard patches. -- * Jens Axboe <[EMAIL PROTECTED]> * SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: [PATCH] Fix disk statistic reporting to include all di... Linus Torvalds
- Re: [PATCH] Fix disk statistic reporting to include a... Jens Axboe
- Re: [PATCH] Fix disk statistic reporting to inclu... Jens Axboe
- Re: [PATCH] Fix disk statistic reporting to i... Linus Torvalds
- Re: [PATCH] Fix disk statistic reporting ... dean gaudet
- Re: [PATCH] Fix disk statistic reporting to inclu... Linus Torvalds
- Re: [PATCH] Fix disk statistic reporting to i... Jens Axboe
- Re: [PATCH] Fix disk statistic reporting ... Jens Axboe
- Re: [PATCH] Fix disk statistic reporting ... Linus Torvalds
- Re: [PATCH] Fix disk statistic repor... Marcel J.E. Mol
- Re: [PATCH] Fix disk statistic r... Jens Axboe
- Re: [PATCH] Fix disk statistic r... Marcel J.E. Mol
- Re: [PATCH] Fix disk statistic r... Jens Axboe
- Re: [PATCH] Fix disk statistic repor... Jens Axboe
- Re: [PATCH] Fix disk statistic r... Bill Wilson
- Re: [PATCH] Fix disk statistic r... Jens Axboe
- Re: [PATCH] Fix disk statistic r... Bill Wilson
- Re: [PATCH] Fix disk statistic r... Jens Axboe