| 1. |
How To Monitor Firebird Server Activity? |
|
Answer» Firebird 2.1 introduces SERVER-side monitoring via special system TABLES. This way you can monitor your server directly from SQL Those system tables all have prefix MON$ in their NAME. To use them, you need to make sure your DATABASE file is created with Firebird 2.1 or higher (ODS version 11.1). If you have a database that is created with earlier versions, you need to do backup and subsequent RESTORE with Firebird 2.1 to have those tables. Firebird 2.1 introduces server-side monitoring via special system tables. This way you can monitor your server directly from SQL Those system tables all have prefix MON$ in their name. To use them, you need to make sure your database file is created with Firebird 2.1 or higher (ODS version 11.1). If you have a database that is created with earlier versions, you need to do backup and subsequent restore with Firebird 2.1 to have those tables. |
|