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/