[Orca-users] Re: rrd-problem?
Blair Zajac
blair at akamai.com
Fri Feb 23 20:38:45 PST 2001
Fredrik,
Have you gotten this issue handled?
The configuration file has an "interval" of 300 seconds, so it will
aggregate all of your data into 300 second buckets. It looks like
your data is measured on a pretty randomly interval on the order of
2-5 seconds. I would reduce the "interval" Orca configuration
parameter to match the actual measurement interval.
Maybe there's no data in the RRD file because a full 300 seconds of
data was not entered as in the sample data below. There's not enough
sample data below to say if this is the cause though.
Regards,
Blair
fredrik.johansson at att.se wrote:
>
> Hello!
>
> I've problem to get Orca to work on my RedHat linux.
> Orca don't plott my data. It seems that the rrd-database is not filed
> in properly.
> When I am doing: # rrdtool fetch website AVERAGE --start 970235793
> --stop 970235856
> -->> output
> Orca19990222
>
> 970235700: nan
> 970236000: nan
>
> Do anyone know what's the problem is?
>
> I'd be verry happy if someone could help me with this!
> Thanks!
>
> --------------------------------------
>
> my config file looks like this:
>
> state_file fredrik
> base_dir /opt/orca
> html_dir /home/httpd/html/orca
> rrd_dir rrd
>
>
> group website {
> find_files /home/se39239/myscripts/output.txt
> column_description timestamp svarstid
> date_source column_name timestamp
> date_format epoch
> interval 300
> }
>
> plot {
> title Svarstider website
> source website
> data svarstid
> data_type GAUGE
> legend Svarstid
> y_legend Svarstid ms
> }
> -------------------------------------
> And my data file look like this:
> timestamp svarstid
> 970235793 190
> 970235799 180
> 970235805 200
> 970235810 190
> 970235813 200
> 970235814 200
> 970235817 261
> 970235820 180
> 970235822 220
> 970235824 190
> 970235827 210
> 970235829 170
> 970235831 180
> 970235834 220
> 970235839 200
> 970235845 190
> 970235850 180
> 970235856 150
> . .
> . .
> . .
More information about the Orca-users
mailing list