TUNING
About this task
The R6iNotes test represents an active user sending, retrieving, and deleting mail from a browser. An average user runs this script four times an hour. Each time the script runs, it checks and retrieves mail messages. Additionally, on each NthIteration, which is one time in six for this workload, the user sends a mail message to NumMessageRecipients other users on the server. The user schedules an appointment, sends invitations to NumMessageRecipients other users, and responds to one invitation that it finds in its own inbox.
This test measures:
To determine if mail is being delivered to the server, use this command at the console:
show stat Domino.Requests.*
To monitor message counters, use one of these commands at the console:
show stat HTTP
show stat mail
If authentication errors appear at the console, check that the password in the HTTP field of the Person document in the Domino Directory on the SUT is set to NotesBench. If necessary, edit the Person document in the Domino Directory. Use the agent Set HTTP Password to 'NotesBench'.
Ensure that the mail template is compatible with the Domino release you are running. For Domino Release 6, use the template iNotes6.NTF. In the NOTES.INI file of the test driver, enter Set MailTemplate=iNotes6.NTF.
To display routing information on the console, include Log_MailRouting=40 in the NOTES.INI file on the SUT.
Considerations are as follows:
In the Server document, use these settings:
Authentication considerations are as follows:
R6iNotes requires authenticated users.
Procedure
1. Create mail databases with the iNotesInit workload.
2. For authenticated users add each user to the ACL in their mail file. To do so, use the agent "Update ACL of mail dbs to include owner (mail1, mail2, ...)" from the NAMAGENT.NSF.
3. Enter the SH STAT command at the SUT console before exiting the Domino server at the end of the test.
Related concepts Running the built-in Server.Load workloads
Related tasks iNotes Initialization workload Tips for running a Server.Load test Running a custom Server.Load script