F    This file contains documentation on the NETTEST program.  The files included in this kit are:    A_README.TXT - this fileK BASE_NETTEST.COM - command procedure used to run a series of NETTEST tests. M                    This procedure will change certain NCP parameters between                      runs.L BUILD_NETTEST.COM - command procedure to build the NETTEST program (requiresM                     that the logical SRC$ be set up to point to the directory P                     containing the NETTEST files [particularly NETTEST_DEF.SDL])$ COMMON.B32 - NETTEST common routines> LINK_NETTEST.COM - command procedure link the NETTEST program > MASTER.B32 - NETTEST routines for master side of communication0 NETMAN.B32 - NETTEST network management routinesD NETTEST$COMMAND_TABLE.CLD - NETTEST command language definition file" NETTEST.B32 - NETTEST main routineE NETTEST.COM - NETTEST command procedure invoked when the NETTEST link                is initiatedF NETTEST.DOC - NETTEST documentation on the command language definition$ NETTEST_DEF.SDL - NETTEST structuresJ REMOTE.B32 - NETTEST routines for remote and router sides of communicationL RUN_NETTEST.COM - command procedure that must be invoked from your login.comM                   to allow NETTEST to run properly on the remote system (sets D                   up the NETTEST logical names and the NETTEST CLD).C VERSION.OBJ - object file containing current NETTEST version number 2 WRITER.B32 - NETTEST routines for sending messages  # To set up NETTEST do the following:   B o remove the files from the save set into the directory you intend$   to keep them                      C o if this is not SYS$LOGIN, you will have to update RUN_NETTEST.COM )   to point to the location of the files   C o compile the files using the BUILD_CLEAN_NETTEST command procedure ? o link the files using the LINK_CLEAN_NETTEST command procedure 5 o add the invocation of RUN_NETTEST to your login.com M o set up default proxies between the systems on which you are running NETTEST F o make sure the account NETTEST will be using has a sufficiently largeJ   working set.  I generally give it a quota of 5000 and an extent of 7000.F o use BASE_NETTEST to execute a series of NETTEST runs.  BASE_NETTEST G   allows you to vary the number of receive buffers, the pipeline quota, D   and the queue depth.  you can vary the message size by editing the   command procedure.