lkml.org 
[lkml]   [2003]   [Apr]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.5 io statistics?
Larry McVoy <lm@bitmover.com> wrote:
>
> Is there a writeup of the changes anywhere? I'd like to port cstat to 2.5.
> Cstat is sort of a netstat/vmstat combo:
>
> load free cach swap pgin pgou dk0 dk1 dk2 dk3 ipkt opkt int ctx usr sys idl
> 0.00 19M 562M 48M 4.0K 12K 0 0 0 0 137 25 267 83 0 0 100
> 0.00 18M 563M 48M 0 12K 0 0 0 0 133 22 258 77 0 1 99

It's currently undergoing a bit of change.

In 2.5.67 all IO activity is monitored by opening and reading
/sys/block/hda/stat. This certainly doesn't scale when you have thousands of
disks, so there's a patch in -mm which performs runtime aggregation of global
stats and exposes that via /proc/diskstats.

So if you want to monitor the "global" IO activity, you don't need to open all
those sysfs files.

I don't know if the aggregate disk stats patch is ready to go yet. I'm
awaiting testing results, conversion of userspace tools, etc. I just plonked
it in there and haven't heard anything since.

As far as I know, neither the format of the sysfs file nor the format of
/proc/diskstats is documented anywhere.

Perhaps Rick can prepare a description for inclusion under Dcumentation/
somewhere?

-
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:34    [W:0.067 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site