You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Iv...@t-systems.com on 2013/09/19 15:49:55 UTC

Number of SMTP Sessions with SMTP Sampler

Hello,

a simple question on the SMTP Sampler:

Are the sessions handled in a similar way to the http samplers? In other words, if for example I have
"Number of threads" = 5 and "Loop count" = 20

I would expect that the 20 SMTP requests in each thread use the same SMTP session, which will be closed at the end of the loop, and therefore a maximum of 5 smtp sessions active on the mail server at any given time, and also a total of 5 sessions during the whole test

Is my assumption correct, or is the SMTP session closed at the end of each request, which would still mean maximum 5 concurrent sessions, but a total of 100 unique sessions during the test?


Thanks and best regards,
Ivan