[% PROCESS 'html-incblocks.txt' %] [% INCLUDE htmlstart title="Torrus Reports: " _ year contentClass="SingleColumnContent" noTopMenu=1 %]

Torrus report: [% monthName(month) %] [% year %]

[% INCLUDE treename %] [% FOREACH reportname = data.keys.sort; fieldshash = data.$reportname; IF reportname == 'MonthlyUsage' %] [% rowCount = 0; FOREACH serviceid = fieldshash.keys.sort; rowCount = rowCount + 1; IF rowCount % 2 %] [% ELSE %] [% END %] [% FOREACH varname = ['AVG', '95TH_PERCENTILE', 'MAX', 'UNAVAIL', 'VOLUME'] %] [% END %] [% END %]
Monthly usage
Service ID Average 95th
Percentile
Maximum Unavailable
samples
Volume
[% serviceid %] [% formatValue( fieldshash.$serviceid.$varname ) %]
[% ELSE %] [% rowCount = 0; FOREACH serviceid = fieldshash.keys.sort; FOREACH varname = fieldshash.$serviceid.keys.sort; rowCount = rowCount + 1; IF rowCount % 2 %] [% ELSE %] [% END %] [% END; END %]
[% reportname %]
Service ID Field Value
[% serviceid %] [% varname %] [% formatValue( fieldshash.$serviceid.$varname ) %]
[% END; END %]
Average: the monthly average of 5-minute samples.
95th percentile: 95% of the time, the usage is at or below this amount.
Maximum: the maximum value among 5-minute samples.
Unavailable samples: how many 5-minute samples were missed from the measurements.
Volume: for traffic usage, this is the absolut volume of data in avaiable 5-minute samples.
[% INCLUDE htmlend %]