Use a QTimer to count the interval between two QNetworkReply::readyRead()
signals then take QNetworkReply::bytesAvailable()
divide by 8 times (1 byte=8bits) the timer value (in seconds) and then adjust for the magnitude ( divide by 1024 for kb, by 1048576 for Mbps or 1073741824 for Gbps)