SQL Anywhere provides a set of statistics you can use to monitor database performance. There are three ways to access these statistics:
Sybase Central Performance Monitor This graphical tool queries the database and graphs only those statistics you have configured the Performance Monitor to graph. See Monitoring statistics using Sybase Central Performance Monitor.
Windows Performance Monitor This is a monitoring tool provided by your Windows operating system. See Monitoring statistics using Windows Performance Monitor.
SQL Anywhere Console utility (dbconsole) The utility provides administration and monitoring facilities for database server connections. See SQL Anywhere Console utility (dbconsole).
SQL functions These functions allow your application to access SQL Anywhere database statistics directly. See Monitoring statistics using SQL functions.
These methods are useful for monitoring in real time. However, you can also capture statistics as part of diagnostic tracing and save them for analysis at a later time. For more information on diagnostic tracing, see Advanced application profiling using diagnostic tracing.
For a complete listing of the SQL Anywhere statistics available for monitoring, see Performance Monitor statistics.
Monitoring statistics using Sybase Central Performance Monitor
Monitoring statistics using Windows Performance Monitor
Performance Monitor statistics
Monitoring statistics using SQL functions