Documentation to SQL Status Query Monitor
This commit is contained in:
parent
7e6687132c
commit
e0bd400107
21
README.md
21
README.md
@ -32,3 +32,24 @@ CLI:
|
||||
|
||||
![Example CLI](https://raw.githubusercontent.com/TumTum/oxid-sql-logger/master/img/screenshot-cli.png)
|
||||
|
||||
## SQL Query Status Monitor
|
||||
|
||||
![Example CLI](https://raw.githubusercontent.com/TumTum/oxid-sql-logger/master/img/sql-query-status-monitor.jpg)
|
||||
|
||||
See how many queries and which types of queries have been added to the database.
|
||||
To determine the amount.
|
||||
|
||||
#### Switch on
|
||||
|
||||
For this purpose, the parameter `$this->blSQLStatusBox = true;` must be stored in the file `config.ing.php`.
|
||||
So you can turn it on and off temporarily.
|
||||
|
||||
Unique: Insert, at the end, the Smarty tag: `[{tm_sql_status}]` in the `base.tpl` file.
|
||||
|
||||
####### source/Application/views/flow/tpl/layout/base.tpl
|
||||
|
||||
```html
|
||||
[{tm_sql_status}]
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 824 KiB After Width: | Height: | Size: 827 KiB |
BIN
img/sql-query-status-monitor.jpg
Normal file
BIN
img/sql-query-status-monitor.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
Loading…
Reference in New Issue
Block a user