onstat -g tgp Generic Page Thread Profiles
The onstat -g tgp command displays a list of the statistics for each generic page thread. The output is sorted by thread ID.
Generic Page Thread profiles tid read write rewrite delete alloc free cursor opens ... 515 0 0 0 0 0 0 0 768 0 0 0 0 0 0 0 ... </div>
Output Description
| Heading | Description | Format |
|---|---|---|
| tid | Dec | |
| read | Number of generic page reads performed by this thread | Dec |
| write | Number of generic page writes performed by this thread | Dec |
| rewrite | Number of generic page updates performed by this thread | Dec |
| delete | Number of generic page deletes performed by this thread | Dec |
| alloc | Number of generic page allocations that have occurred. | Dec |
| free | Number of generic pages that have been freed and returned to the partition. | Dec |
| cursor opens | Number of cursors opened against generic pages. | Dec |
Notes
The Generic Page Manager provides an API to the Informix server for managing non-standard rsam pages in
the server buffer pool.