繁体   English   中英

如何在Windows Mobile中获得网络速度?

[英]How can I get network speed in Windows Mobile?

访问Web服务时,如何获取Windows Mobile应用程序的网络速度?

Ppen CMD(命令提示符),然后执行以下操作:

在一台PC / Windows移动设备上执行此操作

iperf -c 192.168.0.100 example IP address client side

在其他PC / Windows移动设备上执行此操作

iperf -s server side

这也是移植版本: http : //www.cs.technion.ac.il/~sakogan/iperf/

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM