<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-AU link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>+1 for iperf, it’ll run 10gbps fairly well too even on commodity desktop hardware with the right cards </span><span style='font-size:11.0pt;font-family:Wingdings;color:#1F497D'>J</span><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Thanks,<o:p></o:p></span></p><p class=MsoNormal><b><span style='font-family:"Arial","sans-serif";color:#333333'>Ayden Beeson</span></b><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> AusNOG [mailto:ausnog-bounces@lists.ausnog.net] <b>On Behalf Of </b>Colin Stubbs<br><b>Sent:</b> Friday, 9 May 2014 2:48 PM<br><b>To:</b> PRK<br><b>Cc:</b> AusNOG@lists.ausnog.net<br><b>Subject:</b> Re: [AusNOG] Load Testing Tools?<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal>Apache jmeter is immensely useful. It can be used to throw load at HTTP/HTTPS and a lot of protocols over top of that (SOAP/XML, JDBC, AJP etc) as well as do generic TCP connects (with auth and custom data), SMTP, LDAP queries, POP3, IMAP ... and probably more which I've never used. Can function distributed also, e.g. tests distributed from one client to multiple jmeter servers.<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>It can't do UDP natively, but it would be fairly trivial to front RADIUS auth with a HTTP interface that jmeter can talk to. e.g. Basic auth against a bunch of servers with Apache/mod_auth_radius.<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>I've used iperf/jperf for generic TCP/UDP data to test QoS etc. Could almost certainly be pushed to 10G with enough CPU or multiple hosts.<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal><a href="http://iperf.sourceforge.net/">http://iperf.sourceforge.net/</a><o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal><a href="http://jmeter.apache.org/">http://jmeter.apache.org/</a><o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>-Colin<o:p></o:p></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'><o:p> </o:p></p><div><p class=MsoNormal>On 9 May 2014 14:23, PRK <<a href="mailto:ausnog@digitaljunkie.net" target="_blank">ausnog@digitaljunkie.net</a>> wrote:<o:p></o:p></p><p class=MsoNormal>Hi all,<br><br>I'm curious what load testing tools (commercial or home grown, if any) people use for generating network & systems load to test throughput & response times.<br><br>Eg for capacity testing, performance testing after a network or software change, etc.<br><br>More specific examples would include radius server testing packets per second (to cater for a brown out disconnect / reconnect event), or proxy server testing peak requests per second, or throughput testing an upstream 10Gbit link from a carrier, etc.<br><br><br>prk.<br><br><br><br><br>_______________________________________________<br>AusNOG mailing list<br><a href="mailto:AusNOG@lists.ausnog.net" target="_blank">AusNOG@lists.ausnog.net</a><br><a href="http://lists.ausnog.net/mailman/listinfo/ausnog" target="_blank">http://lists.ausnog.net/mailman/listinfo/ausnog</a><o:p></o:p></p></div><p class=MsoNormal><o:p> </o:p></p></div></div></div>
<P><A title="Charles Sturt University" href="http://www.csu.edu.au/"><IMG 
border=0 alt="Charles Sturt University" 
src="cid:csu-logo3181.bmp"></A></P>
<P 
style="FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #c42129; FONT-SIZE: 8px">|   ALBURY-WODONGA   |   BATHURST   |   CANBERRA   |   DUBBO   |   GOULBURN   |   MELBOURNE   |   ONTARIO   |   ORANGE   |   PORT 
MACQUARIE   |   SYDNEY   |   WAGGA 
WAGGA   |</P>
<HR>
<SPAN 
style="FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 9px; FONT-WEIGHT: bold">LEGAL 
NOTICE</SPAN><BR><SPAN 
style="FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 9px">This email 
(and any attachment) is confidential and is intended for the use of the 
addressee(s) only. If you are not the intended recipient of this email, you must 
not copy, distribute, take any action in reliance on it or disclose it to 
anyone. Any confidentiality is not waived or lost by reason of mistaken 
delivery. Email should be checked for viruses and defects before opening. 
Charles Sturt University (CSU) does not accept liability for viruses or any 
consequence which arise as a result of this email transmission. Email 
communications with CSU may be subject to automated email filtering, which could 
result in the delay or deletion of a legitimate email before it is read at CSU. 
The views expressed in this email are not necessarily those of CSU.</SPAN> 
<P style="FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 9px"><A 
style="COLOR: #c42129" href="http://www.csu.edu.au">Charles Sturt University in 
Australia</A> The Grange Chancellery, Panorama Avenue, Bathurst NSW Australia 
2795 (ABN: 83 878 708 551; CRICOS Provider Number: 00005F (National)). TEQSA 
Provider Number: PV12018 <BR><A style="COLOR: #c42129" 
href="http://www.charlessturt.ca/">Charles Sturt University in Ontario</A> 860 
Harrington Court, Burlington Ontario Canada L7N 3N4 Registration: <A 
style="COLOR: #c42129" href="http://www.peqab.ca">www.peqab.ca</A></P><SPAN 
style="FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 9px">Consider the 
environment before printing this email.</SPAN> <div style="color:#999999;font-size:11px;font-family:verdana"><br>Disclaimer added by <b>CodeTwo Exchange Rules 2007</b><br><a href="http://www.codetwo.com">www.codetwo.com</a></div><br></body></html>