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

Progress gauge does not reach 100% #80

Closed
nakabonne opened this issue Oct 29, 2020 · 5 comments
Closed

Progress gauge does not reach 100% #80

nakabonne opened this issue Oct 29, 2020 · 5 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@nakabonne
Copy link
Owner

Give 50000 as the rate:

ali -r50000 http://34.84.111.163:9898

Even though the attack is completed, the gauge is still at 97%:
image

@nakabonne nakabonne added bug Something isn't working good first issue Good for newcomers labels Oct 29, 2020
@shubham14bajpai
Copy link
Contributor

shubham14bajpai commented Nov 1, 2020

I think the progress bar gets stuck because the system network is not able to achieve the same rate as mentioned in the command. IMO the progress bar should depend on the duration alone instead of (rate * duration). Right?

Screenshot from 2020-11-01 19-08-48

@nakabonne
Copy link
Owner Author

@shubham14bajpai That makes sense, perhaps that's why.

IMO the progress bar should depend on the duration alone instead of (rate * duration). Right?

Agree with you! This also can solve the issue with stuck progress bar when running with --rate=0.

@shubham14bajpai
Copy link
Contributor

shubham14bajpai commented Nov 16, 2020

@nakabonne I was able to fix this but sometimes the progress bar finishes milliseconds before the other sections of the GUI. I am not sure if it is depended on the system speed or anything else.
#86

@nakabonne
Copy link
Owner Author

@shubham14bajpai Thank you! I'll take a look later.

@nakabonne
Copy link
Owner Author

This has been solved by #86.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants