Android and Ethernet
#30
(04-16-2016, 09:45 AM)pritamd20 Wrote: I tested speed using speedtest.net it showed terrible download speed

A suggestion for you and everyone else trying to test their Ethernet speed. Stop using 3rd party websites for benchmarking your Ethernet. At any given second any of the "test partners" that speedtest uses can hav an issue and you wont know. This will directly affect your speed testing. 

In a typical speed test with speedtest.net you can have issues from;
Test device (the pine in this case) 
Ethernet cable
All hubs, switches, or cables between you and the gateway at your ISP
Your ISP
The internet backbone
The server hosting the speed test for speedtest.net 

That is a lot of potential points of slow down, incompatibility and failure. 

Think in more scientific and controlled terms,  get something like iperf which is also meant to test speed. iperf 2.x runs on just about any platform. There are versions for Windows, Mac, Android, DD-WRT,  just about every linux variant out there. iperf v3.0 is newer and not backward compatible with 2.x. Its simple to use. I have it on my desktop and my laptop. If I want the desktop to be the server, I simply issue the command;

iperf -s

then on the client machine 
iperf -c <ip of the server machine>

so in my case that is 192.168.0.104

Here is my result
Code:
pine64user@debianpine64:~$ iperf -c 192.168.0.104
------------------------------------------------------------
Client connecting to 192.168.0.104, TCP port 5001
TCP window size: 22.5 KByte (default)
------------------------------------------------------------
[  3] local 192.168.0.164 port 50460 connected with 192.168.0.104 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.0 sec   509 MBytes   427 Mbits/sec
pine64user@debianpine64:~$
As you can see my network is a bit busy as its the weekend and the wife is playing xbox and the kid is watching youtube. But I have eliminated a lot of other things that could have a negative impact.


Messages In This Thread
Android and Ethernet - by W1SPY - 03-30-2016, 09:06 PM
RE: Android and Ethernet - by arpanj2 - 03-30-2016, 09:46 PM
RE: Android and Ethernet - by W1SPY - 03-30-2016, 09:49 PM
RE: Android and Ethernet - by jchawk2003 - 04-01-2016, 10:14 AM
RE: Android and Ethernet - by tllim - 04-01-2016, 09:59 PM
RE: Android and Ethernet - by W1SPY - 04-01-2016, 10:07 PM
RE: Android and Ethernet - by tllim - 04-01-2016, 10:36 PM
RE: Android and Ethernet - by mlamie - 04-03-2016, 12:58 AM
RE: Android and Ethernet - by yusijs - 04-08-2016, 06:20 AM
RE: Android and Ethernet - by mhump711 - 04-03-2016, 12:03 PM
RE: Android and Ethernet - by mlamie - 04-04-2016, 05:29 AM
RE: Android and Ethernet - by Andrew2 - 04-04-2016, 06:07 AM
RE: Android and Ethernet - by W1SPY - 04-04-2016, 10:04 PM
RE: Android and Ethernet - by f-stop - 04-05-2016, 11:54 AM
RE: Android and Ethernet - by zenmetsu - 04-08-2016, 03:11 PM
RE: Android and Ethernet - by yusijs - 04-08-2016, 10:18 PM
RE: Android and Ethernet - by Roverius - 04-09-2016, 02:47 AM
RE: Android and Ethernet - by Roverius - 04-09-2016, 10:41 AM
RE: Android and Ethernet - by Icetrips - 04-09-2016, 11:02 PM
RE: Android and Ethernet - by yusijs - 04-10-2016, 09:46 AM
RE: Android and Ethernet - by yella-pine64 - 04-10-2016, 10:16 AM
RE: Android and Ethernet - by Icetrips - 04-10-2016, 10:16 AM
RE: Android and Ethernet - by lucassou - 04-11-2016, 04:59 AM
RE: Android and Ethernet - by flash - 04-11-2016, 10:56 AM
RE: Android and Ethernet - by dend3 - 04-13-2016, 07:20 PM
RE: Android and Ethernet - by flash - 04-14-2016, 04:57 AM
RE: Android and Ethernet - by deco - 04-14-2016, 07:53 AM
RE: Android and Ethernet - by pritamd20 - 04-16-2016, 09:45 AM
RE: Android and Ethernet - by rahlquist - 04-16-2016, 12:11 PM
RE: Android and Ethernet - by ryanvade - 04-23-2016, 11:36 AM
RE: Android and Ethernet - by yusijs - 04-24-2016, 02:31 AM
RE: Android and Ethernet - by androsch - 04-24-2016, 02:47 AM
RE: Android and Ethernet - by RAGE Sonix - 04-24-2016, 08:14 PM
RE: Android and Ethernet - by yusijs - 04-25-2016, 04:21 AM
RE: Android and Ethernet - by mhump711 - 04-25-2016, 05:40 AM
RE: Android and Ethernet - by yusijs - 04-25-2016, 07:04 AM
RE: Android and Ethernet - by MrWizerd - 04-29-2016, 05:34 AM
RE: Android and Ethernet - by hyperlogos - 04-29-2016, 08:45 PM
RE: Android and Ethernet - by MrWizerd - 04-30-2016, 01:23 AM
RE: Android and Ethernet - by bishop375 - 05-02-2016, 11:06 AM
RE: Android and Ethernet - by wind - 05-02-2016, 08:08 PM
RE: Android and Ethernet - by bishop375 - 05-03-2016, 01:50 PM
RE: Android and Ethernet - by alongoria29 - 05-02-2016, 09:02 PM
RE: Android and Ethernet - by flash - 05-04-2016, 12:07 PM
RE: Android and Ethernet - by Kelson - 06-17-2016, 11:37 AM
RE: Android and Ethernet - by tllim - 06-17-2016, 05:13 PM
RE: Android and Ethernet - by mlamie - 06-19-2016, 01:34 AM
RE: Android and Ethernet - by g_t_j - 06-19-2016, 03:59 AM
RE: Android and Ethernet - by tllim - 06-19-2016, 07:45 AM
RE: Android and Ethernet - by Apicalis - 06-22-2016, 12:55 AM
RE: Android and Ethernet - by curiousgally - 07-02-2016, 10:58 PM
RE: Android and Ethernet - by Apicalis - 07-05-2016, 02:45 AM
RE: Android and Ethernet - by anarchyuk - 07-05-2016, 08:17 AM
RE: Android and Ethernet - by Absum - 07-07-2016, 01:48 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Android 6.0 Tablet and TV (release candidate, maintained) ayufan 228 392,921 12-29-2020, 01:13 AM
Last Post: firmwarefile
Shocked Remote for Android? liodra 18 30,076 12-23-2020, 06:11 AM
Last Post: Learnincurve
  Adding an accelerometer to Android modsbyus 11 17,044 11-02-2020, 08:12 PM
Last Post: Little_Johnny
  Android Things OS dqvsra 2 7,055 12-03-2019, 09:52 AM
Last Post: hangglider
  Is there another link for Android images? Maalth 3 7,147 10-10-2019, 07:57 AM
Last Post: tophneal
Question Android SDK Oreo NGC6691 2 5,681 07-15-2019, 08:29 PM
Last Post: dazza5000
  Putting Android 9 RockPro64 source into easier to manage repositories dazza5000 0 3,377 07-15-2019, 08:29 PM
Last Post: dazza5000
  Android 5.1.1 TV (old-stable, no longer maintained) ayufan 194 261,916 03-12-2019, 04:53 PM
Last Post: neosapien
  Issues with SD Card and Running Android Twistedx 0 3,588 02-26-2019, 11:58 AM
Last Post: Twistedx
  Android 7.1 (PINE A64(+)) pineadmin 59 106,402 02-10-2019, 07:44 PM
Last Post: mmmarcus

Forum Jump:


Users browsing this thread: 1 Guest(s)