github.com/annchain/OG@v0.0.9/scripts/monitor/README.md (about) 1 # Monitor 2 3 Monitor is the aggregator dashboard for multiple clients. 4 ``` 5 python3 monitor.py 6 ``` 7 8 # Tps 9 10 Tps uses websocket to collect transactions. Then a global tps will be calculated. 11 *Do not use it if there are too many txs* 12 13 ``` 14 python3 tps.py 15 ```