Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

ryzhovau/rrdstorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

RRDStorm - A RRDTool graph tool for routers

This shell script helps you to collect various statistics about your router and to visualize it with some cool graphs. See WIKI for a graph examples.

History

A first version was written for www.wl500g.info in 2005 for Asus WL-500G and now it evolved to use on Asus RT-N66U.

I've commited all this versions for history.

Requirements

  • rrdtool - a package from Entware/Optware/OpenWRT repositories,
  • bash - required because of arrays, a shell from busybox is not sufficient,
  • cron - to collect data periodically,
  • web server - to serve static HTML files and PNG images with stat visualization.

Installation and configuration

  1. Place rrdstorm.sh to router and make sure it executable.

  2. Look into rrdstorm.sh and change path to Round Robin DB storage, path to WWW root, check HDD partition names and other sensors definitions.

Default values is for Entware/Optware.

  1. Initialize RRD database

    $ rrdstorm.sh create 0 1 2 3 4 5 6

where 0..6 is a sensor numbers. You may use only some of them:

  • 0 - Average system load,
  • 1 - RAM usage,
  • 2 - Wireless PHY's temperatures,
  • 3 - CPU usage,
  • 4 - WAN traffic statistics,
  • 5 - Disk space,
  • 6 - Wireless outgoing traffic.
  1. Create a cron job to collect sensors data every minute:

    $ rrdstorm.sh update 0 1 2 3 4 5 6

  2. Create a cron job to update graphs as soon as you wish, i.e. every hour:

    $ rrdstorm.sh graph_cron h 0 1 2 3 4 5 6

where h is a drawing period. Avaliable periods:

  • s - 1 hour graphs,
  • h - 4 hours graphs,
  • d - 24 hours graphs,
  • w - weekly graphs,
  • m - monthly graphs,
  • y - yearly graphs.

If you want to draw graphs for all those periods use:

$ rrdstorm.sh graph 0 1 2 3 4 5 6

On a Asus RT-N66U last one takes ~3,5 minutes. See a WIKI pages for graph examples. Feel free to use and to discuss rrdstorm.sh here or at www.wl500g.info

License

See the LICENSE file in the source code for the license terms.

About

RRD-driven graph statistics for routers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages