| Server IP : 85.214.239.14 / Your IP : 216.73.216.53 Web Server : Apache/2.4.65 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/2/cwd/proc/3/cwd/proc/2/root/usr/share/doc/rrdtool/examples/ |
Upload File : |
#! /usr/bin/rrdcgi
<HTML>
<HEAD>
<TITLE>RRDCGI Demo</TITLE>
</HEAD>
<BODY>
Note: This Demo will only work if have previously run
the <TT>shared-demo.pl</TT>.
<H1>This is NOT traffic</H1>
<P><RRD::GRAPH cgi-demo1.png
--lower-limit 0
--start 'end-10h'
--title "Graph in Localtime <RRD::TIME::NOW %c>"
DEF:alpha=shared-demo.rrd:a:AVERAGE
DEF:beta=shared-demo.rrd:b:AVERAGE
AREA:alpha#0022e9:"Trees on Mars"
STACK:beta#00b871:"Elchs in Norway">
</P>
<P><RRD::SETENV TZ UTC>
<RRD::GRAPH cgi-demo2.png
--lower-limit 0
--start 'end-10h'
--title "Graph in UTC"
DEF:alpha=shared-demo.rrd:a:AVERAGE
DEF:beta=shared-demo.rrd:b:AVERAGE
AREA:alpha#0022e9:"Trees on Mars"
STACK:beta#00b871:"Elchs in Norway">
</P>
</BODY>
</HTML>