I am using freeradius_1.1.3 i want to test the capacity of it.  For that i m using radclient tool to measure the capacity.  I want to test how much request per second radius is capable to handle  for that i m firing the below mention command.  
<br><br> echo "User-Name = <a href="mailto:10001@10.0.0.1">10001@10.0.0.1</a>", "CHAP-Password = 1234" | radclient <a href="http://10.0.0.2">10.0.0.2</a>  auth test123<br><br>But when i m using -n option with radclient it is giving me below error
<br><br># echo "User-Name = <a href="mailto:10001@10.0.0.1">10001@10.0.0.1</a>", "CHAP-Password = 1234" | radclient -n 10  <a href="http://10.0.0.2">10.0.0.2</a>  auth test123<br>radclient: invalid option -- n
<br>Usage: radclient [options] server[:port] <command> [<secret>]<br>  <command>    One of auth, acct, status, or disconnect.<br>  -c count    Send each packet 'count' times.<br>  -d raddb    Set dictionary directory.
<br>  -f file     Read packets from file, not stdin.<br>  -r retries  If timeout, retry sending the packet 'retries' times.<br>  -t timeout  Wait 'timeout' seconds before retrying (may be a floating point number).
<br>  -i id       Set request id to 'id'.  Values may be 0..255<br>  -S file     read secret from file, not command line.<br>  -q          Do not print anything out.<br>  -s          Print out summary information of auth results.
<br>  -v          Show program version information.<br>  -x          Debugging mode.<br><br><br>When i am seeing the man radclient Than the option n is giving so please tell me how should i use the command .<br><br>Thanks
<br>