[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Cheshire Cat Computing :: View topic - Enumerate average over which Time
Cheshire Cat Computing
http://www.steveshipway.org/forum/

Enumerate average over which Time
http://www.steveshipway.org/forum/viewtopic.php?f=2&t=8058
Page 1 of 1

Author:  ChristianKrausse [ Fri Sep 28, 2012 10:35 pm ]
Post subject:  Enumerate average over which Time

Hello Steve,

how could I display or calculate the "averaged"? time.

I want to know, over which time the average values are built.
For example in the yearly graph the values are the averare from one day?

My main interrest is to enumerate this in the 6 Hour graph, where it should depend in which interval the values are stored in the rrd file.

In other words i would display as pagefoot the resolution. Is there a symbol? like %DEVICE% and %TARGET%
To calculaten myself I would need:
- number of datapoints displayed
- the intervall
- number of primary data points per row

So if I asume the interval is (15 sec) * (24 primary data points per row) = 360 seconds for each data point.

Any suggestion how this could be shown in the Graph or in the Footer?

Author:  stevesh [ Sun Sep 30, 2012 10:03 pm ]
Post subject:  Re: Enumerate average over which Time

Normally, Daily graphs have 5min averages, Weekly have 30min averages, Monthly have 2 hourly, and yearly have daily averages (as per the RRAs defined in the RRD file).

There is no symbol for this; also there is no symbol for the current gtype or gstyle, which is a shame since you could use a few nested IFs to deduce the averaging interval form the gtype. I'll have to add this as a new synbol in 2.23.

When routers2 calculates an average for the whole graph (as displayed in the text legend of the graph) that is the average for the entire time period of the graph being shown.

Author:  stevesh [ Mon Oct 01, 2012 10:51 am ]
Post subject:  Re: Enumerate average over which Time

Done in v2.23beta1

%INTERVAL% -- RRD interval for current Device
%AVGINT% -- averaging interval for current graph

You already have %STYLE% and %TYPE% for graph style and type.

Author:  ChristianKrausse [ Mon Oct 01, 2012 8:07 pm ]
Post subject:  Re: Enumerate average over which Time

Thanks Steve,

is the v2.23beta1 downloadable? I could't find it, would like to test ;) ...

Author:  stevesh [ Tue Oct 02, 2012 10:02 am ]
Post subject:  Re: Enumerate average over which Time

Not released yet; I still need to do more testing, update documentation, and change the install script as this new version includes the JSCal2 utility.
An announcement will be made on the mailing list when it comes out.

Page 1 of 1 All times are UTC + 12 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/