ServerStatusLogger (optional)
https://github.com/magesuite/server-status-logger
The module logs current server status.
Â
Installation
This module is optional.
composer require "creativestyle/magesuite-server-status-logger" ^1.0.0
Admin settings
In Stores -> Configuration -> Advanced -> System,
the following module’s settings can be found in tab Server status logger
:
Â
Field | Options | Comment |
---|---|---|
Cron Schedule | Â | Specifies when automatic logging will happen. Please type full cron schedule expression, eg. '59 23 * * *'. Type non existing date like '* * 31 2 *' to disable the feature. |
Logging retention period | Â | How long (in days) logs should be kept |
Backend
BE documentation in progress
The module introduces the following command:
server:status
- Display historical server status (processes, indexes status, cron jobs, database queries) based on log id, or current one when log id is not passed.
Options:
i
- Log id from server_status_log table
Â
Frontend
There are no frontend functionalities in the module.