Skip to content
New issue

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

Add num_processes to simulation_info.json #34

Open
robgjansen opened this issue Sep 14, 2021 · 0 comments
Open

Add num_processes to simulation_info.json #34

robgjansen opened this issue Sep 14, 2021 · 0 comments

Comments

@robgjansen
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant