Results 1 to 10 of 14
-
2nd Aug 2011, 10:39 PM #1OPMemberWebsite's:
hostcrunch.comServer speed
Hi,
Having a slight problem with my provider. They are telling me i am on a 1Gbit unshared connection and i am adamant we aren't after running some speedtests.
So here are some speed test links that i've tried:
Spain
http://95.215.63.211/1000mb.bin
root@nl-001 [/speedtest]# wget http://95.215.63.211/1000mb.bin
--2011-08-02 23:36:30-- http://95.215.63.211/1000mb.bin
Connecting to 95.215.63.211:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1048576000 (1000M) [application/octet-stream]
Saving to: `1000mb.bin'
0% [ ] 7,819,344 398K/s eta 40m 59s
[4]+ Stopped wget http://95.215.63.211/1000mb.bin
root@nl-001 [/speedtest]#
http://93.190.137.8/1000mb.bin
root@nl-001 [/speedtest]# wget http://93.190.137.8/1000mb.bin
--2011-08-02 23:37:19-- http://93.190.137.8/1000mb.bin
Connecting to 93.190.137.8:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1048576000 (1000M) [application/octet-stream]
Saving to: `1000mb.bin.1'
13% [======> ] 140,324,666 5.35M/s eta 2m 56s
[5]+ Stopped wget http://93.190.137.8/1000mb.bin
root@nl-001 [/speedtest]#
http://cachefly.cachefly.net/100mb.test
root@nl-001 [/speedtest]# wget http://cachefly.cachefly.net/100mb.test
--2011-08-02 23:38:22-- http://cachefly.cachefly.net/100mb.test
Resolving cachefly.cachefly.net... 216.246.119.175
Connecting to cachefly.cachefly.net|216.246.119.175|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104857600 (100M) [application/octet-stream]
Saving to: `100mb.test'
100%[================================================== ===>] 104,857,600 15.7M/s in 5.9s
2011-08-02 23:38:28 (17.1 MB/s) - `100mb.test' saved [104857600/104857600]
root@nl-001 [/speedtest]#Enzyme Reviewed by Enzyme on . Server speed Hi, Having a slight problem with my provider. They are telling me i am on a 1Gbit unshared connection and i am adamant we aren't after running some speedtests. So here are some speed test links that i've tried: Spain http://95.215.63.211/1000mb.bin WorldStream, The Netherlands Rating: 5
-
2nd Aug 2011, 10:48 PM #2Member
What location is your server? How about doing a -O /dev/null
-
2nd Aug 2011, 10:50 PM #3Member
Your download speeds all depend on your server location and the location that your trying to connect to.
Judging by your last speed test...
"Ecatel, The Netherlands"
You downloaded the 100MB file in 1 second..... So that would be a good indication that you are on a 1Gbit connection, and I guess your server is based in the Netherlands.
---- EDIT ----
Well, it seems that you have removed your results from "Ecatel, The Netherlands"... So I don't know what else your trying to hide now?? And that also makes me unsure if your other speed tests are legit.
UltraIMG - Free Image Hosting
Want to ask me anything to do with UltraIMG?? Send me a PM.
Chances are that if you leave a message on the forum I might not see it. :)
-
2nd Aug 2011, 10:54 PM #4OPMemberWebsite's:
hostcrunch.comIt is in Holland. I tried -O /dev/null and it made no difference.
I understand that location plays a big part.
root@nl-001 [/speedtest]# wget -O /dev/null http://95.215.63.211/1000mb.bin
--2011-08-02 23:51:41-- http://95.215.63.211/1000mb.bin
Connecting to 95.215.63.211:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1048576000 (1000M) [application/octet-stream]
Saving to: `/dev/null'
0% [ ] 4,972,668 368K/s eta 45m 12s
[7]+ Stopped wget -O /dev/null http://95.215.63.211/1000mb.bin
root@nl-001 [/speedtest]#root@nl-001 [/speedtest]# wget -O /dev/null http://93.190.137.8/1000mb.bin
--2011-08-02 23:52:23-- http://93.190.137.8/1000mb.bin
Connecting to 93.190.137.8:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1048576000 (1000M) [application/octet-stream]
Saving to: `/dev/null'
2% [> ] 30,870,480 5.36M/s eta 3m 3s
[8]+ Stopped wget -O /dev/null http://93.190.137.8/1000mb.bin
root@nl-001 [/speedtest]#root@nl-001 [/speedtest]# wget -O /dev/null http://cachefly.cachefly.net/100mb.test
--2011-08-02 23:52:56-- http://cachefly.cachefly.net/100mb.test
Resolving cachefly.cachefly.net... 216.246.119.175
Connecting to cachefly.cachefly.net|216.246.119.175|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104857600 (100M) [application/octet-stream]
Saving to: `/dev/null'
100%[================================================== ===>] 104,857,600 26.8M/s in 3.7s
2011-08-02 23:53:00 (26.8 MB/s) - `/dev/null' saved [104857600/104857600]
root@nl-001 [/speedtest]#. I've already spoke to them.
-
2nd Aug 2011, 10:56 PM #5MemberWebsite's:
GFXWebHosting.com WarezJobs.com
-
2nd Aug 2011, 10:57 PM #6It begins...
Assuming your default port is eth0, the one way to confirm is to type this:
Code:ethtool eth0
But the speedtest from Cachefly confirms that you're on 1gbit port, because you hit 26.87MB/s.
Having said, the slow speeds are because:
1) Wget is a single connection based downloader. Downloads on single streams are often slow.
2) Geo location, and routing.
It could also possibly be because the file you are downloading is on a server that is only connected at 100mbits, and there are other users speedtesting the file at the same time as you. Many variables. But you most definitely seem to be connected at 1gbit.
-
2nd Aug 2011, 11:04 PM #7OPMemberWebsite's:
hostcrunch.comroot@nl-001 [/speedtest]# ethtool eth0
bash: ethtool: command not found
root@nl-001 [/speedtest]#
That is what i'm extremely confused about. Cachefly speed test gives me a good result and it is located in Chicago... When i run a more local speed test, e.g WorldStream i get 5mbytes? Which is quite shocking for a server. I'm gonna have a look for another 1gbit speed test within NL incase it is WorldStreams server.
Here is a LeaseWeb speedtest.
root@nl-001 [/speedtest]# wget -O /dev/null http://mirror.leaseweb.com/speedtest/1000mb.bin
--2011-08-03 00:02:52-- http://mirror.leaseweb.com/speedtest/1000mb.bin
Resolving mirror.leaseweb.com... 94.75.223.121, 2001:1af8:4030:1:0ead:beef:cafe
Connecting to mirror.leaseweb.com|94.75.223.121|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1000000000 (954M) [application/octet-stream]
Saving to: `/dev/null'
100%[================================================== =>] 1,000,000,000 33.5M/s in 28s
2011-08-03 00:03:20 (33.7 MB/s) - `/dev/null' saved [1000000000/1000000000]
root@nl-001 [/speedtest]#
http://speedtest.hostcrunch.com/1000mb.bin
-
2nd Aug 2011, 11:05 PM #8Member
I'm surprised more with the Worldstream report lol. NL -> NL should be more than 10Mb/s
Have you tried to download test files from Leaseweb, OVH, Germany or UK?
-
2nd Aug 2011, 11:10 PM #9OPMemberWebsite's:
hostcrunch.comYeah exactly^, I just tried LeaseWeb.
Can someone now download a file from the server to test it's upload speed:
http://speedtest.hostcrunch.com/1000mb.bin
OVH Speedtest:
root@nl-001 [/speedtest]# wget -O /dev/null ftp://ftp.ovh.net/test.bin
--2011-08-03 00:09:33-- ftp://ftp.ovh.net/test.bin
=> `/dev/null'
Resolving ftp.ovh.net... 213.186.33.9
Connecting to ftp.ovh.net|213.186.33.9|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD not needed.
==> SIZE test.bin ... 104857600
==> PASV ... done. ==> RETR test.bin ... done.
Length: 104857600 (100M)
59% [===============================> ] 62,204,760 5.66M/s eta 7s
[9]+ Stopped wget -O /dev/null ftp://ftp.ovh.net/test.bin
root@nl-001 [/speedtest]#
-
2nd Aug 2011, 11:10 PM #10Member
I can't resolve to your file.
Here's the speed test from my Smartdc box to Worldstream:
Connecting to 93.190.137.8:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1048576000 (1000M) [application/octet-stream]
Saving to: `/dev/null'
1,048,576,000 51.8M/s in 21s
2011-08-03 01:08:59 (47.1 MB/s) - `/dev/null
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Hiring] Someone to test my server for Speed
By EnCiPh3r in forum Completed TransactionsReplies: 9Last Post: 28th Oct 2011, 02:24 PM -
Server Upload Speed
By Xman in forum Server ManagementReplies: 0Last Post: 26th Aug 2010, 07:57 PM -
[Buying] High Speed Server or VPS
By Xman in forum Completed TransactionsReplies: 3Last Post: 25th Jul 2010, 05:07 AM -
Test My Server Speed
By mastypk in forum Webmaster DiscussionReplies: 13Last Post: 11th Dec 2009, 11:40 AM -
Server Speed
By SplitIce in forum Server ManagementReplies: 6Last Post: 17th Jul 2009, 06:59 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...