Displaying scripts profile information – Brocade Virtual ADX OpenScript Programmer’s Guide (Supporting ADX v03.1.00) User Manual

Page 28

Advertising
background image

20

Brocade Virtual ADX OpenScript Programmer’s Guide

53-1003244-01

Displaying script information

3

Displaying scripts profile information

You can display the current settings for a script profile, as shown in the following example.

Syntax: show script profile script-profile-name

The script-profile-name variable specifies the script profile for which you want to display the current
settings. Refer to

Table 5

for descriptions of the displayed settings.

TABLE 4

Run-time script statistics

Field

Description

Virtual Server

The virtual server name.

Service-Port

The service port.

Script State

The state of the script: Active, Suspended or UpdatePending

Last Updated

The date and time that the script was last updated.

Script Restart

The number of times that the script restarted.

Total Connections

The total connections.

Concurrent Connections

The number of concurrent connections.

Error Counters

The error counters for memory limit, execution time, data
collection, CPU utilization and maximum rewrite entry errors.

Hits Per Event

The listing of events and the number of hits per event. The
following field events are those depicted in the output example.

HTTP Request event

The total number of hits for an HTTP request event.

HTTP Response event:

The total number of hits for an HTTP response event.

TABLE 5

Script profile settings

Field

Description

Memory limit

The memory limit configured for the script.

Memory high water mark

The memory high water mark configured for the script, as a
percentage.

Time out

The time out value configured for the script, in milliseconds.

Data collection limit

The data collection limit configured for the script, in bytes.

Restart Limit

The restart limit configured for the script.

Print Output

The print output setting configured for the script: console,
syslog, or none.

VirtualADX# show script profile sp1

Script profile sp1

======================================================

Memory limit:

2000000

Memory high water mark:

80%

Time out:

1000ms

Data collection limit:

50000

Restart Limit:

None

Print Output:

syslog

Advertising