I need to check network speed for every 5 second interval while my application is running. I have explored multiple Qt API’s but didn’t find anything relevant. The most common suggested thing is performing download/upload of file by making use of QNetworkAccessManager and QNetworkReply.This approach will internally consume bandwidth and impact the network speed.
Can anyone suggest any Qt API or any other approach?
Thanks in advance!