|
|
|
Slow Query Execution events are used to identify slow queries that are related to database performance that can directly impact the Web server’s performance.
Slow queries, if not pinpointed, can bring the server down by:
Causing excess web server processes (Apache).
Hang up queries in the database causing slower responses in the database.
These events do not require any additional configurations to the database. They are used in production to pinpoint performance bottlenecks in the database.
Description:
Generates an event whenever database related function execution raises above the given threshold. This event is directly associated to the "Slow Function Execution" event and is activated and defined in correlation with this event type.
Database functions that should be reported are defined in the "Slow Function Execution" function list (in additional rules).
Note:
To view supported databases, see the database related function prefixes listed in: <install_dir>/lib/db_functions.txt
Return to Choosing and Defining Alert Rules