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

Problem with simultaneus scans [Could not read statistics] #709

Closed
pdelteil opened this issue Jul 26, 2024 · 2 comments · Fixed by #749
Closed

Problem with simultaneus scans [Could not read statistics] #709

pdelteil opened this issue Jul 26, 2024 · 2 comments · Fixed by #749
Assignees
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@pdelteil
Copy link

pdelteil commented Jul 26, 2024

dnsx version:

1.2.1

Current Behavior:

While running 2 or more dnsx scans, the following error is shown:

[ERR] Could not read statistics: [:RUNTIME] Error getting /metrics response: Get "http://127.0.0.1:43591/metrics": dial tcp 127.0.0.1:43591: connect: connection refused

Expected Behavior:

Handle multiple scans.

Steps To Reproduce:

  1. Run scan 1 with enough domains to keep it running for a couple of minutes
  2. Run scan 2 with same conditions as 1.

See the error in the second scan.

@pdelteil pdelteil added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Jul 26, 2024
@dogancanbakir dogancanbakir self-assigned this Jul 29, 2024
@dogancanbakir
Copy link
Member

I wasn't able to repro the issue. Could you please share the exact command you used?

@pdelteil
Copy link
Author

I wasn't able to repro the issue. Could you please share the exact command you used?

Hello,

I checked and this only happens with -v flag, which is expected behavior I believe.

Just in case, command (2 times simultaneously) : cat domains.txt| dnsx -v -stats -rc servfail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants