简体   繁体   中英

How can I get network speed in Windows Mobile?

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

Ppen CMD (Command Promt) and do the following:

Execute this on one PC/Windows mobile device

iperf -c 192.168.0.100 example IP address client side

Execute this on the other PC/Windows mobile device

iperf -s server side

Here is also a ported version: http://www.cs.technion.ac.il/~sakogan/iperf/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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