3.100 SAPR3BatchCharacterizeStock

Use this Knowledge Script to emulate stock characterization procedures by an SAP R/3 operator at the client. If you choose to collect data, this Knowledge Script generates the following data streams:

  • The response time in seconds. Additional details are saved with the data point, and can be viewed by double-clicking the data point in the Graph Pane or Chart Console.

  • Availability -- Returns one of two values:

    • 1 -- test was successful

    • 0 -- test was not successful

3.100.1 Resource Objects

Networks-RT

3.100.2 Default Schedule

The default interval for this script is Every 15 minutes.

3.100.3 Setting Parameter Values

Set the following parameters as needed:

Description

How to Set It

Collect data?

Select Yes to collect data for graphs and reports. By default, data is collected.

Event when test fails to run?

Select Yes to raise an event when the test fails to run. By default, events are enabled.

Event when response time exceeds threshold?

Select Yes to raise an event when the threshold is exceeded. By default, events are enabled.

Select endpoints to run the test to

Click the Browse [...] button to display the Select a View dialog box. Highlight a view from the list and click Next to open the Select Desired Computer(s) dialog box. The view determines which computers are available for selection. Select one or more endpoint computers. Click Finish.

Response time threshold (seconds)

Specify a floating point number in seconds. When response time exceeds this value, an event is raised. On threshold events, the event message contains a breakdown of the total response time. Required, unless the Event when response time exceeds threshold parameter is disabled.

Unsuccessful test event severity

Set the severity level, from 1 to 40, to indicate the importance of the event. The default is 5.

Threshold event severity

Set the event severity level, from 1 to 40, to indicate the importance of the event. The default is 15. If you disable throughput events, this value is ignored.

Detailed Parameters

 

Transactions per record

Specify a positive integer to represent the number of transactions to simulate. The value varies according to the application script.

Transaction delay

Specify a positive integer in milliseconds to control the frequency of transaction execution. This simulates an end user running the transaction on a regular basis. The default of 0 sets no delay, so that the script executes the number of transactions per record as quickly as possible.

Size of record to send1

Specify the number of bytes to send in a record. The default is 52.

Delay before responding1

Specify a number of seconds to simulate a server delay. The default is 0 (no delay). Before executing the next script, the server pauses for the specified value, which can be either a positive integer or a random distribution expressed in milliseconds. The format for random distributions is r(l,u), where r = U (uniform), N (normal), P (poisson), or E (exponential); l = lower limit; u = upper limit. For example, u(1,10).

For more information, see Section A.7.1, Setting Sleep Times.

Reply size1

Specify the number of bytes in the reply. The default is 1103.

Size of record to send2

Specify the number of bytes to send in a record. The default is 60.

Reply size2

Specify the number of bytes in the reply. The default is 2111.

Size of record to send3

Specify the number of bytes to send in a record. The default is 51.

Reply size3

Specify the number of bytes in the reply. The default is 1466.

Size of record to send4

Specify the number of bytes to send in a record. The default is 53.

Reply size4

Specify the number of bytes in the reply. The default is 2696.

Size of record to send5

Specify the number of bytes to send in a record. The default is 55.

Reply size5

Specify the number of bytes in the reply. The default is 1354.

Delay before responding2

(also 3, 4, and 5)

Specify a number of seconds to simulate a server delay. The default is 0 (no delay). Before executing the next script, the server pauses for the specified value, which can be either a positive integer or a random distribution expressed in milliseconds. The format for random distributions is r(l,u), where r = U (uniform), N (normal), P (poisson), or E (exponential); l = lower limit; u = upper limit. For example, u(1,10).

For more information, see Section A.7.1, Setting Sleep Times.

Client delay1

(also 2, 3, and 4)

Specify a floating point number of seconds to simulate a delay or processing at the client side.

Destination port

Specify the destination port number, or use the default AUTO for automatic assignment. Must be an integer between 1 and 65,535.

Source port

Specify the source port number, or use the default AUTO for automatic assignment. Must be an integer between 1 and 65,535.