m-lab / murakami

Run automated internet measurement tests in a Docker container.
Apache License 2.0
41 stars 11 forks source link

NDT7 Test: Equal Download and Upload Values #116

Open Saajid-Dan opened 5 months ago

Saajid-Dan commented 5 months ago

Conducting an NDT7 test generates a JSON file in which both the "DownloadValue" and "UploadValue" fields hold identical values.

Sample Output: {"TestName": "ndt7", "TestStartTime": "2024-05-18T01:36:03.208916", "TestEndTime": "2024-05-18T01:36:32.164286", "MurakamiLocation": "mydevicelocation", "MurakamiConnectionType": "wired", "MurakamiNetworkType": "home", "MurakamiDeviceID": "", "ServerName": "ndt-mlab1-bog03.mlab-oti.measurement-lab.org", "ServerIP": "190.90.13.75", "ClientIP": "x.x.x.x", "DownloadUUID": "ndt-mmb28_1713577382_0000000000209986", "DownloadValue": 64.43784489667377, "DownloadUnit": "Mbit/s", "DownloadError": null, "DownloadRetransValue": 0.39044410903863447, "DownloadRetransUnit": "%", "MinRTTValue": 106.106, "MinRTTUnit": "ms", "UploadValue": 64.43784489667377, "UploadUnit": "Mbit/s", "UploadError": null}

Attached is a screenshot of a speedtest conducted on the Measurement Lab platform. The Download and Upload values are 61.21 Mbit/s and 3.07 Mbit/s respectively as opposed to ~64.44 Mbit/s for both.

Screenshot from 2024-05-17 21-57-45