Closed xuankeyu closed 2 months ago
This is not a mn-wifi issue :(. Please note that if you can do this with any Linux terminal you can do the same in mn-wifi by using xterm.
Actually i tried xterm sta1 sta2
, it has same result.
I know this is not mn-wifi issue. i just hope that if someone in this forum has also used iperf or iperf3 on mn-WiFi, they might be able to share some experiences and advice. :)
Btw invalid label is so cold.
You may want to go through the mn-wifi mailing list :)
Dear all. I want to measure bandwidth, bitrate and some network things using iperf3. And i want to save the measurement results in a text file which called result.txt. But it shows nothing in the text file. How can i let result show in my text flie? And next i will show my problem to you in detail. So first i create two virtual stations using mininet-WiFi by command
sudo mn --wifi
. Then i set station1 as server: And let station2 to be the client. It shows that iperf3 can work successfully. Next i want to save the iperf3 result into a result.txt (rediretion)with commandsta2 iperf3 -c sta1 -t 5 --logfile result.txt
. it works for a while but shows nothing in result.txt. And i also triedsta2 iperf3 -c sta1 -t 5 >result.txt
It has same result. Can anybody tell me how to save iperf3 result in a text file? Thanks in advance!BW Keyu