fix(critical): complete execution pipeline - all blockers fixed and operational
This commit is contained in:
34
docs/MONITORING_GUIDE.md
Normal file
34
docs/MONITORING_GUIDE.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# MEV Bot Monitoring Guide
|
||||
|
||||
This guide covers the monitoring tools available for the MEV bot.
|
||||
|
||||
## Quick Start
|
||||
|
||||
### Basic Live Monitoring
|
||||
```bash
|
||||
./scripts/watch-live.sh
|
||||
```
|
||||
|
||||
### Enhanced Comprehensive Monitoring
|
||||
```bash
|
||||
./scripts/watch-live-enhanced.sh
|
||||
```
|
||||
|
||||
## Available Monitors
|
||||
|
||||
### watch-live.sh - Basic Monitor
|
||||
Simple real-time monitoring with error tracking:
|
||||
- Opportunity detection
|
||||
- Execution tracking
|
||||
- Error monitoring (parsing, RPC, zero address)
|
||||
- Basic statistics
|
||||
|
||||
### watch-live-enhanced.sh - Comprehensive Dashboard
|
||||
Full-featured monitoring with:
|
||||
- 7 error categories
|
||||
- Health scoring
|
||||
- Rate calculations
|
||||
- Performance metrics
|
||||
- Visual dashboard
|
||||
|
||||
See full documentation in scripts/README.md
|
||||
Reference in New Issue
Block a user