Inconsitent speed #106
-
Hey everybody, when i use the gNB with my phone i get results that vary a loooot. Maybe some of you encountered the same issue and could provide help to to get constant results. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
I have similar inconsistencies, been wondering why it does that. I have a b210 and one test I reach 72mbit and then the next one 37mb. I think the problem may be related to using my laptop as gNB because I have other apps open and they might be generating interrupts, seems like gnb its very sensitive to cpu interrupts |
Beta Was this translation helpful? Give feedback.
if you want to start the server its
iperf -s -u -i 1
For
iperf client iperf -u -c <IPERF_SERVER_IP> -t <TIME_TO_RUN_IPERF_TEST> -b <MAX_RATE_TO_TEST> -i 1
e.g. (assuming iPerf server is running on a machine with IP 192.168.100.2, test for 20 seconds, 150Mbps max rate)