Short: Simple Router Traffic Grapher for MiamiDx, a MRTG like tool. Author: Michael Bruyere (bruyere@nerim.net) Uploader: Michael Bruyere (bruyere nerim net) Type: comm/tcp Version: 1.0 Requires: MiamiDx1.0c (perhaps miami) , OS3.0, gnuplot, grep & cut Architecture: m68k-amigaos SRTG monitor your network global traffic load and round trip time, and plot it in a picture. It is only a fast made and simple tool. Port of MRTG is difficult as MiamiDX has no SNMP interface. It use an arexx script (for monitoring) and a Gnuplot script (for plotting) Features -------- - monitor the global traffic load the roundtrip time (ping) - log all results you can show a daily graph with 5mn step (Default) or monthly grap, current hour graph ... or what you want, just play with the gnnuplot script. Install ------- - First you need ta have Gnuplot installed, and have it in you command path. (you can get it from aminet/gfx/misc/gnuplot-bin.lha) - I use grep and cut command too (mine are from GeekGadgets) - Put the SRTG directory somewhere (in 'miami:scripts/' for example) - Edit the SRTG.rexx script to correct path - Edit the gnuplot script (SRTG.cmd) if you want to change the name and place of the generated picture. Usage ----- - start the script rx /SRTG.rexx [interface] You can start it from MiamiDx->Events->Start The optionnal interface is the name of the interface to monitor. (default is default miami interface) You can put the picture directly on your web server, or ready to be upload on it, with a page to monitor results. Note ---- - If, your battery backed-up clock is dead, and you're using an NTP server to set your computer time, BE CAREFULL ! Miami start before your call to NTP, so every info it return (like onlinetime) take origin at the date and time before NTP call ... I use the following workaround (not nice, but it work) copy the NTPdelta.rexx script somewhere Correct it to use your NTP client (It use facts in french) and change line 36 of SRTG.rexx < timeOffset = 0 bye > timeOffset = GetTimeOffSet() Todo ---- If i found time, a C/C++ program using callback hook feature of Miami should be better. Feedback -------- Comments, criticisms or suggestions may be addressed to - bruyere@homemail.com