TUNING


SendMessage command and SendMessage profile command
Use in a Server.Load script to create and send a mail message.

The random body text in the message is created by the same method as in CREATEFILE. Message recipients are selected with a uniform distribution from the people in the Domino® Directory (NAMES.NSF) on the source driver system. All replicas of the Domino Directory on the source driver systems and SUT have the same content.

Syntax

SendMessage <message_size> <num_recipients> <nth_iteration> <attachment>

Where:


Alternate Syntax -- SendMessage profile

The SendMessage command can be used with the specifier "profile."

SendMessage profile <numMessageRecipients> <nth_iteration>

Use the SendMessage profile command to create and send messages of varying sizes according to the sizes and distribution percentages listed in the following table:

Table 1. Sizes and distribution percentages
Message Body Size Attachment size (if any) Percent
500.0010.00
10000.0030.00
50000.0040.00
50000.0050000.0010.00
150000.009.50
1000.0010000000.000.50

Parent topic: Server.Load commands

Related reference
Server.Load script conventions