RADIUS Stress Test tool

A.L.M.Buxey at lboro.ac.uk A.L.M.Buxey at lboro.ac.uk
Mon Nov 19 10:52:12 CET 2007


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



More information about the Freeradius-Users mailing list