Re: [RFC][DATA] re "ongoing vm suckage"

Linus Torvalds (torvalds@transmeta.com)
Fri, 3 Aug 2001 21:20:56 -0700 (PDT)


On Sat, 4 Aug 2001, Ben LaHaise wrote:
> On Fri, 3 Aug 2001, Linus Torvalds wrote:
>
> > For nicer interactive behaviour while flushing things out, the
> > inode_fsync() thing should really use "write_locked_buffers()". That's a
> > separate patch, though.
>
> Mildly better interactive performance, but absolutely horrid io
> throughput. The system degrades to the point where blocks are getting
> flushed to disk at ~2MB/s vs the 80MB/s its capable of. Not instrumented
> since I'm trying to actually relax.

That implies that we are trying to flush way too few buffers at a time and
do not get any overlapping IO.

Btw, how did you test this? Do you have a patch for inode_fsync() already?

Linus

-
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/