How to monitor internet traffic on a Linksys E3000 routerHow can I calculate how much traffic goes through my...
A function which translates a sentence to title-case
Do airline pilots ever risk not hearing communication directed to them specifically, from traffic controllers?
Draw simple lines in Inkscape
If Manufacturer spice model and Datasheet give different values which should I use?
Should I join office cleaning event for free?
Can a German sentence have two subjects?
How to add power-LED to my small amplifier?
Do any Labour MPs support no-deal?
How does one intimidate enemies without having the capacity for violence?
GPS Rollover on Android Smartphones
Compute hash value according to multiplication method
What would happen to a modern skyscraper if it rains micro blackholes?
Email Account under attack (really) - anything I can do?
What defenses are there against being summoned by the Gate spell?
Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)
Underlining section titles
Download, install and reboot computer at night if needed
Why Is Death Allowed In the Matrix?
What is the command to reset a PC without deleting any files
How can the DM most effectively choose 1 out of an odd number of players to be targeted by an attack or effect?
How can bays and straits be determined in a procedurally generated map?
What are these boxed doors outside store fronts in New York?
"which" command doesn't work / path of Safari?
How to get the available space of $HOME as a variable in shell scripting?
How to monitor internet traffic on a Linksys E3000 router
How can I calculate how much traffic goes through my router?MSFT crawling killing my linksys E3000How to monitor router traffic?Monitor traffic through a home routerGaming center set up?How to increase local streaming speeds?Bandwidth limits while streaming or gamingHow to monitor WAN traffic?Configuring two routers, lan to lan or lan to wan?download speed throttled by something in the hard-wire mix
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I just got optical fiber installed in my place which gives me great download speeds. Now my ISP has a monthly download limit of 120GB, after that I gotta pay overages.
Now my setup is like this:
Fiber modem (1 port) -> Linksys E3000 router (4 ports + wifi).
All my gear is hooked up to the Linksys router (xbox, ps3, media center, office pc & 2 laptops).
I would like to keep track of the total "internet" bandwidth use of all devices, but exclude the normal network traffic, as that of course I don't pay for.
Is there something that I can install on the Linksys router that can keep track of that kinda of information?
networking router monitoring traffic
migrated from stackoverflow.com Oct 28 '11 at 16:05
This question came from our site for professional and enthusiast programmers.
add a comment |
I just got optical fiber installed in my place which gives me great download speeds. Now my ISP has a monthly download limit of 120GB, after that I gotta pay overages.
Now my setup is like this:
Fiber modem (1 port) -> Linksys E3000 router (4 ports + wifi).
All my gear is hooked up to the Linksys router (xbox, ps3, media center, office pc & 2 laptops).
I would like to keep track of the total "internet" bandwidth use of all devices, but exclude the normal network traffic, as that of course I don't pay for.
Is there something that I can install on the Linksys router that can keep track of that kinda of information?
networking router monitoring traffic
migrated from stackoverflow.com Oct 28 '11 at 16:05
This question came from our site for professional and enthusiast programmers.
1
In general, if your question asks "Is there something that I can install" then it's OT for Stack Overflow. If you wanted to write some code that would do this task, then you'd be in the right place, but that sentence makes it sound like you don't want that. I've flagged this for migration to Super User, where questions like this are on-topic.
– Kevin Vermeer
Oct 28 '11 at 15:14
There are third-party firmware images for your router which will give you that functionality (if it isn't already built in). I'm sure the folks on SuperUser will know more. You can "flag" your own question for migration if you'd like.
– derobert
Oct 28 '11 at 15:38
Ideally one could get that information using SNMP, but I don't know if the E3000 has it. There is also sometimes part of universal plug-and-play, the Internet Gate Device, which can give some statistics. Yet uPnP can be a bog security hole, so many people recommend it not be enabled. Much will probably depend on what OS you want to get the data with. For instance if it was some sort of Linux, and you hadminiupnpc
installed, you could look at the statistics with the commandupnpc -s
– infixed
yesterday
add a comment |
I just got optical fiber installed in my place which gives me great download speeds. Now my ISP has a monthly download limit of 120GB, after that I gotta pay overages.
Now my setup is like this:
Fiber modem (1 port) -> Linksys E3000 router (4 ports + wifi).
All my gear is hooked up to the Linksys router (xbox, ps3, media center, office pc & 2 laptops).
I would like to keep track of the total "internet" bandwidth use of all devices, but exclude the normal network traffic, as that of course I don't pay for.
Is there something that I can install on the Linksys router that can keep track of that kinda of information?
networking router monitoring traffic
I just got optical fiber installed in my place which gives me great download speeds. Now my ISP has a monthly download limit of 120GB, after that I gotta pay overages.
Now my setup is like this:
Fiber modem (1 port) -> Linksys E3000 router (4 ports + wifi).
All my gear is hooked up to the Linksys router (xbox, ps3, media center, office pc & 2 laptops).
I would like to keep track of the total "internet" bandwidth use of all devices, but exclude the normal network traffic, as that of course I don't pay for.
Is there something that I can install on the Linksys router that can keep track of that kinda of information?
networking router monitoring traffic
networking router monitoring traffic
edited 2 days ago
Hennes
59.4k793144
59.4k793144
asked Oct 28 '11 at 14:51
Mr.BoonMr.Boon
2722513
2722513
migrated from stackoverflow.com Oct 28 '11 at 16:05
This question came from our site for professional and enthusiast programmers.
migrated from stackoverflow.com Oct 28 '11 at 16:05
This question came from our site for professional and enthusiast programmers.
1
In general, if your question asks "Is there something that I can install" then it's OT for Stack Overflow. If you wanted to write some code that would do this task, then you'd be in the right place, but that sentence makes it sound like you don't want that. I've flagged this for migration to Super User, where questions like this are on-topic.
– Kevin Vermeer
Oct 28 '11 at 15:14
There are third-party firmware images for your router which will give you that functionality (if it isn't already built in). I'm sure the folks on SuperUser will know more. You can "flag" your own question for migration if you'd like.
– derobert
Oct 28 '11 at 15:38
Ideally one could get that information using SNMP, but I don't know if the E3000 has it. There is also sometimes part of universal plug-and-play, the Internet Gate Device, which can give some statistics. Yet uPnP can be a bog security hole, so many people recommend it not be enabled. Much will probably depend on what OS you want to get the data with. For instance if it was some sort of Linux, and you hadminiupnpc
installed, you could look at the statistics with the commandupnpc -s
– infixed
yesterday
add a comment |
1
In general, if your question asks "Is there something that I can install" then it's OT for Stack Overflow. If you wanted to write some code that would do this task, then you'd be in the right place, but that sentence makes it sound like you don't want that. I've flagged this for migration to Super User, where questions like this are on-topic.
– Kevin Vermeer
Oct 28 '11 at 15:14
There are third-party firmware images for your router which will give you that functionality (if it isn't already built in). I'm sure the folks on SuperUser will know more. You can "flag" your own question for migration if you'd like.
– derobert
Oct 28 '11 at 15:38
Ideally one could get that information using SNMP, but I don't know if the E3000 has it. There is also sometimes part of universal plug-and-play, the Internet Gate Device, which can give some statistics. Yet uPnP can be a bog security hole, so many people recommend it not be enabled. Much will probably depend on what OS you want to get the data with. For instance if it was some sort of Linux, and you hadminiupnpc
installed, you could look at the statistics with the commandupnpc -s
– infixed
yesterday
1
1
In general, if your question asks "Is there something that I can install" then it's OT for Stack Overflow. If you wanted to write some code that would do this task, then you'd be in the right place, but that sentence makes it sound like you don't want that. I've flagged this for migration to Super User, where questions like this are on-topic.
– Kevin Vermeer
Oct 28 '11 at 15:14
In general, if your question asks "Is there something that I can install" then it's OT for Stack Overflow. If you wanted to write some code that would do this task, then you'd be in the right place, but that sentence makes it sound like you don't want that. I've flagged this for migration to Super User, where questions like this are on-topic.
– Kevin Vermeer
Oct 28 '11 at 15:14
There are third-party firmware images for your router which will give you that functionality (if it isn't already built in). I'm sure the folks on SuperUser will know more. You can "flag" your own question for migration if you'd like.
– derobert
Oct 28 '11 at 15:38
There are third-party firmware images for your router which will give you that functionality (if it isn't already built in). I'm sure the folks on SuperUser will know more. You can "flag" your own question for migration if you'd like.
– derobert
Oct 28 '11 at 15:38
Ideally one could get that information using SNMP, but I don't know if the E3000 has it. There is also sometimes part of universal plug-and-play, the Internet Gate Device, which can give some statistics. Yet uPnP can be a bog security hole, so many people recommend it not be enabled. Much will probably depend on what OS you want to get the data with. For instance if it was some sort of Linux, and you had
miniupnpc
installed, you could look at the statistics with the command upnpc -s
– infixed
yesterday
Ideally one could get that information using SNMP, but I don't know if the E3000 has it. There is also sometimes part of universal plug-and-play, the Internet Gate Device, which can give some statistics. Yet uPnP can be a bog security hole, so many people recommend it not be enabled. Much will probably depend on what OS you want to get the data with. For instance if it was some sort of Linux, and you had
miniupnpc
installed, you could look at the statistics with the command upnpc -s
– infixed
yesterday
add a comment |
0
active
oldest
votes
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%2f351619%2fhow-to-monitor-internet-traffic-on-a-linksys-e3000-router%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
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%2f351619%2fhow-to-monitor-internet-traffic-on-a-linksys-e3000-router%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
1
In general, if your question asks "Is there something that I can install" then it's OT for Stack Overflow. If you wanted to write some code that would do this task, then you'd be in the right place, but that sentence makes it sound like you don't want that. I've flagged this for migration to Super User, where questions like this are on-topic.
– Kevin Vermeer
Oct 28 '11 at 15:14
There are third-party firmware images for your router which will give you that functionality (if it isn't already built in). I'm sure the folks on SuperUser will know more. You can "flag" your own question for migration if you'd like.
– derobert
Oct 28 '11 at 15:38
Ideally one could get that information using SNMP, but I don't know if the E3000 has it. There is also sometimes part of universal plug-and-play, the Internet Gate Device, which can give some statistics. Yet uPnP can be a bog security hole, so many people recommend it not be enabled. Much will probably depend on what OS you want to get the data with. For instance if it was some sort of Linux, and you had
miniupnpc
installed, you could look at the statistics with the commandupnpc -s
– infixed
yesterday