Top
Systemwalker Service Quality Coordinator User's Guide
Systemwalker

4.4.2 Product deployment pattern to perform regular measurements

The following conditions are required to ascertain the capacity of a Website by conducting hourly checks.

In the previous section ("4.4.1 Basic product deployment pattern"), the Browser Agent was deployed to the actual end user. In that case, the measurement environment on the end user side is not fixed, and measurements are not taken regularly because measurements are taken only when the end user actually uses the Website's services.

Therefore, to meet the above conditions, it is recommended that the following product deployment pattern, which provides a dummy environment that repeats the operations of an end user (hereafter referred to as the "simulated end user"), be used.


Additional information about a support tool that can be used to conduct regular schedules is provided overleaf.

Supplement: Regular startup tool (command) for browser

Location:
This tool is located in the following directory of the CD-ROM for Service Quality Coordinator (Client/Documentation):
CD-ROM drive:\tools\wslm\repeatbrowser.exe

Note: If you are going to use a copy in a different folder, put the following three files into the same folder and run repeatbrowser.exe:

-repeatbrowser.exe

-run_ie_default.vbs

-run_ie7_vis.vbs

Operating conditions:
OS: Microsoft(R) Windows 2000 Professional or later

Browser: Microsoft(R) Internet Explorer 6.0 or later

Specification:
[Format]
repeatbrowser interval period

[Description]
Repeats starting and stopping a browser at regular intervals.

[Parameters]
interval:Specifies the browser startup interval in seconds.

period:Specifies the browser operation time in seconds.

Note that "interval" and "period" must be specified as follows: interval > period> 1

[Initial preparations]

First, set the Web page to be accessed regularly as the browser's home page. (In Internet Explorer, Select Internet Options from the Tools menu and then set the address in the Home page field of the General tab.

To prevent the browser cache from being used during access, specify that the cache be deleted when the browser stops. (In Internet Explorer, Select Internet Options from the Tools menu, then click the Advanced tab and select the Empty Temporary Internet Files folder when browser is closed check box under Security.)

[Startup method]
Execute the command from a DOS prompt.

[Stop method]
Press CTRL+C to stop the command.

[Standard output]
Outputs a message whenever the browser starts or stops.

[Standard error output]
Outputs a message when an error occurs.

[Example]

To start the browser every three minutes (180 seconds) and operate it for one minute (60 seconds):

C:\> repeatbrowser 180 60
2002/06/08 20:06:47 Start IE
2002/06/08 20:07:47 Stop IE
2002/06/08 20:09:47 Start IE