Hello Marc,
I'm not sure I understood the question correctly, but ...
If you want to know the execution time of your Informix application code, how about setting breakpoints at the desired points and measuring the execution time?
Is it difficult to modify your code?
The parts of the database that can be monitored are information about the usage of resources such as instances, tables, and indexes.
For example, isreads, iswrites, bufreads, bufwrites, etc. in the sysmaster:sysptprof or sysprofile tables.
The execution time of the query is not a question, so the SQLTRACE function won't help.
------------------------------
SangGyu Jeong
Software Engineer
Infrasoft
Seoul Korea, Republic of
------------------------------
Original Message:
Sent: Wed March 11, 2020 09:20 AM
From: Marc Demhartner
Subject: How to log changes of a table - the smart way
Hello everyone,
we have a query on how to log changes to a table using Informix. The background is, we want to know how long it takes a certain process, which involves various changes to a table, to complete. I don't mean a SQL statement or query to be run through, but process steps of the application that uses the table.
What would be the smartest way to solve this? Informix 11.70 Workgroup Edition Linux
Thank you
------------------------------
Marc Demhartner
------------------------------
#Informix