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

Access
service library Logging 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
[-] LogSvclibStatistics

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 Logging properties [Table of Contents] Access
service required properties