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

Look into the test data the client is sending to the server #23

Open
ndfred opened this issue May 15, 2019 · 0 comments
Open

Look into the test data the client is sending to the server #23

ndfred opened this issue May 15, 2019 · 0 comments
Assignees

Comments

@ndfred
Copy link
Owner

ndfred commented May 15, 2019

Looking at send_results we can see that the client will dump a lot of useful information to the server:

{
"cpu_util_total": 18.970173953262933,
"cpu_util_user": 3.7781612782127576,
"cpu_util_system": 15.191864176430617,
"sender_has_retransmits": -1,
"streams": [{
"id": 1,
"bytes": 155892352,
"retransmits": -1,
"jitter": 0,
"errors": 0,
"packets": 0,
"start_time": 0,
"end_time": 10.000098943710327
}, {
"id": 3,
"bytes": 140762448,
"retransmits": -1,
"jitter": 0,
"errors": 0,
"packets": 0,
"start_time": 0,
"end_time": 10.000101804733276
}, {
"id": 4,
"bytes": 153085904,
"retransmits": -1,
"jitter": 0,
"errors": 0,
"packets": 0,
"start_time": 0,
"end_time": 10.000101804733276
}, {
"id": 5,
"bytes": 108328960,
"retransmits": -1,
"jitter": 0,
"errors": 0,
"packets": 0,
"start_time": 0,
"end_time": 10.000102996826172
}, {
"id": 6,
"bytes": 146596688,
"retransmits": -1,
"jitter": 0,
"errors": 0,
"packets": 0,
"start_time": 0,
"end_time": 10.000102996826172
}]
}

Maybe we can pick some of these up to provide better data in the UI. For reference, this is what the same completed test looked like in the app:

Test

@ndfred ndfred self-assigned this May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant