github.com/braveheart12/insolar-09-08-19@v0.8.7/scripts/insolard/README.md (about) 1 ## Profiling insolar network 2 3 Start insolar network: 4 5 ./scripts/insolard/launchnet.sh -g 6 7 Check that all nodes are in the complete network state: 8 9 ./scripts/insolard/check_status.sh 10 11 Start benchmark: 12 13 ./bin/benchmark -c=10 -r=1000 -k=scripts/insolard/configs/root_member_keys.json 14 15 Start profiler: 16 17 ./scripts/insolard/profile.sh 18 19 As soon as profiler collects statistics (default 30s), web pages with profile info will be opened for each node.