Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

Access service library Client Interaction properties [Table of Contents] Access
service required properties

Access Service User's Guide DirectConnect for AS/400

[-] Chapter 2 Configuring the DirectConnect Access Service Library
[-] Access service library Logging properties

Access service library Logging properties

Access service library logging properties control whether or not data is recorded in the server log file. These properties apply to the access service library as a whole.

The subsection heading for these properties must appear in the service library configuration file as:

{Logging}

General Server Log File Information

Each log entry consists of a number of columns of data, each separated by a tab character. These columns appear in the following order:

The server defines the first six columns. However, the Specific Information column contains information specified by the logging properties. Logging properties exist at the server, service library, and service levels.

For detailed information about server properties and the server log file, see the DirectConnect Server Administration Guide.

General Log Statistics Information

All statistics properties record some identical types of data. You use these properties independently or in combination to record statistics at whatever level of granularity necessary to perform your analysis. (See "Access service Logging properties" .)

LogSvclibStatistics

Specifies how often the access service library records accumulated statistics about requests made by connections to all access services associated with this access service library during the reporting interval.

Syntax

LogSvclibStatistics=integer

Range

0-2147483646

Default

0

Values

integer is a number of seconds.

A value of 0 specifies that the access service library does not record statistics in the server log file.

Comments

The following table shows access service library statistics.

LogSvclibStatistics data

Log Field Data

Description

Buffer size

The number of bytes of SQL (after transformation) in the SQL request sent to the database

Service processing time

The elapsed time in seconds from when the access service receives a SQL statement until it sends the statement to the database

DBMS processing time

The elapsed time in seconds from when the access service sends the SQL statement to the database until the database returns the first result row to the client application

Time to receive rows

The elapsed time in seconds from when the database sends the first result row to the client application until the client application receives the last result row (in the format ss.nnn)

Number of rows returned

The number of result rows returned to the client application

Number of kilobytes returned

The number of kilobytes returned to the client application (to a scale of 3 in the format n.nnn)

Number of successful connections

The total number of successful client connections that occurred during the time period

Maximum number of client connections

The greatest number of client connections at any given time during the time period


Access service library Client Interaction properties [Table of Contents] Access
service required properties