Domino Performance Testing Tool

We are looking for a Performance Testing Tool for Domino. Teamstudio does provide a tool called “Teamstudio profiler” but this tool does only Lotus Script testing.I would like to know if there is anyother tool available and if someone has used “Teamstudio profiler”, would like to know their reviews.

Thanks,

Anu

Subject: Domino Performance Testing Tool

Look at

http://www.dysanalytics.com/index.shtml

http://www.ad-usa.com/ad-usa/index.html

also on your own you can look monitor the nrpc calls between the client and server (to help test your applications) by putting the following in your notes.ini

Client_Clock=1

Debug_Outfile=<path\filename>

Debug_Console=1

Subject: Domino Performance Testing Tool

Hi,

I am using Profiler at the moment to try to improve some large Lotusscript agents. So far I have found the tool very helpful, as I can see how long my loops, and functions take.

I have managed to get a performance increase of 10 - 25% by running this tool against my agents.