LOB I/O operations in PROMON
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The I/O operations (reads, updates, creates, and deletes) on LOBs, sorted by user and by LOB, are viewable in PROMON. To see this information:
- Select Advanced options by entering R&D on the PROMON Main Menu.
- Select Other Displays by entering 3 on the R&D Main (Top) Menu.
- Select I/O Operations by User by Lob by entering 8 on the Other Displays Menu.
The following shows a sample of the output.
|
This display shows the following information:
- User:Ten — The user number and tenant
- Index — The index number
- Reads — The number of read operations the user performed on the LOB
- Creates — The number of create operations the user performed on the LOB
- Deletes — The number of delete operations the user performed on the LOB
- Splits — The number of split operations the user performed on the LOB
- Block dels — The number of block deletes the user performed on the LOB
- O/S Reads — The number of reads from disk that each user performed on the LOB
By default, the display shows the user activity for up to 100 LOBs. The monitored LOBs are selected by the -baselob and -lobrange startup parameters. See Database Startup Parameters for more information on these parameters.