Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

[HTTP probe] Add capability to run multiple parallel probes per cycle #319

Closed
manugarg opened this issue Nov 20, 2019 · 3 comments
Closed
Assignees
Milestone

Comments

@manugarg
Copy link
Contributor

HTTP probe enhancement:

Add capability to run multiple parallel probes per cycle. This is useful if someone wants to run a lot of HTTP probes against a target without increasing prober footprint.

CC: @ls692

@aidarbek
Copy link
Contributor

Do I understand it correctly that we need to execute this loop concurrently (with goroutines)?

for ts := range ticker.C {

Also, should it be optional (by specifying command line argument), as DNS probe runs in parallel by default?
for _, target := range p.targets {

@manugarg manugarg self-assigned this Nov 20, 2019
@manugarg
Copy link
Contributor Author

@aidarbek Yeah, something like that. I hacked up something last night. I'll send you a CL? :)

(Sorry, should have assigned it to myself before working on it.)

@manugarg manugarg added this to the v0.10.6 milestone Nov 20, 2019
manugarg added a commit that referenced this issue Nov 21, 2019
manugarg added a commit that referenced this issue Nov 21, 2019
@manugarg
Copy link
Contributor Author

Marking closed. To track the release of this feature, please look at #326.

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

No branches or pull requests

2 participants