Hi,
> Hi All
> 
> i used  " radclient -f attr   -p 10 -c 1 localhost:1812 auth local "
> 
> but also got one entry in my log file !!
> i guess i must get 10 entries .

err, no. because ou only asked for it to do a single request ( -c 1 )

if you want it to do 10, then tell it to do 10.  the -p 10
means to to all ten at once

eg 

-c 1 -p 1   - one request, one request
-c 10 -p 1  - ten requests, one at a time
-c 10 -p 10 - ten requests, all at once
-c 100 -p 10 - one hundred requests, ten at a time
-c 100 -p 100 - one hundred requests...all at once!

you can then increase the speed/intensity by using the -n flag.. but
if you havent comprehanded the -c/-p link then leave -n alone

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

Reply via email to