2000-03-22 02:43:31 +03:00
|
|
|
# MailStone workload configuration file. See sample.wld for detailed usage
|
|
|
|
# Deliver mail using SMTP
|
|
|
|
# This can measure delivery rates for a specified message type.
|
|
|
|
# This also fills the store for POP or IMAP tests
|
|
|
|
|
2000-03-31 23:16:09 +04:00
|
|
|
<includeOnce conf/general.wld>
|
2000-03-22 02:43:31 +03:00
|
|
|
|
|
|
|
<CONFIG> # test specific config
|
|
|
|
title SMTP message deliveries
|
|
|
|
clientCount 20
|
|
|
|
</CONFIG>
|
|
|
|
|
|
|
|
# if we include more than one, we get a distribution of all sizes
|
|
|
|
<include conf/smtp1k.wld>
|
|
|
|
<include conf/smtp5k.wld>
|
|
|
|
<include conf/smtp17k.wld>
|