• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by puckpuck

  1. puckpuck

    Getting hourly traffic data by device

    So I got this all done and working now. Here's a screenshot of the data loaded into my company's monitoring software. I have a script that will copy the traffic.db file to the USB drive connected to my router at 03 past the hour, then at 05 past the hour I have a cron job running on a...
  2. puckpuck

    Getting hourly traffic data by device

    yeah I got it working... silly me didn't have #!/bin/sh in my script o_O
  3. puckpuck

    Getting hourly traffic data by device

    My goal here is to actually take the data and send it to an actual monitoring platform on the hour. This is more of a pet project for me, since I work for a company that provides a monitoring platform service. I'm actually having issues getting a cron job to run. Tried using cru as well as...
  4. puckpuck

    Getting hourly traffic data by device

    Here's a github I created with my cstats script. I'll add a few more router scripts as well in the future. https://github.com/puckpuck/asuswrt-merlin-extensions About Traffic Analyzer and the traffic.db file. This is exactly what I was looking for in the first place, not sure why it didn't...
  5. puckpuck

    Getting hourly traffic data by device

    I have the cstats and rstats files getting written hourly, but they only contain daily/monthly data per device. I know about the /var/spool/rstats-speed.js file which contains per router interface data taken at 30 second intervals for the past 24 hours. What I really want is traffic data by...
Back
Top