* oo_req, rd_req, wr_req... cant find any docs
@ 2010-11-17 19:38 Shaun Reitan
2010-11-17 19:53 ` Keir Fraser
0 siblings, 1 reply; 2+ messages in thread
From: Shaun Reitan @ 2010-11-17 19:38 UTC (permalink / raw)
To: xen-devel
I cannot seam to find any documentation on
/sys/devices/vbd-<domid>-<##>/statistics/ and am trying to figure out
what these stats represent. From the looks of it rd_req means read
requests. Are these read requests that have already been completed? or
can they be requests that are waiting/queued?
What is oo_req, all i can find on it is some comments about them being
mysterious.
Another doc I found talks about rd_bytes but i don't see that, i do see
rd_sect which i assume is sectors. So is this whats meant for measuring
how much has been transferred (assuming 512 bytes per sector)?
~ Shaun
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: oo_req, rd_req, wr_req... cant find any docs
2010-11-17 19:38 oo_req, rd_req, wr_req... cant find any docs Shaun Reitan
@ 2010-11-17 19:53 ` Keir Fraser
0 siblings, 0 replies; 2+ messages in thread
From: Keir Fraser @ 2010-11-17 19:53 UTC (permalink / raw)
To: Shaun Reitan, xen-devel
On 17/11/2010 19:38, "Shaun Reitan" <mailinglists@unix-scripts.com> wrote:
> I cannot seam to find any documentation on
> /sys/devices/vbd-<domid>-<##>/statistics/ and am trying to figure out
> what these stats represent. From the looks of it rd_req means read
> requests. Are these read requests that have already been completed? or
> can they be requests that are waiting/queued?
They count all requests since boot, including those for which processing has
not yet completed. Rd_req counts read requests, wr_req counts write
requests, oo_req counts the number of times that blkback paused consuming
requests because it is out of processing slots (not a massively interesting
stat to the user, probably).
> What is oo_req, all i can find on it is some comments about them being
> mysterious.
>
> Another doc I found talks about rd_bytes but i don't see that, i do see
> rd_sect which i assume is sectors. So is this whats meant for measuring
> how much has been transferred (assuming 512 bytes per sector)?
Yes an individual read/write request can span a large number of sectors.
Rd_sect/wr_sect tells you how much data has actually been transferred.
-- Keir
>
> ~ Shaun
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-17 19:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-17 19:38 oo_req, rd_req, wr_req... cant find any docs Shaun Reitan
2010-11-17 19:53 ` Keir Fraser
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.