We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looking at send_results we can see that the client will dump a lot of useful information to the server:
send_results
{ "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:
The text was updated successfully, but these errors were encountered:
ndfred
No branches or pull requests
Looking at
send_results
we can see that the client will dump a lot of useful information to the server: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:
The text was updated successfully, but these errors were encountered: