defi-Monitor

Monitors services and strategies. Should be installed on each VM.

Install

pip install --upgrade defi-monitor

1. system monitor

system-monitor --env DEV Monitors system usage (load, memory usage, etc. ) and sends usage data to the database

2. strategy monitor

strategy-monitor --env DEV Computes - pnl of all strategies - prices of all tokens (this can be moved to scraper) Saves data to the db.

Links for defi-monitor