Hi,

> 1> when we run ./radiusd without any option 
> it runs lt-radius that we can see from ps -ef command.
> how to see how much RAM size does it take (run time memory use of radius server)
> i tried #cat /proc/meminfo and also cat /proc/(PID)/meminfo didnt work.
> #cat /proc/(PID)/status 
> gives me Vmsize (Should i consider this as memory usage of radiusd.
> also consider that I will be running this on linux mips machine.

what platform?  try other 'ps' arguments - eg ps -aux
try top, try checking the /proc entry for the process etc

 
> 2> how shall we run ./configure to install freeradius for just authentication and 
> authorization purpuse (main if We dont want accounting facility)

./configure --help

this lists all the stuff you can and cant do
 
..the other questions are FAQ/Doc and google :-)

alan

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to