You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change adds a `simulate` command to the network survey script that
takes a network topology in graphml format (such as the one produced by
the `survey` command) and simulates a survey of said network. It is
intended as a tool to use during development of the script itself to
test the script without running a survey on the network, and should
make it easier to address issues such as #2592.
This is an initial version of the `simulate` command that will evolve as
we need to test the script under additional scenarios.
Copy file name to clipboardexpand all lines: scripts/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ This folder is for storing any scripts that may be helpful for using stellar-cor
17
17
-`-nl NODELIST`, `--nodeList NODELIST` - list of seed nodes. One node per line. (Optional)
18
18
-`-gmlw GRAPHMLWRITE`, `--graphmlWrite GRAPHMLWRITE` - output file for graphml file
19
19
-`-sr SURVEYRESULT`, `--surveyResult SURVEYRESULT` - output file for survey results
20
+
- sub command `simulate` - simulate a run of the `survey` subcommand without any network calls. Takes the same arguments as `survey`, plus the following:
21
+
-`-s SIMGRAPH`, `--simGraph SIMGRAPH` - Network topology to simulate in graphml format.
22
+
-`r SIMROOT`, `--simRoot SIMROOT` - Node in graph to start simulation from.
20
23
- sub command `analyze` - analyze an existing graph
0 commit comments