|
Jan 17, 2007 |
|
To monitor the database access activities of your FreeDAC application you can use FreeDAC tracing and monitoring features. Including the ADMonitor utility, which is analogue to BDE SQLMonitor, but out performs it.
To monitor the database access activities of your FreeDAC application you can use the ADMonitor utility. ADMonitor displays the application structure, SQL commands, parameters and statistics. This can be helpful to find performance bottlenecks, for tuning purposes, and to solve application errors. ADMonitor uses TCP/IP (Indy components) as message transport and allows remote monitoring running application. For example, application may be at site of your customer. 
FreeDAC supports 3 kinds of tracing: - output to the flat text file;
- user defined output;
- through the ADMonitor utility.
The tracing output content allows you to see and analyze all communication between FreeDAC application and DBMS.  |