[ATrpms-users] dl.atrpms.net down?

John Robinson john.robinson at anonymous.org.uk
Fri May 2 01:16:08 CEST 2008


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?

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)?

Cheers,

John.



More information about the atrpms-users mailing list