# -- # Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you # did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt. # --
| [% Translate("Interface") | html %] | [% Translate("Requests") | html %] | [% Translate("Min Response") | html %] | [% Translate("Max Response") | html %] | [% Translate("Average Response") | html %] |
|---|---|---|---|---|
| [% Data.Interface | truncate(40) | html %] | [% Data.Count | html %] | [% Data.Min | html %]s | [% Data.Max | html %]s | [% Data.Average | html %]s |
| [% Data.Module | truncate(40) | html %] | [% Data.Count | html %] | [% Data.Min | html %]s | [% Data.Max | html %]s | [% Data.Average | html %]s |
[% Translate("Interface") | html %]: [% Data.Interface | html %], [% Translate("Module") | html %]: [% Data.Module | html %], [% Translate("Period") | html %]: [% Data.Period | html %] [% Translate("minutes") | html %]
| [% Translate("Date") | html %] | [% Translate("Requests") | html %] | [% Translate("Min") | html %] | [% Translate("Max") | html %] | [% Translate("Average") | html %] | |
|---|---|---|---|---|---|
| [% Data.Date | Localize("TimeShort") %] | [% Data.Count | html %] | [% Data.Min | html %]s | [% Data.Max | html %]s | [% Data.Average | html %]s |