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

Clarify ttfbStats values meaning in orchestrator stats response #49

Open
31z4 opened this issue Aug 4, 2023 · 0 comments
Open

Clarify ttfbStats values meaning in orchestrator stats response #49

31z4 opened this issue Aug 4, 2023 · 0 comments

Comments

@31z4
Copy link

31z4 commented Aug 4, 2023

Hi! I'm working on Saturn Moonlet which is a more powerful and insightful alternative to Saturn Node Dashboard that anyone can run.

I'd like to better understand how do values in ttfbStats section of GET https://orchestrator.strn.pl/stats response relate. I'm specifically interested in reqs_served_1h, hits_1h, errors_1h and slow_hits_1h. My current guess is that none of these values include each other. Meaning that reqs_served_1h does not include hits_1h, errors_1h and slow_hits_1h. And hits_1h does not include slow_hits_1h. So this means that we can sum up all these values to get the total number of requests served by a node:

reqs_server_total_1h = sum(reqs_served_1h + hits_1h + errors_1h + slow_hits_1h)

Is that correct?

P. S. I wasn't sure where to post this question because the orchestrator itself is closed source.

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

No branches or pull requests

1 participant