From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shaun Reitan Subject: oo_req, rd_req, wr_req... cant find any docs Date: Wed, 17 Nov 2010 11:38:10 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org I cannot seam to find any documentation on /sys/devices/vbd--<##>/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