Re: [qpsmtpd] stress testing

2008-04-27 Thread Baltasar Cevc
Hi, On Apr 26, 2008, at 7:19 PM, [EMAIL PROTECTED] wrote: Can anyone recommend specific tools (or even algorithms or methodologies) Recently, there was a mail that a module called Test::SMTP was released on CPAN. Maybe that could be useful for you? I haven't had a deeper look at it mysel

Re: [qpsmtpd] stress testing

2008-04-27 Thread a-rope . net-sub-q8729029873p
On Sun, 27 Apr 2008, Baltasar Cevc wrote: > On Apr 26, 2008, at 7:19 PM, [EMAIL PROTECTED] wrote: > > > > Can anyone recommend specific tools (or even algorithms or methodologies) > > Recently, there was a mail that a module called Test::SMTP was released > on CPAN. Maybe that could be useful for

Re: [qpsmtpd] stress testing

2008-04-27 Thread Chris Lewis
[EMAIL PROTECTED] wrote: On Sun, 27 Apr 2008, Baltasar Cevc wrote: On Apr 26, 2008, at 7:19 PM, [EMAIL PROTECTED] wrote: Can anyone recommend specific tools (or even algorithms or methodologies) Recently, there was a mail that a module called Test::SMTP was released on CPAN. Maybe that could

Re: [qpsmtpd] stress testing

2008-04-27 Thread a-rope . net-sub-q8729029873p
On Sun, 27 Apr 2008, Chris Lewis wrote: > [EMAIL PROTECTED] wrote: > > > On Apr 26, 2008, at 7:19 PM, [EMAIL PROTECTED] > > > wrote: > > > > Can anyone recommend specific tools (or even algorithms or > > > > methodologies) > > Take a look at smtpsource out of the postfix distribution. If that can

Re: [qpsmtpd] stress testing

2008-04-27 Thread Matt Sergeant
On 27-Apr-08, at 12:30 PM, [EMAIL PROTECTED] wrote: On Sun, 27 Apr 2008, Chris Lewis wrote: [EMAIL PROTECTED] wrote: On Apr 26, 2008, at 7:19 PM, a-rope.net-sub- [EMAIL PROTECTED] wrote: Can anyone recommend specific tools (or even algorithms or methodologies) Take a look at smtpsource

Re: [qpsmtpd] stress testing

2008-04-27 Thread a-rope . net-sub-q8729029873p
On Sun, 27 Apr 2008, Matt Sergeant wrote: > On 27-Apr-08, at 12:30 PM, [EMAIL PROTECTED] wrote: > > I may have to write a configurable "harness" with various sets of messages > > for certain profile types, and then crank it up. > > Why don't you take the code in plugins/async/queue/smtp-forward and

Re: [qpsmtpd] stress testing

2008-04-27 Thread Jose Luis Martinez
[EMAIL PROTECTED] escribió: On Sun, 27 Apr 2008, Baltasar Cevc wrote: On Apr 26, 2008, at 7:19 PM, [EMAIL PROTECTED] wrote: Can anyone recommend specific tools (or even algorithms or methodologies) Recently, there was a mail that a module called Test::SMTP was released on CPAN. Maybe that cou

Re: [qpsmtpd] stress testing

2008-04-27 Thread Jose Luis Martinez
Write one Test::SMTP test for every type of SMTP transaction you want to simulate. Then try to wrap your tests with http://search.cpan.org/~dlux/Parallel-ForkManager-0.7.5/ForkManager.pm. You will know if the individual tests went OK via their exit code. I was about to take this approach for