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)

December 10, 2010 at 7:45 pm
Anyone knows or have a query for log parser?
December 10, 2010 at 7:45 pm
logparser -i:w3c -o:tsv “select time,c-ip from ex090629.log to KMoutput.txt where time-taken > 1000″
December 10, 2010 at 8:35 pm
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
January 16, 2011 at 4:47 pm
http://www.loadrunnertnt.com/concepts/monitoring-sap-in-loadrunner/