Re: howto boost write(2) performance?

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andi Kleen <andi@...>
Cc: Michael Stiller <ms@...>, <linux-kernel@...>
Date: Tuesday, October 9, 2007 - 11: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:
howto boost write(2) performance?, Michael Stiller, (Tue Oct 9, 9:50 am)
Re: howto boost write(2) performance?, Bill Davidsen, (Wed Oct 17, 6:19 pm)
Re: howto boost write(2) performance?, Nick Piggin, (Tue Oct 9, 6:25 am)
Re: howto boost write(2) performance?, Michael Stiller, (Wed Oct 10, 2:26 am)
Re: howto boost write(2) performance?, Andi Kleen, (Tue Oct 9, 10:56 am)
Re: howto boost write(2) performance?, Michael Stiller, (Thu Oct 11, 9:50 am)
Re: howto boost write(2) performance?, Boaz Harrosh, (Tue Oct 9, 11:42 am)
Re: howto boost write(2) performance?, Michael Tokarev, (Tue Oct 9, 12:26 pm)
Re: howto boost write(2) performance?, Gustavo Chain, (Tue Oct 9, 10:19 am)