Environmental Characteristics

From InterBase

Go Up to Requesting Information about an Attachment


Several properties are provided for determining environmental characteristics, such as the amount of memory currently in use, or the number of database cache buffers currently allocated. These properties are described in the following table:

TIBDatabaseInfo environmental characteristic properties
Property Returns

CurrentMemory

The amount of server memory currently in use (in bytes) as a long integer

ForcedWrites

0 for asynchronous (forced) database writes, or 1 for synchronous writes

MaxMemory

The maximum amount of memory used at one time since the first process attached to database as a long integer

NumBuffers

The number of memory buffers currently allocated as a long integer

SweepInterval

The number of transactions that are committed between sweeps as a long integer

UserNames

The names of all users currently attached to the database as a TStringList

Advance To: