Re: howto boost write(2) performance?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Boaz Harrosh
Date: Tuesday, October 9, 2007 - 8:42 am

On Tue, Oct 09 2007 at 16:56 +0200, Andi Kleen <andi@firstfloor.org> wrote:

If your target is a SCSI target you can gain up to 15% by using
sg. Search on the net for the "sg utils" package. The source code
of sg_dd and others are a grate example of how to do it.

Other wise O_DIRECT is your friend. Also look for asynchronous
I/O so you have a few pending IO buffers to keep the pipes full.

Boaz

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: howto boost write(2) performance?, Nick Piggin, (Tue Oct 9, 3:25 am)
howto boost write(2) performance?, Michael Stiller, (Tue Oct 9, 6:50 am)
Re: howto boost write(2) performance?, Gustavo Chain, (Tue Oct 9, 7:19 am)
Re: howto boost write(2) performance?, Andi Kleen, (Tue Oct 9, 7:56 am)
Re: howto boost write(2) performance?, Boaz Harrosh, (Tue Oct 9, 8:42 am)
Re: howto boost write(2) performance?, Michael Tokarev, (Tue Oct 9, 9:26 am)
Re: howto boost write(2) performance?, Michael Stiller, (Tue Oct 9, 11:26 pm)
Re: howto boost write(2) performance?, Michael Stiller, (Thu Oct 11, 6:50 am)
Re: howto boost write(2) performance?, Bill Davidsen, (Wed Oct 17, 3:19 pm)