Generating output of per-command response times in Server.Load

You can use the NOTES.INI setting NB_Collect_Response_Times to enable output of per-command response time.

About this task

Add NB_Collect_Response_Times=1 to the NOTES.INI file on the test driver. The resulting file is added to the Results Directory and is assigned a file name RespTime_OutFile#, where # represents the driver number.

Use NB_Collect_Response_Times with the ResultsDirectory NOTES.INI setting. For example, the NOTES.INI would contain these settings:

NB_Collect_Response_Times=1
RESULTSDIRECTORY=Z:\

The setting is for general use with all workloads and custom scripts. To disable response data collecting, enter the NOTES.INI setting with a value of zero. For example,

NB_Collect_Response_Times=0