邮件观察仪的使用
1. 添加监听器—邮件观察仪
[img]http://dl2.iteye.com/upload/attachment/0103/2023/d16e8da2-8a9a-37f5-ae68-c19173cf7bf2.png[/img]
2. 设置邮件信息
[img]http://dl2.iteye.com/upload/attachment/0103/2025/95cb4632-ec0c-3294-95e3-f6fdba80d1a0.png[/img]
3. 对Failure Limit ,Success Limit参数的解释
Success Limit: Once this number of successful responses is exceeded after previously reaching the failure limit , a success email is sent. The mailer will thus only send out messages in a sequence of failed-succeeded-failed-succeeded, etc.
Failure Limit: Once this number of failed responses is exceeded, a failure email is sent - i.e. set the count to 0 to send an e-mail on the first failure.(一旦失败的事物数超过这个值,就会发生失败的邮件)
邮件的发送情况分如下三种情况:
1)不发送邮件:
如果始终没有达到设置失败数,则不发送邮件;
2)只有失败邮件:
如果达到设置失败的个数,在失败后开始从0统计成功的次数,如果始终没有达到设置的成功值,则只发送失败的邮件;
3)失败和成功的邮件
如果达到失败的个数(先发送一个失败的邮件),同时在达到失败的个数后,从0开始统计成功的次数,如果达到设置成功数,则发送一个成功的邮件;然后再从0开始统计失败的次数,如果失败次数达到设置的数,则发送一个失败邮件,再从0开始统计成功的次数,如果成功发送成功邮件;如此往复,因此发送的邮件序列应该为:失败-成功-失败-成功
(因此成功率100%时是不会发生邮件的,成功的邮件只有在满足下面的条件后才会发送:
在有失败发生,且失败数超过设定的值后,且成功数也超过设定的值)
4. 关于邮件内容
收到的邮件样式如下,只有标题是自己填写的,邮件内容是自动生成的。
[img]http://dl2.iteye.com/upload/attachment/0103/2027/a6f82c41-90c2-3fd7-b5a0-53aa6be80d88.png[/img]
1. 添加监听器—邮件观察仪
[img]http://dl2.iteye.com/upload/attachment/0103/2023/d16e8da2-8a9a-37f5-ae68-c19173cf7bf2.png[/img]
2. 设置邮件信息
[img]http://dl2.iteye.com/upload/attachment/0103/2025/95cb4632-ec0c-3294-95e3-f6fdba80d1a0.png[/img]
3. 对Failure Limit ,Success Limit参数的解释
Success Limit: Once this number of successful responses is exceeded after previously reaching the failure limit , a success email is sent. The mailer will thus only send out messages in a sequence of failed-succeeded-failed-succeeded, etc.
Failure Limit: Once this number of failed responses is exceeded, a failure email is sent - i.e. set the count to 0 to send an e-mail on the first failure.(一旦失败的事物数超过这个值,就会发生失败的邮件)
邮件的发送情况分如下三种情况:
1)不发送邮件:
如果始终没有达到设置失败数,则不发送邮件;
2)只有失败邮件:
如果达到设置失败的个数,在失败后开始从0统计成功的次数,如果始终没有达到设置的成功值,则只发送失败的邮件;
3)失败和成功的邮件
如果达到失败的个数(先发送一个失败的邮件),同时在达到失败的个数后,从0开始统计成功的次数,如果达到设置成功数,则发送一个成功的邮件;然后再从0开始统计失败的次数,如果失败次数达到设置的数,则发送一个失败邮件,再从0开始统计成功的次数,如果成功发送成功邮件;如此往复,因此发送的邮件序列应该为:失败-成功-失败-成功
(因此成功率100%时是不会发生邮件的,成功的邮件只有在满足下面的条件后才会发送:
在有失败发生,且失败数超过设定的值后,且成功数也超过设定的值)
4. 关于邮件内容
收到的邮件样式如下,只有标题是自己填写的,邮件内容是自动生成的。
[img]http://dl2.iteye.com/upload/attachment/0103/2027/a6f82c41-90c2-3fd7-b5a0-53aa6be80d88.png[/img]