lkml.org 
[lkml]   [2002]   [Apr]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: /proc/stat page in and out values
Date
There was a follow-on answer to this set of questions. Briefly, in
/proc/stat, there are two lines: page <in> <out> and swap <in> <out>. The
"page" values are in kilobytes and the "swap" values are in pages. *And*,
every byte in the "swap" values is double-counted in the "page" values as
well. So, to interpret these numbers, multiply the "page" values by 1024 and
the "swap" values by the page size in bytes. Then subtract the swap values
from the "page" values, and you'll have the number of bytes to and from swap
space and the number of bytes to and from everything else.

One other little note: later on in /proc/stat, there will be a line
containing entries for the individual disks. Those entries count operations,
reads, writes, read "blocks" and write "blocks". In these entries, a "block"
is 512 bytes.

> -----Original Message-----
> From: linux-kernel-owner@vger.kernel.org
> [mailto:linux-kernel-owner@vger.kernel.org]On Behalf Of Randy.Dunlap
> Sent: Friday, April 12, 2002 2:23 PM
> To: Ravi Wijayaratne
> Cc: linux-kernel@vger.kernel.org
> Subject: Re: /proc/stat page in and out values
>
>
> On Fri, 12 Apr 2002, Ravi Wijayaratne wrote:
>
> | In /proc/stat the record as
> |
> | page x y
> |
> | which indicates cumulative page in and out values.
> | To my best undertstanding this info is stored in
> | kstat.pgpgin and kstat.pgpgout.
> |
> | However the values are incremented in submit_bh in
> | ll_rw_blk.c. So are we actually counting the buffers
> | we write in and out or the pages; or is it the same ?
>
> Please see if
> http://marc.theaimsgroup.com/?l=linux-kernel&m=101770318012189&w=2
> answers your questions.
>
> --
> ~Randy
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:22    [W:3.058 / U:0.916 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site