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

Metrics #2

Closed
4 tasks done
arriven opened this issue Feb 27, 2022 · 3 comments
Closed
4 tasks done

Metrics #2

arriven opened this issue Feb 27, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@arriven
Copy link
Owner

arriven commented Feb 27, 2022

It'd be good to have more informative indicators on the tool progress.
Potential metrics:

  • Amount of traffic sent per job/job type/overall
  • Statuses of targets (at least http)
  • CPU/RAM/Network usage
    The most important metric would be the overall amount of traffic.
    To avoid impact on performance and stability please implement it so that worker threads populate some thread safe structures with metrics that are regularly read and logged by a background thread.

Sub issues to split and plan work:

@arriven arriven added enhancement New feature or request help wanted Extra attention is needed labels Feb 27, 2022
@arriven arriven changed the title Progress logging and metrics Metrics Feb 27, 2022
@arriven
Copy link
Owner Author

arriven commented Feb 27, 2022

This is needed in order for coordinators to understand how many resources they have to better choose attack targets according to that

@arriven arriven removed the help wanted Extra attention is needed label Feb 28, 2022
@kurlyk-dev
Copy link

We have a big farm of instances on AWS but it's really difficult to understand the efficiency of this staff without metrics.

@arriven
Copy link
Owner Author

arriven commented Mar 14, 2022

@kurlyk-dev you can enable Prometheus via the commandline, it's not a lot but could be useful for your use case

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

No branches or pull requests

2 participants