fdcavalcanti commented on PR #18011:
URL: https://github.com/apache/nuttx/pull/18011#issuecomment-3783983545
Yes it seems we have issues. Ping is fine but IPERF speed drops and stays
there.
I read the IOB status before and after the test. Seems the IOBs are
exhausted.
```
nsh> cat /proc/iobinfo
ntotal nfree nwait nthrottle
160 160 0 136
nsh> renew wlan0
nsh> ifconfig
wlan0 Link encap:Ethernet HWaddr 60:55:f9:f7:87:6c at RUNNING mtu 1500
inet addr:192.168.0.8 DRaddr:192.168.0.1 Mask:255.255.255.0
nsh> ping 192.168.0.1
PING 192.168.0.1 56 bytes of data
56 bytes from 192.168.0.1: icmp_seq=0 time=10.0 ms
56 bytes from 192.168.0.1: icmp_seq=1 time=0.0 ms
56 bytes from 192.168.0.1: icmp_seq=2 time=0.0 ms
56 bytes from 192.168.0.1: icmp_seq=3 time=0.0 ms
56 bytes from 192.168.0.1: icmp_seq=4 time=0.0 ms
56 bytes from 192.168.0.1: icmp_seq=5 time=0.0 ms
56 bytes from 192.168.0.1: icmp_seq=6 time=0.0 ms
56 bytes from 192.168.0.1: icmp_seq=7 time=0.0 ms
56 bytes from 192.168.0.1: icmp_seq=8 time=0.0 ms
56 bytes from 192.168.0.1: icmp_seq=9 time=0.0 ms
10 packets transmitted, 10 received, 0% packet loss, time 10100 ms
rtt min/avg/max/mdev = 0.000/1.000/10.000/3.000 ms
nsh>
nsh> iperf -c 192.168.0.125 -i 3 -t 20 &
iperf [10:100]
nsh> IP: 192.168.0.8
mode=tcp-client sip=192.168.0.8:5001,dip=192.168.0.125:5001, interval=3,
time=20
Interval Transfer Bandwidth
0.00- 3.01 sec 81920 Bytes 0.22 Mbits/sec
3.01- 6.02 sec 0 Bytes 0.00 Mbits/sec
6.02- 9.03 sec 0 Bytes 0.00 Mbits/sec
9.03- 12.04 sec 0 Bytes 0.00 Mbits/sec
12.04- 15.05 sec 0 Bytes 0.00 Mbits/sec
15.05- 18.06 sec 0 Bytes 0.00 Mbits/sec
18.06- 21.07 sec 0 Bytes 0.00 Mbits/sec
0.00- 21.07 sec 81920 Bytes 0.03 Mbits/sec
nsh> cat /proc/iobinfo
ntotal nfree nwait nthrottle
160 24 0 0
nsh>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]