Data Layer Diagnostics
Diagnose cache performance, datasource health, slow SQL queries, and slow outbound HTTP/SOAP calls.
ποΈ Cache Analysis
View All Caches
curl -s http://localhost:8080/~bxmcp/boxlang.bxm \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-token" \
-d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"cache_get_all","arguments":{}},"id":"1"}'Cache Health Assessment
curl -s http://localhost:8080/~bxmcp/boxlang.bxm \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-token" \
-d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"cache_get_health","arguments":{}},"id":"1"}'Issue
Severity
Trigger
Detailed Cache Statistics
Cache Maintenance Operations
π Datasource Connectivity
View All Datasources
Datasource Health Assessment
Issue
Severity
Trigger
Test a Specific Connection
Pool Metrics and Latency
π’ Slow SQL Diagnosis
Configuration
View Captured Slow Queries
Aggregate Query Statistics
Runtime Configuration
π Slow HTTP/SOAP Diagnosis
Configuration
View Captured Slow Calls
Aggregate Call Statistics
Runtime Configuration
π Troubleshooting Example: Slow Application Response
π Next Steps
Last updated
Was this helpful?
