We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
num_processes
simulation_info.json
During the parsing phase, tornettools will store some useful context info into simulation_info.json, for example:
{ "net_scale": 0.05, "num_circuits_ten_minutes": 74448, "num_dir_authorities": 3, "num_emulated_users": 39597, "num_public_relays": 6910, "num_sampled_relays": 346, "num_tgen_markov_clients": 396, "num_tgen_perf_clients": 40, "num_tgen_servers": 40, "tornettools_generate_seed": 1191921776 }
We should add a num_processes field to this json file so we can quickly find how many Linux processes will be used during the sim.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
During the parsing phase, tornettools will store some useful context info into
simulation_info.json
, for example:We should add a
num_processes
field to this json file so we can quickly find how many Linux processes will be used during the sim.The text was updated successfully, but these errors were encountered: