eclipse-threadx / netxduo

Eclipse ThreadX - NetXDuo is an advanced, industrial-grade TCP/IP network stack designed specifically for deeply embedded real-time and IoT applications
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/netx-duo/index.md
MIT License
230 stars 131 forks source link

Need help on using the iperf and network tools #147

Closed panneerc closed 1 year ago

panneerc commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

Please also mention any information which could help others to understand the problem you're facing:

Need help on using the iperf to run on Azure container and the webpage on Clients to test the Network latency .

TiejunMS commented 1 year ago

If your device running Azure RTOS has a public IP address, then you can run both client and server test. If not, the device can run as client only. See network topology below. PC and device must be in the same network or at least PC should be able to access device. From PC browser, open http://10.0.0.2 (replace with actual IP address). Change the IP address of iperf server and start test.

image

panneerc commented 1 year ago

Hello @TiejunMS Thanks for the Information. Do we need to install client on all VM machines ? Because i am looking for the option like running iperf/Jperf on machine from web interface

TiejunMS commented 1 year ago

In above network topology, you only need to install iperf on Azure VM. For NetX running on device, the iperf application is already there.

TiejunMS commented 1 year ago

Closing.