Windows internet speed test
I am trying to check the internet speed from my windows 8 laptop over a period of say 24 hours. So I would like to repeatedly run a command to test the speed. Various websites (e.g. http://lifehacker.com/how-to-test-your-internet-speed-with-a-terminal-command-1364123567) suggest using the wget command to download a small file.
e.g.
wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test10.zip
from within MobaXterm or the Windows Command prompt.
However, there are two issues: 1) The download speed given is ~ an order of magnitude less than various online sites (e.g. http://www.speedtest.net/)
2) I'm unable to direct the output to a file so that I can run the command repeatedly and assess the result.
The speeds from the websites seem more realistic (~10 MB/s vs 0.5 MB.s from wget) but I don't know how to run these from the command line and extract the results.
windows-8 command-line wget
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am trying to check the internet speed from my windows 8 laptop over a period of say 24 hours. So I would like to repeatedly run a command to test the speed. Various websites (e.g. http://lifehacker.com/how-to-test-your-internet-speed-with-a-terminal-command-1364123567) suggest using the wget command to download a small file.
e.g.
wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test10.zip
from within MobaXterm or the Windows Command prompt.
However, there are two issues: 1) The download speed given is ~ an order of magnitude less than various online sites (e.g. http://www.speedtest.net/)
2) I'm unable to direct the output to a file so that I can run the command repeatedly and assess the result.
The speeds from the websites seem more realistic (~10 MB/s vs 0.5 MB.s from wget) but I don't know how to run these from the command line and extract the results.
windows-8 command-line wget
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
This is a nice idea. I might be able to put something together if you are still interested.
– o9000
Apr 28 '16 at 15:56
I subsequently came across some windows software which can do this. I have been testing it for a few months and it works extremely well, running quietly in the background. See this link: gmwsoftware.co.uk
– 218
May 4 '16 at 11:12
Interesting. Initially I though you wanted to just see if your bw is limited by your ISP at certain hours during the day. But if you are testing for extended periods of time it's definitely a different use case. May I ask why you want to do that?
– o9000
May 5 '16 at 13:40
And a 2nd question, wouldn't it be more useful to have a program, either on you computer or your router, that monitors network performance passively? That means, instead of starting speed tests periodically, it just records the throughput and latency for all your connections? That way you can be sure it won't interfere with your activities (e.g. a speed test might be a problem if it's started when you're gaming) and the data is more relevant (speed tests are very simple benchmarks that might not reflect user experience in real applications).
– o9000
May 5 '16 at 13:44
add a comment |
I am trying to check the internet speed from my windows 8 laptop over a period of say 24 hours. So I would like to repeatedly run a command to test the speed. Various websites (e.g. http://lifehacker.com/how-to-test-your-internet-speed-with-a-terminal-command-1364123567) suggest using the wget command to download a small file.
e.g.
wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test10.zip
from within MobaXterm or the Windows Command prompt.
However, there are two issues: 1) The download speed given is ~ an order of magnitude less than various online sites (e.g. http://www.speedtest.net/)
2) I'm unable to direct the output to a file so that I can run the command repeatedly and assess the result.
The speeds from the websites seem more realistic (~10 MB/s vs 0.5 MB.s from wget) but I don't know how to run these from the command line and extract the results.
windows-8 command-line wget
I am trying to check the internet speed from my windows 8 laptop over a period of say 24 hours. So I would like to repeatedly run a command to test the speed. Various websites (e.g. http://lifehacker.com/how-to-test-your-internet-speed-with-a-terminal-command-1364123567) suggest using the wget command to download a small file.
e.g.
wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test10.zip
from within MobaXterm or the Windows Command prompt.
However, there are two issues: 1) The download speed given is ~ an order of magnitude less than various online sites (e.g. http://www.speedtest.net/)
2) I'm unable to direct the output to a file so that I can run the command repeatedly and assess the result.
The speeds from the websites seem more realistic (~10 MB/s vs 0.5 MB.s from wget) but I don't know how to run these from the command line and extract the results.
windows-8 command-line wget
windows-8 command-line wget
asked Aug 24 '15 at 21:46
218
12216
12216
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
This is a nice idea. I might be able to put something together if you are still interested.
– o9000
Apr 28 '16 at 15:56
I subsequently came across some windows software which can do this. I have been testing it for a few months and it works extremely well, running quietly in the background. See this link: gmwsoftware.co.uk
– 218
May 4 '16 at 11:12
Interesting. Initially I though you wanted to just see if your bw is limited by your ISP at certain hours during the day. But if you are testing for extended periods of time it's definitely a different use case. May I ask why you want to do that?
– o9000
May 5 '16 at 13:40
And a 2nd question, wouldn't it be more useful to have a program, either on you computer or your router, that monitors network performance passively? That means, instead of starting speed tests periodically, it just records the throughput and latency for all your connections? That way you can be sure it won't interfere with your activities (e.g. a speed test might be a problem if it's started when you're gaming) and the data is more relevant (speed tests are very simple benchmarks that might not reflect user experience in real applications).
– o9000
May 5 '16 at 13:44
add a comment |
This is a nice idea. I might be able to put something together if you are still interested.
– o9000
Apr 28 '16 at 15:56
I subsequently came across some windows software which can do this. I have been testing it for a few months and it works extremely well, running quietly in the background. See this link: gmwsoftware.co.uk
– 218
May 4 '16 at 11:12
Interesting. Initially I though you wanted to just see if your bw is limited by your ISP at certain hours during the day. But if you are testing for extended periods of time it's definitely a different use case. May I ask why you want to do that?
– o9000
May 5 '16 at 13:40
And a 2nd question, wouldn't it be more useful to have a program, either on you computer or your router, that monitors network performance passively? That means, instead of starting speed tests periodically, it just records the throughput and latency for all your connections? That way you can be sure it won't interfere with your activities (e.g. a speed test might be a problem if it's started when you're gaming) and the data is more relevant (speed tests are very simple benchmarks that might not reflect user experience in real applications).
– o9000
May 5 '16 at 13:44
This is a nice idea. I might be able to put something together if you are still interested.
– o9000
Apr 28 '16 at 15:56
This is a nice idea. I might be able to put something together if you are still interested.
– o9000
Apr 28 '16 at 15:56
I subsequently came across some windows software which can do this. I have been testing it for a few months and it works extremely well, running quietly in the background. See this link: gmwsoftware.co.uk
– 218
May 4 '16 at 11:12
I subsequently came across some windows software which can do this. I have been testing it for a few months and it works extremely well, running quietly in the background. See this link: gmwsoftware.co.uk
– 218
May 4 '16 at 11:12
Interesting. Initially I though you wanted to just see if your bw is limited by your ISP at certain hours during the day. But if you are testing for extended periods of time it's definitely a different use case. May I ask why you want to do that?
– o9000
May 5 '16 at 13:40
Interesting. Initially I though you wanted to just see if your bw is limited by your ISP at certain hours during the day. But if you are testing for extended periods of time it's definitely a different use case. May I ask why you want to do that?
– o9000
May 5 '16 at 13:40
And a 2nd question, wouldn't it be more useful to have a program, either on you computer or your router, that monitors network performance passively? That means, instead of starting speed tests periodically, it just records the throughput and latency for all your connections? That way you can be sure it won't interfere with your activities (e.g. a speed test might be a problem if it's started when you're gaming) and the data is more relevant (speed tests are very simple benchmarks that might not reflect user experience in real applications).
– o9000
May 5 '16 at 13:44
And a 2nd question, wouldn't it be more useful to have a program, either on you computer or your router, that monitors network performance passively? That means, instead of starting speed tests periodically, it just records the throughput and latency for all your connections? That way you can be sure it won't interfere with your activities (e.g. a speed test might be a problem if it's started when you're gaming) and the data is more relevant (speed tests are very simple benchmarks that might not reflect user experience in real applications).
– o9000
May 5 '16 at 13:44
add a comment |
1 Answer
1
active
oldest
votes
Apologies for the late answer, but you can use the command-line tool available here:
https://github.com/zpeters/speedtest/releases
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f962205%2fwindows-internet-speed-test%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Apologies for the late answer, but you can use the command-line tool available here:
https://github.com/zpeters/speedtest/releases
add a comment |
Apologies for the late answer, but you can use the command-line tool available here:
https://github.com/zpeters/speedtest/releases
add a comment |
Apologies for the late answer, but you can use the command-line tool available here:
https://github.com/zpeters/speedtest/releases
Apologies for the late answer, but you can use the command-line tool available here:
https://github.com/zpeters/speedtest/releases
answered Nov 5 '18 at 11:41
seagull
2,60051529
2,60051529
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f962205%2fwindows-internet-speed-test%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
This is a nice idea. I might be able to put something together if you are still interested.
– o9000
Apr 28 '16 at 15:56
I subsequently came across some windows software which can do this. I have been testing it for a few months and it works extremely well, running quietly in the background. See this link: gmwsoftware.co.uk
– 218
May 4 '16 at 11:12
Interesting. Initially I though you wanted to just see if your bw is limited by your ISP at certain hours during the day. But if you are testing for extended periods of time it's definitely a different use case. May I ask why you want to do that?
– o9000
May 5 '16 at 13:40
And a 2nd question, wouldn't it be more useful to have a program, either on you computer or your router, that monitors network performance passively? That means, instead of starting speed tests periodically, it just records the throughput and latency for all your connections? That way you can be sure it won't interfere with your activities (e.g. a speed test might be a problem if it's started when you're gaming) and the data is more relevant (speed tests are very simple benchmarks that might not reflect user experience in real applications).
– o9000
May 5 '16 at 13:44