I am currently working on a project which have a part to test my connection speed and retrieve the results.
The results should contains the following:
Downlink Data Throughput(Mbps)
Maximum Downlink Data Rate(Mbps)
Avg Downlink Data Rate(Mbps)
Session Duration(mSec)
Latency / Ping Test(mSec)
I have found the speedTest which I can basically use it to get the Max and Avg Data Rate and session duration(the time to download the file)
But how am I supposed to get the Downlink Data throughput and Ping ? Can anyone help me how to retrieve those data?