Attached is a patch to make an 'all' parameter be the default to vfs.dev.read[] and vfs.dev.write[] on linux which sums over all hd/sd/cciss devices on the system.
These will give aggregate disk i/o in blocks on the system:
vfs.dev.write[,sectors]
vfs.dev.read[,sectors]
Rationale: i've got 1500 webserver-class machines which have varying kinds of hardware and partitioning layouts, but typically have one-big-/, but the underlying hardware can vary within a cluster of machines so that some machines may have sd, some hd, some cciss and i really don't care about those differences. All I want to know is how much disk i/o the system is doing.
These will give aggregate disk i/o in blocks on the system:
vfs.dev.write[,sectors]
vfs.dev.read[,sectors]
Rationale: i've got 1500 webserver-class machines which have varying kinds of hardware and partitioning layouts, but typically have one-big-/, but the underlying hardware can vary within a cluster of machines so that some machines may have sd, some hd, some cciss and i really don't care about those differences. All I want to know is how much disk i/o the system is doing.
Comment