Analyzing MaxCtrl Create Report Output
Learn to inspect MaxScale's runtime state using the JSON report from maxctrl. Use jq to query servers services and monitors for detailed debugging and analysis.
Creating a MaxCtrl Report
maxctrl create report maxctrl-report.jsonUsing jq
jqList servers
jq '.servers.data[].id' < maxctrl-report.jsonList services
jq '.services.data[].id' < maxctrl-report.jsonList monitors
List listeners
List filters
List keys of objects
Get a specific service
Get a specific monitor
Get a specific server
Find the monitor for a server
Memory used by the query classifier cache
Last updated
Was this helpful?

