Hello,
we have running an CF10 Server. We do monitoring with cfstat for one week.
We are not sure, what the avg db time value shows.
The documentation says (for CF10):
A running average of the time that ColdFusion spends on database-related processing of ColdFusion requests. Averages are displayed for the last two completed requests
The documentation für CF8 :
(A running average of the time that ColdFusion spends on database-related processing of ColdFusion requests.)
The difference is with or without the last two completed requests.
Now, we can track that the value for the avg db time constantly goes higher and higher.
100.000 milli seconds and more.
But we didn't have any problem with long database requests.
Request time for all database requests at our application are near 100 milliseconds.
What means the avg db time really?
What do I understand not correctly?
Thomas