android网络测试上传速度慢,Android:如何获得互联网连接上传速度和延迟?
生活随笔
收集整理的這篇文章主要介紹了
android网络测试上传速度慢,Android:如何获得互联网连接上传速度和延迟?
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
要獲取當前網絡連接類型:
TelephonyManager telephonyManager = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
int networkType = telephonyManager.getNetworkType();
并為延遲:
String host = "172.16.0.2";
int timeOut = 3000;
long[] time = new long[5];
Boolean reachable;
for(int i = 0; i < 5; i++)
{
long BeforeTime = System.currentTimeMillis();
reachable = InetAddress.getByName(host).isReachable(timeOut);
long AfterTime = System.currentTimeMillis();
Long TimeDifference = AfterTime - BeforeTime;
time[i] = TimeDifference;
}
總結
以上是生活随笔為你收集整理的android网络测试上传速度慢,Android:如何获得互联网连接上传速度和延迟?的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: linux 禁用 内核 驱动程序,Lin
- 下一篇: android高德天气api接口,天气查