Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Am I on a 1 Gbit port?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Am I on a 1 Gbit port?

edoarudo5edoarudo5 Member

I had this server on a provider and I have never bothered to check the speed until today... I used the speedtest-cli to measure the speed. Is this accurate? Any tools I can use that is more accurate? Am I actually on a 1Gbit port?

Retrieving speedtest.net configuration...

Testing from x.x (x.x.x.x)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by x (Kansas City, MO) [1.32 km]: 10.169 ms
Testing download speed................................................................................
Download: 91.63 Mbit/s
Testing upload speed................................................................................................
Upload: 92.92 Mbit/s

Comments

  • mtsbatalhamtsbatalha Member
    edited May 2018

    Edited....

  • @mtsbatalha said:
    Yes. Which provider?

    Thank you. Wholesale Internet.

  • qtwrkqtwrk Member

    Mega bits?
    Mega bytes?

    Isn't that a 100 Mbit per second?

  • vovlervovler Member

    That is 100mbps not 1gbps. Maybe the speedtest server is the one with 100mbps and not your server.

    Thanked by 1edoarudo5
  • AlyssaDAlyssaD Member

    Doesn't look to be gigabit. However you are using speedtest, which is capped at 100 mpbs in most places.

    Try this:

    wget -O /dev/null http://cachefly.cachefly.net/100mb.test
    
    Thanked by 1edoarudo5
  • K4Y5K4Y5 Member

    @mtsbatalha said:
    Yes. Which provider?

    Seriously? It says Upload: 92.92 Mbit/s and NOT Upload: 929.2 Mbit/s

    @edoarudo5 said:

    I had this server on a provider and I have never bothered to check the speed until today... I used the speedtest-cli to measure the speed. Is this accurate? Any tools I can use that is more accurate? Am I actually on a 1Gbit port?

    Retrieving speedtest.net configuration...

    Testing from x.x (x.x.x.x)...
    Retrieving speedtest.net server list...
    Selecting best server based on ping...
    Hosted by x (Kansas City, MO) [1.32 km]: 10.169 ms
    Testing download speed................................................................................
    Download: 91.63 Mbit/s
    Testing upload speed................................................................................................
    Upload: 92.92 Mbit/s

    @OP as others have rightly pointed out, you are not on a Gbit but 100Mbit port.

    Thanked by 1edoarudo5
  • @edoarudo5 That seems exactly like 100/100Mbps to me.

    Thanked by 1edoarudo5
  • edoarudo5edoarudo5 Member
    edited May 2018

    I had this server on May last year, wow, didn't know I was paying for what I didn't exactly order, my bad. I sent a ticket to the provider regarding this and now awaiting their reply...

    [x@x backups]$ wget -O /dev/null http://cachefly.cachefly.net/100mb.test

    --2018-05-29 23:44:02-- http://cachefly.cachefly.net/100mb.test
    Resolving cachefly.cachefly.net (cachefly.cachefly.net)... 205.234.175.175
    Connecting to cachefly.cachefly.net (cachefly.cachefly.net)|205.234.175.175|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 104857600 (100M) [application/octet-stream]
    Saving to: /dev/null

    100%[======================================>] 104,857,600 11.2MB/s in 8.9s

    2018-05-29 23:44:11 (11.2 MB/s) - ‘/dev/null’ saved [104857600/104857600]

  • FAT32FAT32 Administrator, Deal Compiler Extraordinaire

    @edoarudo5 said:
    I had this server on May last year, wow, didn't know I was paying for what I didn't exactly order, my bad. I sent a ticket to the provider regarding this and now awaiting their reply...

    I like how you order a service for a year without using it, this is so LET style.

  • ChuckChuck Member

    Question: How do you Wholesale Internet?

    Thanked by 1Falzo
  • ClouviderClouvider Member, Patron Provider

    Based on one Speedtest ? You really should do a couple more tests.

  • edoarudo5edoarudo5 Member
    edited May 2018

    I think they already fixed it for me. Here are the new tests. Thanks guys!

    Retrieving speedtest.net configuration...

    Testing from x (x.x.x.x)...
    Retrieving speedtest.net server list...
    Selecting best server based on ping...
    Hosted by x (Kansas City, MO) [1.32 km]: 7.11 ms
    Testing download speed................................................................................
    Download: 916.94 Mbit/s
    Testing upload speed................................................................................................
    Upload: 824.21 Mbit/s
    [x@x backups]$ wget -O /dev/null http://cachefly.cachefly.net/100mb.test
    --2018-05-30 03:03:33-- http://cachefly.cachefly.net/100mb.test
    Resolving cachefly.cachefly.net (cachefly.cachefly.net)... 205.234.175.175
    Connecting to cachefly.cachefly.net (cachefly.cachefly.net)|205.234.175.175|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 104857600 (100M) [application/octet-stream]
    Saving to: ‘/dev/null’

    100%[======================================>] 104,857,600 92.9MB/s in 1.1s

    2018-05-30 03:03:34 (92.9 MB/s) - ‘/dev/null’ saved [104857600/104857600]

  • now you should also get a refund.

  • shirlyetempleshirlyetemple Member
    edited May 2018

    /me is a spammy mcspamster

  • AlyssaDAlyssaD Member

    edoarudo5 said: I think they already fixed it for me. Here are the new tests. Thanks guys!

    That looks like gig there.

  • shirlyetemple said: hi there ....

    Umm, really?

  • Try to download a file of your choice using 'wget' and see the speed it shows. You can also put a file in the server and try downloading the same from your PC. Most web browsers show the download speed. In that way, you will get the download and the upload speed of your server.

    If you want to know about the hardware, try the following command. It will show the network hardware.

    lspci | egrep -i --color 'network|ethernet'

This discussion has been closed.