Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    New Traffic Totals package available for testing

    Scheduled Pinned Locked Moved Traffic Monitoring
    121 Posts 37 Posters 52.7k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      drathus
      last edited by

      @jdillard:

      #9a) NanoBSD image is untested at this time, but should work. Data loss after a reboot needs to also be tested (actually, I may be able to tie the data into backups).

      Running on a modified Firebox, and I can confirm that it works on a nanoBSD image. However, yes, it's losing all data on reboot.

      Edit: punctuation

      1 Reply Last reply Reply Quote 0
      • jdillardJ
        jdillard
        last edited by

        @maverick_slo:

        Hello!

        Are any updates planned to make it to release that will happen soon?
        Like correct iface names :) ?

        Thanks!

        I've been tied up with a roll out, but hope to have more time soon to get some fixes/features in.

        1 Reply Last reply Reply Quote 0
        • jdillardJ
          jdillard
          last edited by

          @drathus:

          @jdillard:

          #9a) NanoBSD image is untested at this time, but should work. Data loss after a reboot needs to also be tested (actually, I may be able to tie the data into backups).

          Running on a modified Firebox, and I can confirm that it works on a nanoBSD image. However, yes, it's losing all data on reboot.

          Edit: punctuation

          Thanks for confirming! I plan to mimic what is done for the RRD graphs as fas as data retention goes, but I'm not sure how involved that is quite yet.

          1 Reply Last reply Reply Quote 0
          • D
            drathus
            last edited by

            @jdillard:

            Thanks for confirming! I plan to mimic what is done for the RRD graphs as fas as data retention goes, but I'm not sure how involved that is quite yet.

            How would you recommend manually backing up the vnstat database & configuration settings so if I do have to reboot my pfsense box I don't lose my historic data?

            1 Reply Last reply Reply Quote 0
            • B
              baggar11
              last edited by

              I've noticed that there isn't a proper separation of totals for openvpn clients. I have 2 clients and they both show the same totals as WAN. Openvpn server does seem to have its own totals though. Does traffic totals have a limitation in this regard?

              1 Reply Last reply Reply Quote 0
              • G
                gadean
                last edited by

                @drathus i've "solved" this with two scripts and cron - it's not the best solution but it works

                #!/bin/sh
                
                if [ -d "/var/db/vnstat" ]; then
                  cd / && tar -czf /cf/conf/vnstat.tgz /var/db/vnstat/*
                fi
                
                
                #!/bin/sh
                
                if [ -d "/var/db" ]; then
                  cd / && tar -xzf /cf/conf/vnstat.tgz
                fi
                
                
                0       */1     *       *       *       root    /etc/rc.backup_vnstat.sh
                @reboot                                 root    /etc/rc.restore_vnstat.sh
                
                
                1 Reply Last reply Reply Quote 0
                • T
                  TomT
                  last edited by

                  Hi

                  Where do I get this to try ?
                  I don't see it in my packages

                  Thanks

                  1 Reply Last reply Reply Quote 0
                  • G
                    gadean
                    last edited by

                    The package name is "Status_Traffic_Totals".

                    1 Reply Last reply Reply Quote 0
                    • I
                      infernoman
                      last edited by

                      Is there any way to get this to enable by default? every time the machine is restarted it seems to stop the logging. and delete any trace of the logs.

                      1 Reply Last reply Reply Quote 0
                      • G
                        gadean
                        last edited by

                        Are you using the ram disk? then you could try this on: https://forum.pfsense.org/index.php?topic=114753.msg664804#msg664804

                        Under "Status" / "Traffic Totals" click on "Display Advanced" -> "Enable Graphing" and "Save as Default"

                        1 Reply Last reply Reply Quote 0
                        • C
                          chrcoluk
                          last edited by

                          why not just use the drive pfsense is installed on? my pfsense is installed on a 60 gig ssd, plenty of space for storing this sort of data :)

                          pfSense CE 2.7.2

                          1 Reply Last reply Reply Quote 0
                          • P
                            pfSenpai
                            last edited by

                            @jdillard:

                            Known issues:

                            #1) There is an issue with the stacked bar graph. Documented here: https://github.com/novus/nvd3/issues/341#issuecomment-222370991

                            I believe I may have found another bug that only occurs with the stacked bar graph. I have been collecting data for a couple of days now and all totals look fine except with stacked bars (see image): for some reason the (rx) values are displayed as KiB instead of GiB and the resulting higher values seem to hit a type related cap and show up as negatives .

                            This is from a pfSense 2.3.2 (latest) on an ALIX APU.1D4.

                            Edit: This only occurs with inverse mode on. Btw. would it be possible to save defaults for Hourly and Daily etc. separately?

                            Status_Traffic_Totals-Stacked-Bars.PNG
                            Status_Traffic_Totals-Stacked-Bars.PNG_thumb

                            1 Reply Last reply Reply Quote 0
                            • C
                              chrcoluk
                              last edited by

                              I observed on my pfSense box that openvpn traffic is been reported the same as WAN traffic.  To me this isnt a big deal as I only care about monitoring my WAN usage, but I am reporting here.  It is not exactly the same as in 1:1 but is very close to the WAN figures.

                              The only actual traffic on my openvpn (since I still am only testing it on pfSense) is an idle ssh session to one server.

                              pfSense CE 2.7.2

                              1 Reply Last reply Reply Quote 0
                              • C
                                chrcoluk
                                last edited by

                                A word of warning, this package and its data is not backed up when using the pfsense backup wizard, I have just migrated to zfs, and pretty much everything is intact except this plugin was missing and I have had to set it up again.

                                pfSense CE 2.7.2

                                1 Reply Last reply Reply Quote 0
                                • M
                                  maverick_slo
                                  last edited by

                                  Read this and same here.
                                  Did it yesterday, this is the only thing missing.

                                  1 Reply Last reply Reply Quote 0
                                  • B
                                    BabaBooey
                                    last edited by

                                    It suddenly stopped working, I get this error: Error: {"vnstatversion":"1.14","jsonversion":"1","interfaces":[Error: Database load failed even when using backup (No such file or directory). Aborting.
                                    What to do? I haven't changed anything.

                                    1 Reply Last reply Reply Quote 0
                                    • A
                                      athurdent
                                      last edited by

                                      @chrcoluk:
                                      There's no export function for this package yet, you have to manually backup the databases.
                                      vnStat has an export function that could be used to dump the databases to config.xml similar to RRD. But it would need some logic to convert the hardware interface names to the pfSense naming scheme and back. The databases contain something like i.E. igb1 instead of OPT2.

                                      @BabaBooey:
                                      What's the content of/var/db/vnstat on your system?

                                      @jdillard:
                                      Any chance for a backup function? It would also be nice to use the vnStat daemon instead of a cron job. We lose up to 5 minutes interface data when rebooting, don't we?

                                      1 Reply Last reply Reply Quote 0
                                      • B
                                        BabaBooey
                                        last edited by

                                        .igb0 .igb1 .igb2 .igb3 .igb4 .igb5 igb0  igb1  igb2  igb3  igb4  igb5

                                        1 Reply Last reply Reply Quote 0
                                        • A
                                          athurdent
                                          last edited by

                                          @BabaBooey:

                                          .igb0 .igb1 .igb2 .igb3 .igb4 .igb5 igb0  igb1  igb2  igb3  igb4  igb5

                                          Seems your vnStat databases became corrupted then, could be because of a system crash and reboot. Or you HDD could be dying.

                                          1 Reply Last reply Reply Quote 0
                                          • B
                                            BabaBooey
                                            last edited by

                                            I had a couple of unexpected power failures earlier this winter, due to a space heater, could that be it?
                                            My pfsense box(Netgate SG-4860) seems to be working just fine, so the hardware should be fine, I hope so anyway :)
                                            Is there a way to empty the db and start anew? If so, how do I do that?

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.