> Btw, it seems to be offtopic, but are there any tool kinda 'top' that shows
> really used memory, because top shows:
> ----------------------------------------------
> 134 processes: 133 sleeping, 1 running, 0 zombie, 0 stopped
> CPU states:  2.2% user,  3.3% system,  0.0% nice, 94.8% idle
> Mem:  128396K av, 125284K used,   3112K free, 127332K shrd,   7976K buff
> Swap: 130748K av,   3924K used, 126824K free                 52540K cached
> 
>   PID USER     PRI  NI  SIZE  RSS SHARE STAT  LIB %CPU %MEM   TIME COMMAND
> 28358 apache     0   0 17160  16M 11224 S       0  0.0 13.3   0:01
> libhttpd.ep
[snipped]
> .............
> ----------------------------------------------
> 125284K used - is it real value ?? I ask because Shared memory is greater
> than used :) I think this is impossible.
> Memory - is a main reason why I wanna place mod_ssl to back_end server. If I
> compile mod_ssl as DSO on front-end and it grows my used memory at 1-2 Meg
> totally for 20-30 front-end processes - it will be a solution.

perl -MCPAN -eshell
cpan> install Apache::VMonitor

No one can tell you the real usage, Apache::VMonitor attempts to calculate
the closest possible number.

_______________________________________________________________________
Stas Bekman    mailto:[EMAIL PROTECTED]      http://www.stason.org/stas
Perl,CGI,Apache,Linux,Web,Java,PC     http://www.stason.org/stas/TULARC
perl.apache.org    modperl.sourcegarden.org   perlmonth.com    perl.org
single o-> + single o-+ = singlesheaven    http://www.singlesheaven.com

Reply via email to