Write-To-File Alert
To write to a file as a result of an alert, please specify the file name to write to and the format in which the results should be written.
You will use probably wish to use substitution variables (described below).

File name


File contents

Note: To add a TAB character, type \t




Help and Examples
Below is a complete list of substitution variables which you may use.
For example, to write the date of each test triggered by the alert, its session ID and download speed, separated by commas, to a file named log.txt, you would specify:
File name: log.txt
File contents: %TIME%,%SID%,%SPEED.DSPEED%

If you want to have a different log file for each day, then you can include the time in the file name. For example:
File name: log-%YYYYMMDD%.txt
So for example a test on 21st July 2013 will be written to a file named log-20130721.txt, whereas a test the next day will be written to log-20130722.txt. You can customize how the date appears using the %YYYY%, %YY%, %MM%, %DD%, %HH% and %NN% variables.

Unless you specify a folder location, the file will be saved in the MyConnection Server install directory.

Variable Reference
General Time fields (applies to File Name only) $VARIABLES$