summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4893e89)
raw | patch | inline | side by side (parent: 4893e89)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 25 May 2004 22:08:12 +0000 (22:08 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 25 May 2004 22:08:12 +0000 (22:08 +0000) |
-- Mike Slifcak
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@274 a5681a0c-68f1-0310-ab6d-d61299d08faa
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@274 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/examples/shared-demo.pl.in | patch | blob | history |
index 802197130380c730973b735d813809919fc54891..9442196159ede46758e0fe273bf4db494b8cf514 100755 (executable)
$t<$START+$STEP*$RUNS;
$t+=$STEP+int((rand()-0.5)*7)){
$counter += int(2500*sin($t/2000)*$STEP);
- my $data = int(1000+500*sin($t/1000)).":".
- int(1000+900*sin($t/2330)).":".
- int(2000*cos($t/1550)).":".
- int(3220*sin($t/3420)).":$counter";
+ my $data = (1000+500*sin($t/1000)).":".
+ (1000+900*sin($t/2330)).":".
+ (2000*cos($t/1550)).":".
+ (3220*sin($t/3420)).":$counter";
push(@options, "$t:$data");
RRDs::update $RRD1, "$t:$data";
if ($ERROR = RRDs::error) {