35 lines
705 B
Markdown
35 lines
705 B
Markdown
# 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
|