Completed clean root directory structure: - Root now contains only: .git, .env, docs/, orig/ - Moved all remaining files and directories to orig/: - Config files (.claude, .dockerignore, .drone.yml, etc.) - All .env variants (except active .env) - Git config (.gitconfig, .github, .gitignore, etc.) - Tool configs (.golangci.yml, .revive.toml, etc.) - Documentation (*.md files, @prompts) - Build files (Dockerfiles, Makefile, go.mod, go.sum) - Docker compose files - All source directories (scripts, tests, tools, etc.) - Runtime directories (logs, monitoring, reports) - Dependency files (node_modules, lib, cache) - Special files (--delete) - Removed empty runtime directories (bin/, data/) V2 structure is now clean: - docs/planning/ - V2 planning documents - orig/ - Complete V1 codebase preserved - .env - Active environment config (not in git) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
44 lines
1.1 KiB
JSON
Executable File
44 lines
1.1 KiB
JSON
Executable File
{
|
|
"analysis_timestamp": "2025-11-02T21:42:06-06:00",
|
|
"log_file": "/home/administrator/projects/mev-beta/logs/mev_bot.log",
|
|
"system_info": {
|
|
"hostname": "macdeavour",
|
|
"uptime": "up 44 minutes",
|
|
"load_average": "0.90, 0.37, 0.19"
|
|
},
|
|
"log_statistics": {
|
|
"total_lines": 213863,
|
|
"file_size_mb": 26.78,
|
|
"error_lines": 13675,
|
|
"warning_lines": 100743,
|
|
"success_lines": 1386,
|
|
"error_rate_percent": 6.39,
|
|
"success_rate_percent": .64,
|
|
"health_score": 93.61
|
|
},
|
|
"mev_metrics": {
|
|
"opportunities_detected": 263,
|
|
"events_rejected": 0
|
|
0,
|
|
"parsing_failures": 0
|
|
0,
|
|
"direct_parsing_attempts": 0
|
|
0,
|
|
"blocks_processed": 28712,
|
|
"dex_transactions": 60166
|
|
},
|
|
"error_patterns": {
|
|
"zero_address_issues": 0
|
|
0,
|
|
"connection_errors": 96,
|
|
"timeout_errors": 506
|
|
},
|
|
"recent_activity": {
|
|
"recent_errors": 162,
|
|
"recent_success": 0
|
|
0,
|
|
"recent_health_trend": "concerning"
|
|
},
|
|
"alerts_triggered": []
|
|
}
|