> At 06:11 AM 11/10/00 -0500, barries wrote:
> >> Address Kbytes Resident Shared Private
> >> -- -- ---
> >> total Kb 24720 227203288 19432 <<< pre-loaded modules
> >> total Kb 14592 1297630969880 <<< not pre-loaed modules.
>
> >Stupid ques
On 11/10/00 10:15 AM, John Hughes wrote:
> A guess: When pmap says "shared" it means stuff that realy shared.
> I.E. it's not counting stuff that is marked copy-on-write, which is
> shared UNTIL YOU TRY TO MODIFY IT.
Is there any way to measure the size of the shared copy-on-write pages on
Solar
> At 06:11 AM 11/10/00 -0500, barries wrote:
> >> Address Kbytes Resident Shared Private
> >> -- -- ---
> >> total Kb 24720 227203288 19432 <<< pre-loaded modules
> >> total Kb 14592 1297630969880 <<< not pre-loaed modules.
>
> When looking
At 06:11 AM 11/10/00 -0500, barries wrote:
>> Address Kbytes Resident Shared Private
>> -- -- ---
>> total Kb 24720 227203288 19432 <<< pre-loaded modules
>> total Kb 14592 1297630969880 <<< not pre-loaed modules.
>Stupid question, probably
On Thu, Nov 09, 2000 at 04:24:31PM -0800, Bill Moseley wrote:
> And here's comparing the totals returned by the pmap program that should
> detail shared and private memory (according to the paper cited above).
>
> Address Kbytes Resident Shared Private
> -- -- ---
Hi Mike,
I've cc'd the mod_perl list for other Solaris users to consider.
At 10:49 AM 11/01/00 -0800, Michael Blakeley wrote:
>I saw a significant benefit from pre-loading modules. Let's take a
>test case where we share via startup.pl:
>
>Without preloading:
>
># tellshared.pl web
>count