Tried swaping the cables out with no luck,
It seems download speed shows a more accurate speed,
Upload speed always slower the nit should be

You posted at half past eight at night, you bumped at twenty past three in the morning.
At a weekend too.DougieLawson wrote: ↑Sun Sep 15, 2019 9:24 amYou posted at half past eight at night, you bumped at twenty past three in the morning.
Not at all in many US markets. I have three GB connection providers available in my neighborhood.
The speedtest.net servers should be capable relatively consistent between runs, but would like to see if he is connecting to the same servers in each test.
Sorry for the late response the pi is directly connected to my router just like my desktop,
They are, it has been mentioned a few times.fruitoftheloom wrote: ↑Thu Sep 19, 2019 6:53 am...
Use iPerf3 to test the Local Network speeds.
...
Maybe a better question should be is my Internet Service Provider actually giving me what I expect ??
There are two things to consider. The speed on the Pi on the network, and the speed of the Pi when connected to the internet.Cubuss wrote: ↑Wed Sep 18, 2019 11:27 pmSorry for the late response the pi is directly connected to my router just like my desktop,
i also installed speedtest-cli via pip as suggested cause the one in apt package is outdated,
My Download speed seems to reach 750 and above just fine its my upload speeds who seems always below ,
note i have 750 up/ down and am able to reach these speeds with no problem with my desktop ,
On my desktop useally i reach even above 750 (800 up 800 down)
fruitoftheloom wrote: ↑Thu Sep 19, 2019 6:53 amThis question appears regularly, but my take is most Internet Routers or Modem / Routers will show what the Speeds being achieved from your Internet Service Provider.
Use iPerf3 to test the Local Network speeds.
Stating that a computer does not get gigabit speed using Speedtest or similar software is wrong, there are to many factors to be taken into consideration.
Maybe a better question should be is my Internet Service Provider actually giving me what I expect ??
jamesh wrote: ↑Thu Sep 19, 2019 9:01 amThere are two things to consider. The speed on the Pi on the network, and the speed of the Pi when connected to the internet.Cubuss wrote: ↑Wed Sep 18, 2019 11:27 pmSorry for the late response the pi is directly connected to my router just like my desktop,
i also installed speedtest-cli via pip as suggested cause the one in apt package is outdated,
My Download speed seems to reach 750 and above just fine its my upload speeds who seems always below ,
note i have 750 up/ down and am able to reach these speeds with no problem with my desktop ,
On my desktop useally i reach even above 750 (800 up 800 down)
They are different things. You need to test the speed of the Pi on the local network to determine its maximum speed (on your network). Use iperf3 for that.
Then compare than number with the internet speed. If its faster you know the bottleneck is not the Pi networking, but something else.
There is the potential for this tool to report results inconsistent with Speedtest.net. There are several concepts to be aware of that factor into the potential inconsistency:
Speedtest.net has migrated to using pure socket tests instead of HTTP based tests
This application is written in Python
Different versions of Python will execute certain parts of the code faster than others
CPU and Memory capacity and speed will play a large part in inconsistency between Speedtest.net and even other machines on the same network
Then why not try the real world download test I suggested on both your pi and your PC and see what results you get from that.
Clearly the iperf3 results show that the networking is working at full speed, so it's not that.