[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Fwd: Re: block sizes of data written out from the LDM]
- Subject: [Fwd: Re: block sizes of data written out from the LDM]
- Date: Fri, 17 Aug 2001 16:05:25 -0600
-------- Original Message --------
Subject: Re: block sizes of data written out from the LDM
Date: Mon, 13 Aug 2001 17:20:57 -0600
From: Anne Wilson <address@hidden>
Organization: UCAR
To: Robert Mullenax <address@hidden>
CC: "'address@hidden'" <address@hidden>
References:
<address@hidden>
Robert Mullenax wrote:
>
> We are trying to troubleshoot some I/O problems we are having..and a
> question came up from
> our sysadmin which I don't know. What is the block size of the data that
> the LDM is writing
> out? Is it standard 8K blocks?
>
> Thanks,
> Robert Mullenax
Hi Robert,
Products less than 16K are sent directly using the 'hereis' message from
the LDM protocol. Products greater than 16K are sent in 16K pieces
using the 'comings' (for 'coming soon') and 'blkdata' messages. 'coming
soon' gives the downstream site the option of rejecting the product if
it already has it.
If you turn on the verbosity of an rpc.ldmd you'll see it report the
block sizes that it's using. You can cycle the verbosity of the
appropriate rpc.ldmd by sending it a USR2 signal, i.e., 'kill -USR2
<rpc.ldmd_PID>' Sending the signal will cause the program to cycle
through three states: quiet, verbose, and debug - FYI, in case you
inadvertently fill up your disk with log messages.
Anne
--
***************************************************
Anne Wilson UCAR Unidata Program
address@hidden P.O. Box 3000
Boulder, CO 80307
----------------------------------------------------
Unidata WWW server http://www.unidata.ucar.edu/
****************************************************