Loadrunner-vts2 server startup

Server Startup

To bring up the Server Component of VTS, execute the command “vtconsole”.  You can do this in the Run Box, double clicking on “vtconsole.exe” in the “…\LoadRunner\bin” directory, or use “vtconsole” with command line parameters.

                Command Line Parameters

-file < FileName > [ -delimiter <tab|colon|semicolon|comma|???> ]

 (The file option, used to load data files, can be specified multiple times to load multiple data files consecutively.)

- port <####>

                                (default = 8888)

                               – launch

(Starts the VTS server upon launch, thus user interaction to active the server is not required.) 

Client Side Setup

 In addition to following the installation instructions, two addition steps must be performed in order to gain table access by the Client (C Program/Script).

1)       #include “vts2.h”

(All Init, Action, and End sections that use the Client API Functions).

2)       lr_load_dll(“vtclient.dll”);

(In the Init section)

Subscribe to Comments RSS Feed in this post

4 Responses

  1. Anyone knows or have a query for log parser?

    • logparser -i:w3c -o:tsv “select time,c-ip from ex090629.log to KMoutput.txt where time-taken > 1000″

      • Select Status Code:
        logparser -i:w3c -o:tsv “select sc-status from ex0101210.log to allstatuscode.txt ”
        logparser -i:w3c -o:tsv “select sc-status from ex0101210.log to statuscodenot200 where sc-status 200 ”

        logparser –i:w3c-o:tsv”select time-taken from ex0101210.log to timetakengreatertha1000.txt where time-taken >1000

Leave a Reply

Your name
Your phone number
Your email
Message