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

    RRD Graphs and >1Gbit/s Rates

    Scheduled Pinned Locked Moved 2.1 Snapshot Feedback and Problems - RETIRED
    3 Posts 2 Posters 1.0k 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.
    • B
      bubble1975
      last edited by

      Also tangentially related…  Anyone running 10Gb/s connected pfSense instances out there notice weirdness in the bandwidth graphs?  Admittedly I'm not running 2.1 (but instead 2.0.2) but if my bandwidth ever goes over 1Gb/s the RRD bandwidth graphs "break" and don't really show data for that timeframe.

      In cacti we had to increase the upper limit of what the max metric would tolerate for 10Gb/s graphing to work when graphing switchports' bandwidth usage.  I suspect right now it's 1Gb/s for pfSense (or 1,000,000,000 bps)?

      1 Reply Last reply Reply Quote 0
      • jimpJ
        jimp Rebel Alliance Developer Netgate
        last edited by

        I split this post into its own thread because it's not really relevant to the other issue.

        This is most likely due to the max value restrictions placed on the RRD data when making the data files, the high samples are probably being tossed out as invalid.

        They're controlled by this in /etc/inc/rrd.inc:

                /* Asume GigE for now */
                $downstream = 125000000;
                $upstream = 125000000;
        
        

        Those probably need bumped – HOWEVER -- that would also require removing your RRD files and starting over fresh.

        I imagine people on both 10Gbit/s and multi-1G-lagg interfaces both hit that.

        Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

        Need help fast? Netgate Global Support!

        Do not Chat/PM for help!

        1 Reply Last reply Reply Quote 0
        • jimpJ
          jimp Rebel Alliance Developer Netgate
          last edited by

          Added a bug for it: https://redmine.pfsense.org/issues/2979

          Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

          Need help fast? Netgate Global Support!

          Do not Chat/PM for help!

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