Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustubhkapatral authored Nov 12, 2021
1 parent 2c2a064 commit 043846e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,17 @@ Usage:-
```
This script takes one argument from the user which specifies the number of nodes to shut down. If no argument is passed then just the first node is shut down.

8) `send_load.sh`:- This script creates a load of 10,000 `send` transactions and floods the network.
Usage:-
```
chmod +x v0.42.x/send_load.sh
./send_load.sh 1 2
```
This script takes 2 arguments from the user which specifies the account number of `to` and `from` addresses. If no argument is passed then first and second address is taken by default.

9) `query_load.sh`:- This script floods the network with balance queries, delegation queries and staking queries. It creates a load of 10,000 querires.
Usage:-
```
chmod +x v0.42.x/query_load.sh
./query_load.sh
```

0 comments on commit 043846e

Please sign in to comment.