Is there any way to see how much data I sent via Internet?Track Internet UsageBandwidth monitoring in...
Why A=2 and B=1 in the call signs for Spirit and Opportunity?
Flatten not working
Why did it take so long for Germany to allow electric scooters / e-rollers on the roads?
Is a world with one country feeding everyone possible?
How to deceive the MC
Team has team lunch everyday, am I forced to go?
Why is std::ssize() introduced in C++20?
Why does Bran want to find Drogon?
Writing "hahaha" versus describing the laugh
Who wrote “A writer only begins a book. A reader finishes it.”?
Status of proof by contradiction and excluded middle throughout the history of mathematics?
Why is 'additive' EQ more difficult to use than 'subtractive'?
How did the Allies achieve air superiority on Sicily?
How does the Earth's center produce heat?
How does Dreadhorde Arcanist interact with split cards?
Is it safe to redirect stdout and stderr to the same file without file descriptor copies?
Is it normal to "extract a paper" from a master thesis?
Why do testers need root cause analysis?
Count all vowels in string
How to teach an undergraduate course without having taken that course formally before?
"Official wife" or "Formal wife"?
Why was this character made Grand Maester?
Merge pdfs sequentially
Time complexity of an algorithm: Is it important to state the base of the logarithm?
Is there any way to see how much data I sent via Internet?
Track Internet UsageBandwidth monitoring in LinuxTunnel through a NATHow to redirect http requests to local Apache server on internet connection lost?limiting a user's TCP transfer quotaZFS on Linux volume low freespace. Usedbydataset is larger than volsizeLimit transfer speed rate by Iptables RulesHow to limit the number of connections per-host passing through a router/bridge?How can I see which processes upload/download how much data? [Debian 9]SSH speed greatly improved via ProxyCommand - but why?iptables SNAT limit to specific networkWLAN slow when lid is closed
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
A big German ISP (Telekom) recently decided to volume limit their DSL internet connection to 75GB per month.
Now I would like to know how much I download / upload. I use Linux Mint 14 Nadia and I have a D-LINK DI-524 router.
How can I get the amount of data I upload / download per month?
linux networking monitoring
add a comment |
A big German ISP (Telekom) recently decided to volume limit their DSL internet connection to 75GB per month.
Now I would like to know how much I download / upload. I use Linux Mint 14 Nadia and I have a D-LINK DI-524 router.
How can I get the amount of data I upload / download per month?
linux networking monitoring
Someone already made a script for that. unix.stackexchange.com/questions/52153/…
– MGP
Jun 26 '13 at 13:17
add a comment |
A big German ISP (Telekom) recently decided to volume limit their DSL internet connection to 75GB per month.
Now I would like to know how much I download / upload. I use Linux Mint 14 Nadia and I have a D-LINK DI-524 router.
How can I get the amount of data I upload / download per month?
linux networking monitoring
A big German ISP (Telekom) recently decided to volume limit their DSL internet connection to 75GB per month.
Now I would like to know how much I download / upload. I use Linux Mint 14 Nadia and I have a D-LINK DI-524 router.
How can I get the amount of data I upload / download per month?
linux networking monitoring
linux networking monitoring
edited Jun 26 '13 at 23:27
Gilles
554k13411361646
554k13411361646
asked Jun 26 '13 at 11:41
Martin ThomaMartin Thoma
1,19231942
1,19231942
Someone already made a script for that. unix.stackexchange.com/questions/52153/…
– MGP
Jun 26 '13 at 13:17
add a comment |
Someone already made a script for that. unix.stackexchange.com/questions/52153/…
– MGP
Jun 26 '13 at 13:17
Someone already made a script for that. unix.stackexchange.com/questions/52153/…
– MGP
Jun 26 '13 at 13:17
Someone already made a script for that. unix.stackexchange.com/questions/52153/…
– MGP
Jun 26 '13 at 13:17
add a comment |
4 Answers
4
active
oldest
votes
If you're looking for a user-friendly GUI app I'd recommend download monitor
. You can view stats, assign quota etc.
A simple, nice CLI alternative is vnstat
(howto).
This. vnstat will do all the work for you, after having it monitor tryvnstat -m
to see a monthly breakdown. I really think this is the tool for the job, personally.
– dougBTV
Jun 26 '13 at 12:31
add a comment |
The output from ifconfig
contains packet and byte counters, normally listing the count since the system was booted up.
The information is also available in /proc/net/dev
in a somewhat more machine-readable format.
I boot my system more than once in a month ;-P But thanks for the information. If there is no tool to do this, I'll write a snippet.
– Martin Thoma
Jun 26 '13 at 12:18
1
Add a periodic logging job and/or a shutdown task. I found one at ftp.linux.kiev.ua/pub/docs/mirrors/pm4u.opennet.ru/files/… but the script is atrocious.
– tripleee
Jun 26 '13 at 12:19
add a comment |
It's also worth noting for completeness' sake that some routers (a specific example being my Cisco small-business-geared model) provide information through their administration interfaces about how much data has been transferred. Mine can be configured to reset the counters at a specified interval, email reports and implement limits in addition to simply displaying the numbers in its web interface.
I have no idea if the DI-524 specifically has such capabilities, but it might be worth having a look through its administration interface just in case. Since the router is generally restarted much more rarely, it would probably provide relatively useful data, and it also won't be limited to one particular host, which may or may not be of interest.
add a comment |
There are many ways one is you just download vnstat.
apt-get install vnstat
then first set up
vnstat -u -i eth0
vnstat -u -i wlan0
After that you have to type this command in terminal to know the status
vnstat -m
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f80717%2fis-there-any-way-to-see-how-much-data-i-sent-via-internet%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you're looking for a user-friendly GUI app I'd recommend download monitor
. You can view stats, assign quota etc.
A simple, nice CLI alternative is vnstat
(howto).
This. vnstat will do all the work for you, after having it monitor tryvnstat -m
to see a monthly breakdown. I really think this is the tool for the job, personally.
– dougBTV
Jun 26 '13 at 12:31
add a comment |
If you're looking for a user-friendly GUI app I'd recommend download monitor
. You can view stats, assign quota etc.
A simple, nice CLI alternative is vnstat
(howto).
This. vnstat will do all the work for you, after having it monitor tryvnstat -m
to see a monthly breakdown. I really think this is the tool for the job, personally.
– dougBTV
Jun 26 '13 at 12:31
add a comment |
If you're looking for a user-friendly GUI app I'd recommend download monitor
. You can view stats, assign quota etc.
A simple, nice CLI alternative is vnstat
(howto).
If you're looking for a user-friendly GUI app I'd recommend download monitor
. You can view stats, assign quota etc.
A simple, nice CLI alternative is vnstat
(howto).
edited Jun 26 '13 at 12:06
answered Jun 26 '13 at 11:58
don_crisstidon_crissti
52.9k16143173
52.9k16143173
This. vnstat will do all the work for you, after having it monitor tryvnstat -m
to see a monthly breakdown. I really think this is the tool for the job, personally.
– dougBTV
Jun 26 '13 at 12:31
add a comment |
This. vnstat will do all the work for you, after having it monitor tryvnstat -m
to see a monthly breakdown. I really think this is the tool for the job, personally.
– dougBTV
Jun 26 '13 at 12:31
This. vnstat will do all the work for you, after having it monitor try
vnstat -m
to see a monthly breakdown. I really think this is the tool for the job, personally.– dougBTV
Jun 26 '13 at 12:31
This. vnstat will do all the work for you, after having it monitor try
vnstat -m
to see a monthly breakdown. I really think this is the tool for the job, personally.– dougBTV
Jun 26 '13 at 12:31
add a comment |
The output from ifconfig
contains packet and byte counters, normally listing the count since the system was booted up.
The information is also available in /proc/net/dev
in a somewhat more machine-readable format.
I boot my system more than once in a month ;-P But thanks for the information. If there is no tool to do this, I'll write a snippet.
– Martin Thoma
Jun 26 '13 at 12:18
1
Add a periodic logging job and/or a shutdown task. I found one at ftp.linux.kiev.ua/pub/docs/mirrors/pm4u.opennet.ru/files/… but the script is atrocious.
– tripleee
Jun 26 '13 at 12:19
add a comment |
The output from ifconfig
contains packet and byte counters, normally listing the count since the system was booted up.
The information is also available in /proc/net/dev
in a somewhat more machine-readable format.
I boot my system more than once in a month ;-P But thanks for the information. If there is no tool to do this, I'll write a snippet.
– Martin Thoma
Jun 26 '13 at 12:18
1
Add a periodic logging job and/or a shutdown task. I found one at ftp.linux.kiev.ua/pub/docs/mirrors/pm4u.opennet.ru/files/… but the script is atrocious.
– tripleee
Jun 26 '13 at 12:19
add a comment |
The output from ifconfig
contains packet and byte counters, normally listing the count since the system was booted up.
The information is also available in /proc/net/dev
in a somewhat more machine-readable format.
The output from ifconfig
contains packet and byte counters, normally listing the count since the system was booted up.
The information is also available in /proc/net/dev
in a somewhat more machine-readable format.
edited Jun 26 '13 at 12:18
answered Jun 26 '13 at 12:12
tripleeetripleee
5,34811931
5,34811931
I boot my system more than once in a month ;-P But thanks for the information. If there is no tool to do this, I'll write a snippet.
– Martin Thoma
Jun 26 '13 at 12:18
1
Add a periodic logging job and/or a shutdown task. I found one at ftp.linux.kiev.ua/pub/docs/mirrors/pm4u.opennet.ru/files/… but the script is atrocious.
– tripleee
Jun 26 '13 at 12:19
add a comment |
I boot my system more than once in a month ;-P But thanks for the information. If there is no tool to do this, I'll write a snippet.
– Martin Thoma
Jun 26 '13 at 12:18
1
Add a periodic logging job and/or a shutdown task. I found one at ftp.linux.kiev.ua/pub/docs/mirrors/pm4u.opennet.ru/files/… but the script is atrocious.
– tripleee
Jun 26 '13 at 12:19
I boot my system more than once in a month ;-P But thanks for the information. If there is no tool to do this, I'll write a snippet.
– Martin Thoma
Jun 26 '13 at 12:18
I boot my system more than once in a month ;-P But thanks for the information. If there is no tool to do this, I'll write a snippet.
– Martin Thoma
Jun 26 '13 at 12:18
1
1
Add a periodic logging job and/or a shutdown task. I found one at ftp.linux.kiev.ua/pub/docs/mirrors/pm4u.opennet.ru/files/… but the script is atrocious.
– tripleee
Jun 26 '13 at 12:19
Add a periodic logging job and/or a shutdown task. I found one at ftp.linux.kiev.ua/pub/docs/mirrors/pm4u.opennet.ru/files/… but the script is atrocious.
– tripleee
Jun 26 '13 at 12:19
add a comment |
It's also worth noting for completeness' sake that some routers (a specific example being my Cisco small-business-geared model) provide information through their administration interfaces about how much data has been transferred. Mine can be configured to reset the counters at a specified interval, email reports and implement limits in addition to simply displaying the numbers in its web interface.
I have no idea if the DI-524 specifically has such capabilities, but it might be worth having a look through its administration interface just in case. Since the router is generally restarted much more rarely, it would probably provide relatively useful data, and it also won't be limited to one particular host, which may or may not be of interest.
add a comment |
It's also worth noting for completeness' sake that some routers (a specific example being my Cisco small-business-geared model) provide information through their administration interfaces about how much data has been transferred. Mine can be configured to reset the counters at a specified interval, email reports and implement limits in addition to simply displaying the numbers in its web interface.
I have no idea if the DI-524 specifically has such capabilities, but it might be worth having a look through its administration interface just in case. Since the router is generally restarted much more rarely, it would probably provide relatively useful data, and it also won't be limited to one particular host, which may or may not be of interest.
add a comment |
It's also worth noting for completeness' sake that some routers (a specific example being my Cisco small-business-geared model) provide information through their administration interfaces about how much data has been transferred. Mine can be configured to reset the counters at a specified interval, email reports and implement limits in addition to simply displaying the numbers in its web interface.
I have no idea if the DI-524 specifically has such capabilities, but it might be worth having a look through its administration interface just in case. Since the router is generally restarted much more rarely, it would probably provide relatively useful data, and it also won't be limited to one particular host, which may or may not be of interest.
It's also worth noting for completeness' sake that some routers (a specific example being my Cisco small-business-geared model) provide information through their administration interfaces about how much data has been transferred. Mine can be configured to reset the counters at a specified interval, email reports and implement limits in addition to simply displaying the numbers in its web interface.
I have no idea if the DI-524 specifically has such capabilities, but it might be worth having a look through its administration interface just in case. Since the router is generally restarted much more rarely, it would probably provide relatively useful data, and it also won't be limited to one particular host, which may or may not be of interest.
edited Jun 27 '13 at 8:08
answered Jun 26 '13 at 12:37
a CVna CVn
17.7k853110
17.7k853110
add a comment |
add a comment |
There are many ways one is you just download vnstat.
apt-get install vnstat
then first set up
vnstat -u -i eth0
vnstat -u -i wlan0
After that you have to type this command in terminal to know the status
vnstat -m
New contributor
add a comment |
There are many ways one is you just download vnstat.
apt-get install vnstat
then first set up
vnstat -u -i eth0
vnstat -u -i wlan0
After that you have to type this command in terminal to know the status
vnstat -m
New contributor
add a comment |
There are many ways one is you just download vnstat.
apt-get install vnstat
then first set up
vnstat -u -i eth0
vnstat -u -i wlan0
After that you have to type this command in terminal to know the status
vnstat -m
New contributor
There are many ways one is you just download vnstat.
apt-get install vnstat
then first set up
vnstat -u -i eth0
vnstat -u -i wlan0
After that you have to type this command in terminal to know the status
vnstat -m
New contributor
New contributor
answered 49 mins ago
user178415user178415
1011
1011
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f80717%2fis-there-any-way-to-see-how-much-data-i-sent-via-internet%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
Someone already made a script for that. unix.stackexchange.com/questions/52153/…
– MGP
Jun 26 '13 at 13:17