[ATrpms-users] dl.atrpms.net down?
Axel Thimm
Axel.Thimm at ATrpms.net
Fri May 2 01:29:36 CEST 2008
On Fri, May 02, 2008 at 12:16:08AM +0100, John Robinson wrote:
> On 01/05/2008 23:40, Axel Thimm wrote:
> [...]
> > OK, I tried
> >
> > # ps -e --no-headers -o vsz,cmd|grep httpd| wc -l
> > 111
> > # ps -e --no-headers -o vsz,cmd|grep httpd|(j=0; while read i c ; do j=`expr $i + $j` ; done ; echo $j)
> > 40752756
> > # ps -e --no-headers -o rsz,cmd|grep httpd|(j=0; while read i c ; do j=`expr $i + $j` ; done ; echo $j)
> > 3569776
> >
> > So it's about 32MB/360MB real/virtual just as you said in the beginning.
>
> I'm still surprised at how big they are; without making any effort my
> PHP+SSL httpds are 8MB/20MB. Are you using mod_perl?
It's there, but not used. I assume the size depends on the payload
which makes httpd allocate more buffers.
> Also, as you saw, my "used memory" shown by `free` is way less than the
> total of my RSZ (and less than RAM) - how much RAM do you have in that
> server (I guess: 2GB) and is it swapping (I guess: no)?
4GB and no swapping, so the RSS would make sense in my setup.
--
Axel.Thimm at ATrpms.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://lists.atrpms.net/pipermail/atrpms-users/attachments/20080502/909f86ac/attachment-0001.bin
More information about the atrpms-users
mailing list