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;
}







4















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?










share|improve this question

























  • Someone already made a script for that. unix.stackexchange.com/questions/52153/…

    – MGP
    Jun 26 '13 at 13:17


















4















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?










share|improve this question

























  • Someone already made a script for that. unix.stackexchange.com/questions/52153/…

    – MGP
    Jun 26 '13 at 13:17














4












4








4








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?










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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



















  • 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










4 Answers
4






active

oldest

votes


















4














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).






share|improve this answer


























  • 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



















2














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.






share|improve this answer


























  • 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





















2














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.






share|improve this answer

































    0














    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





    share|improve this answer








    New contributor



    user178415 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.




















      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
      });


      }
      });














      draft saved

      draft discarded


















      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









      4














      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).






      share|improve this answer


























      • 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
















      4














      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).






      share|improve this answer


























      • 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














      4












      4








      4







      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).






      share|improve this answer















      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).







      share|improve this answer














      share|improve this answer



      share|improve this answer








      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 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

















      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













      2














      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.






      share|improve this answer


























      • 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


















      2














      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.






      share|improve this answer


























      • 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
















      2












      2








      2







      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.






      share|improve this answer















      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.







      share|improve this answer














      share|improve this answer



      share|improve this answer








      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





















      • 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













      2














      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.






      share|improve this answer






























        2














        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.






        share|improve this answer




























          2












          2








          2







          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.






          share|improve this answer















          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.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jun 27 '13 at 8:08

























          answered Jun 26 '13 at 12:37









          a CVna CVn

          17.7k853110




          17.7k853110























              0














              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





              share|improve this answer








              New contributor



              user178415 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.
























                0














                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





                share|improve this answer








                New contributor



                user178415 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






















                  0












                  0








                  0







                  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





                  share|improve this answer








                  New contributor



                  user178415 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  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






                  share|improve this answer








                  New contributor



                  user178415 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.








                  share|improve this answer



                  share|improve this answer






                  New contributor



                  user178415 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.








                  answered 49 mins ago









                  user178415user178415

                  1011




                  1011




                  New contributor



                  user178415 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.




                  New contributor




                  user178415 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.
































                      draft saved

                      draft discarded




















































                      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.




                      draft saved


                      draft discarded














                      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





















































                      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







                      Popular posts from this blog

                      Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

                      Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

                      Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...