ccMail SMTPLINK Undeliverable Message

ccMail SMTPLINK Carlos_Costa@ccMail.GlobeAndMail.ca
Wed, 25 Jun 97 12:51:37 EST


User PStyvers is not defined

 Original text follows 
 ----------------------------------------------
Received: from post.globeandmail.ca by ccMail.GlobeAndMail.ca (SMTPLINK V2.11.01)
	; Wed, 25 Jun 97 12:51:26 EST
Return-Path: <Carlos_Costa@ccMail.GlobeAndMail.ca>
Received: from globe.GlobeAndMail.ca [198.53.204.81] by post.globeandmail.ca with smtp
	(Smail3.1.28.1 #2) id m0wgvJ2-0001SCC; Wed, 25 Jun 97 12:52 EDT
Received: from GLOBE_AND_MAIL/SMTP by globe.GlobeAndMail.ca (Mercury 1.21);
    25 Jun 97 12:57:53 EST5EDT
Received: from SMTP by GLOBE_AND_MAIL (Mercury 1.21); 25 Jun 97 12:57:51 EST5EDT
Received: from dns.eng.auburn.edu by globe.GlobeAndMail.ca (Mercury 1.21);
    25 Jun 97 12:57:44 EST5EDT
Received: from localhost (daemon@localhost)
	by dns.eng.auburn.edu (8.8.5/8.6.4) with SMTP id LAA03276;
	Wed, 25 Jun 1997 11:48:36 -0500 (CDT)
Received: by dns.eng.auburn.edu (bulk_mailer v1.5); Wed, 25 Jun 1997 11:48:36 -0500
Received: (from majordom@localhost)
	by dns.eng.auburn.edu (8.8.5/8.6.4) id LAA03263
	for ssa-managers-outgoing; Wed, 25 Jun 1997 11:48:31 -0500 (CDT)
Date: Wed, 25 Jun 97 12:48:03 EST
From: Carlos_Costa@ccMail.GlobeAndMail.ca (ccMail SMTPLINK)
Message-Id: <9705258672.AA867268083@ccMail.GlobeAndMail.ca>
To: ssa-managers@Eng.Auburn.EDU
Subject: ccMail SMTPLINK Undeliverable Message
Sender: owner-ssa-managers@Eng.Auburn.EDU
Reply-To: ssa-managers@Eng.Auburn.EDU
X-Info: To unsubscribe, send 'unsubscribe ssa-managers' to majordom@Eng.Auburn.EDU in message body
Precedence: list

User PStyvers is not defined

 Original text follows 
 ----------------------------------------------
Received: from post.globeandmail.ca by ccMail.GlobeAndMail.ca (SMTPLINK V2.11.01)
	; Wed, 25 Jun 97 12:47:51 EST
Return-Path: <ft@angels.att.com>
Received: from globe.GlobeAndMail.ca [198.53.204.81] by post.globeandmail.ca with smtp
	(Smail3.1.28.1 #2) id m0wgvFZ-0001S6C; Wed, 25 Jun 97 12:48 EDT
Received: from GLOBE_AND_MAIL/SMTP by globe.GlobeAndMail.ca (Mercury 1.21);
    25 Jun 97 12:54:18 EST5EDT
Received: from SMTP by GLOBE_AND_MAIL (Mercury 1.21); 25 Jun 97 12:54:03 EST5EDT
Received: from dns.eng.auburn.edu by globe.GlobeAndMail.ca (Mercury 1.21);
    25 Jun 97 12:53:55 EST5EDT
Received: from localhost (daemon@localhost)
	by dns.eng.auburn.edu (8.8.5/8.6.4) with SMTP id LAA02768;
	Wed, 25 Jun 1997 11:42:58 -0500 (CDT)
Received: by dns.eng.auburn.edu (bulk_mailer v1.5); Wed, 25 Jun 1997 11:42:58 -0500
Received: (from majordom@localhost)
	by dns.eng.auburn.edu (8.8.5/8.6.4) id LAA02756
	for ssa-managers-outgoing; Wed, 25 Jun 1997 11:42:53 -0500 (CDT)
From: ft@angels.att.com
Original-From: ft@angels.uucp
Date: Wed, 25 Jun 1997 12:39:05 -0400 (EDT)
Original-From: Fred True <ft@angels.att.com>
X-Sender: ft@merlot
To: SSA Managers <ssa-managers@Eng.Auburn.EDU>
Subject: Re: Boot from Raid
In-Reply-To: <CMM.0.90.4.867253904.marg@manila.cc.columbia.edu>
Message-ID: <Pine.SOL.3.92.970625120801.27507B-100000@merlot>
Sender: owner-ssa-managers@Eng.Auburn.EDU
Reply-To: ssa-managers@Eng.Auburn.EDU
X-Info: To unsubscribe, send 'unsubscribe ssa-managers' to majordom@Eng.Auburn.EDU in message body
Precedence: list

On Wed, 25 Jun 1997, Margarita Suarez wrote:
> > > 2) why the 51927b block size?  Is there something special about this
> > > size?
>
> we've found that using bs=5120k means we can copy a 2gig disk in under
> 10 minutes.  51k seems awfully small...

Actually, using a block size larger than your setting of the 'maxphys'
kernel tunable, or the block size supported by the disk drives themselves
(klustsize, usually 64-256k), whichever comes first, is probably not going
to get you much, as the reads/writes will get fragmented down in the
vfs/vnode interface anyway.

Try timing this yourself by timing the transfer of a fixed amount of data
from (or to) /dev/rdsk/<somedisk> using dd and varying bs,count (assuming
your machine is fast enough that dd doesn't saturate a CPU).  You can
pretty much see where klustsize is for any given disk this way. For a
SSA112 2.1G disk and a 10MB read:

bs (k)	   time (s)
2           8.47
4           4.85
8           3.04
16          2.13
32          1.69
64          1.57
128         1.57
256         1.60
512         1.59
1024        1.56


Fred

--
Fred True				"My name is Ozymandias, King of Kings:
AT&T World Class Database Development	 Look on my works, ye Mighty,
ft@angels.att.com			 and despair!"
						-P. B. Shelley