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

Number of concurrent traffic generators per process in documentation #107

Open
Mno-hime opened this issue Jan 26, 2024 · 0 comments
Open

Comments

@Mno-hime
Copy link

The documentation says that the number of concurrent traffic generators per process defaults to 10:

      -c TCOUNT        Number of concurrent traffic generators per process [default: 10]

But when I run flame -v 99 --dnssec -P tcp -F inet -g file -f ~/Downloads/fbsddoh/query_datafile -Q 10000 -p 5300 10.53.0.2 against BIND I see rndc status reporting tcp clients: 30/50 (50 is the max TCP connections I set via the tcp-clients option).

flame/main.cpp suggests the default is 30:

        if (!arg_exists("-c", argc, argv))
            c_count = 30;

Flamethrower also reports "30 concurrent generators" on runtime:

flaming target(s) [10.53.0.2] on port 5300 with 30 concurrent generators, each sending 100 queries every 1000ms on protocol tcp
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