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

    I want to view the raw data for the WAN GATEWAY monitor

    Scheduled Pinned Locked Moved General pfSense Questions
    2 Posts 2 Posters 459 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.
    • M
      mark_lab_user
      last edited by

      I installed rsync my home built router with 'pkg'.

      I copied the file mark@192.168.220.1:/var/db/rrd/WAN_DHCP-quality.rrd to my Linux Debian machine.

      I can dump the info on the file with PYTHON3:

      #!/usr/bin/python3
      import rrdtool
      import json
      myfile = "/home/mark/RRD/WAN_DHCP-quality.rrd"
      myfile_info = rrdtool.info(myfile)

      Serializing json

      json_object = json.dumps(myfile_info, indent = 4)
      print(json_object)

      But I think I am copying the wrong file.

      I want a long lived graph of the performance of dpinger on my ISP WAN connection.

      What might I be doing wrong?

      I am running pfsense+ 22.05.

      Mark

      1 Reply Last reply Reply Quote 0
      • stephenw10S
        stephenw10 Netgate Administrator
        last edited by

        That is the correct file. Assuming your WAN is DHCP. And it's the only WAN you have.

        Steve

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