Has anyone created any docker images I might be able to use on EC2 for load testing an asterisk platform? I started an instance this morning and was about to load sipp and other tools, and then thought surely someone must have done this already. I'd like to hammer a platform we have created with multiple EC2 images until it breaks, to test capacity. Cheers, j
I'd also be interested is this On Feb 19, 2016 8:33 AM, "Jeff LaCoursiere" <jeff at jeff.net> wrote:> > Has anyone created any docker images I might be able to use on EC2 for > load testing an asterisk platform? I started an instance this morning and > was about to load sipp and other tools, and then thought surely someone > must have done this already. I'd like to hammer a platform we have created > with multiple EC2 images until it breaks, to test capacity. > > Cheers, > > j > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- 20950 Warner Center Lane, Building A | Woodland Hills | California | 91367 Phone: 888-456-5454 | *Fax:* 888-401-7809 *Web:* www.safesoftsolutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160220/8c24ea87/attachment.html>
On Fri, 19 Feb 2016, Jeff LaCoursiere wrote:> Has anyone created any docker images I might be able to use on EC2 for load > testing an asterisk platform? I started an instance this morning and was > about to load sipp and other tools, and then thought surely someone must have > done this already. I'd like to hammer a platform we have created with > multiple EC2 images until it breaks, to test capacity.I'm surprised no one has this available. If it's in your skill set, I could make use of it. -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST
Is there *any* kind of automated Asterisk build out there? I have one, but it's embarrasingly janky. I haven't found any examples of an unattended build, however. On Wed, Feb 24, 2016 at 2:49 PM, Steve Edwards <asterisk.org at sedwards.com> wrote:> On Fri, 19 Feb 2016, Jeff LaCoursiere wrote: > > Has anyone created any docker images I might be able to use on EC2 for >> load testing an asterisk platform? I started an instance this morning and >> was about to load sipp and other tools, and then thought surely someone >> must have done this already. I'd like to hammer a platform we have created >> with multiple EC2 images until it breaks, to test capacity. >> > > I'm surprised no one has this available. > > If it's in your skill set, I could make use of it. > > -- > Thanks in advance, > ------------------------------------------------------------------------- > Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160224/26f5e2b7/attachment.html>
On 02/24/2016 04:49 PM, Steve Edwards wrote:> On Fri, 19 Feb 2016, Jeff LaCoursiere wrote: > >> Has anyone created any docker images I might be able to use on EC2 >> for load testing an asterisk platform? I started an instance this >> morning and was about to load sipp and other tools, and then thought >> surely someone must have done this already. I'd like to hammer a >> platform we have created with multiple EC2 images until it breaks, to >> test capacity. > > I'm surprised no one has this available. > > If it's in your skill set, I could make use of it. >I did actually find a few docker images having to do with sipp, but all seemed to be basically a container with sipp loaded. Not all that useful, as I had sipp built in about ten minutes. I'm working on scenarios to do our load test, which at present will involve pjsua and sipp sending audio calls through our proxy. I'm thinking each container will add on fifty simultaneous calls, and I will simply start containers until I can't make an audible call myself through the proxy. Not the grandest plan I suppose. Open for suggestions :) When I am done I will happily make the container available to the list via our website. Cheers, j