Unix Technical Forum

Re: raw vs. ufs comparison

This is a discussion on Re: raw vs. ufs comparison within the comp.unix.solaris forums, part of the Solaris Operating System category; --> In article <beun6d$rek$1@lust.ihug.co.nz>, jmsalvo <jmsalvo@yahoo.com.au> writes: > > A much better tool to do the raw vs. ufs should ...


Go Back   Unix Technical Forum > Unix Operating Systems > Solaris Operating System > comp.unix.solaris

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-05-2008, 12:26 PM
Richard L. Hamilton
 
Posts: n/a
Default Re: raw vs. ufs comparison

In article <beun6d$rek$1@lust.ihug.co.nz>,
jmsalvo <jmsalvo@yahoo.com.au> writes:
>
> A much better tool to do the raw vs. ufs should be dt ( similar to dd ),
> with support for async i/o:
>
> http://www.bit-net.com/~rmiller/dt.html
>
> However, the PDF manual says that aio support in the program is only
> built-in for Tru64.
>
> Anyone tried it on Solaris ?


Along those lines, there's also
ftp://ftp.lysator.liu.se/pub/unix/pc...opy-1.3.tar.gz, a threaded
copy program (although I suppose asyncio could be faster than threads,
pthreads are arguably more widely available). It might be interesting
if someone with large enough amounts of disk space to for significant
results timed some of the various copy programs out there.

--
mailto:rlhamil@mindwarp.smart.net http://www.smart.net/~rlhamil
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-05-2008, 12:27 PM
John Salvo
 
Posts: n/a
Default Re: raw vs. ufs comparison

Richard L. Hamilton wrote:
> In article <beun6d$rek$1@lust.ihug.co.nz>,
> jmsalvo <jmsalvo@yahoo.com.au> writes:
>
>>A much better tool to do the raw vs. ufs should be dt ( similar to dd ),
>>with support for async i/o:
>>
>>http://www.bit-net.com/~rmiller/dt.html
>>
>>However, the PDF manual says that aio support in the program is only
>>built-in for Tru64.
>>
>>Anyone tried it on Solaris ?

>
>
> Along those lines, there's also
> ftp://ftp.lysator.liu.se/pub/unix/pc...opy-1.3.tar.gz, a threaded
> copy program (although I suppose asyncio could be faster than threads,
> pthreads are arguably more widely available). It might be interesting
> if someone with large enough amounts of disk space to for significant
> results timed some of the various copy programs out there.
>


Interesting ... but I really wanted to test async I/O on raw vs. async
I/O with concurrent direct I/O on UFS.

The dt program from Robert Miller that I mentioned above does not link
against the aio library.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-05-2008, 12:27 PM
Richard L. Hamilton
 
Posts: n/a
Default Re: raw vs. ufs comparison

In article <Am0Ra.5927$wU5.3080@news-server.bigpond.net.au>,
John Salvo <jmsalvo@yahoo.com.au> writes:
> Richard L. Hamilton wrote:
>> In article <beun6d$rek$1@lust.ihug.co.nz>,
>> jmsalvo <jmsalvo@yahoo.com.au> writes:
>>
>>>A much better tool to do the raw vs. ufs should be dt ( similar to dd ),
>>>with support for async i/o:
>>>
>>>http://www.bit-net.com/~rmiller/dt.html
>>>
>>>However, the PDF manual says that aio support in the program is only
>>>built-in for Tru64.
>>>
>>>Anyone tried it on Solaris ?

>>

[...]
> The dt program from Robert Miller that I mentioned above does not link
> against the aio library.


Well, it wouldn't directly, even if it were set up to do AIO on Solaris,
it would link against -lrt, which would pull in libaio because the librt
POSIX aio functions are implemented in terms of libaio on Solaris.

If you add dtaio.c to CFILES, -lrt to EXTLIBS, and -DAIO to CFLAGS
in Makefile.solaris, it should compile with the AIO functionality enabled
on Solaris 8 (it did for me). No idea whether it will actually _work_ or
not, I leave that up to you. :-)

--
mailto:rlhamil@mindwarp.smart.net http://www.smart.net/~rlhamil
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 06:54 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com