8000 [Antithesis] Measure traffic during the test · Issue #19871 · etcd-io/etcd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[Antithesis] Measure traffic during the test #19871

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

Open
serathius opened this issue May 7, 2025 · 4 comments
Open

[Antithesis] Measure traffic during the test #19871

serathius opened this issue May 7, 2025 · 4 comments

Comments

@serathius
Copy link
Member

What would you like to be added?

Report traffic generated in antithesis test like in robustness test.

Code analyse traffic

lg.Info("Reporting complete traffic", zap.Int("successes", totalStats.successes), zap.Int("failures", totalStats.failures), zap.Float64("successRate", totalStats.successRate()), zap.Duration("period", totalStats.period), zap.Float64("qps", totalStats.QPS()))
. Reporting just complete traffic should be enough.

We can make public: CalculateStats function, trafficStats struct and all it's fields.

This should be added by the end of the traffic generation in antithesis tests.

fmt.Println("Completed robustness traffic generation")

Why is this needed?

Give us some idea of QPS generated in antithesis platform.

@serathius
Copy link
Member Author

/cc @nwnt @henrybear327

@henrybear327
Copy link
Contributor

/assign @henrybear327

@serathius
Copy link
Member Author

Henry you already have 3 issues assigned, can you please finish the other work before assigning any more issues to yourself?

@nwnt
Copy link
nwnt commented May 7, 2025

I can take this and get it going if everyone is ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants
0