% if @presenter.display_performance? && @presenter.performance_data? %>
<%= @presenter.performance_graph_label(graph_info) %>
<%= image_tag(@presenter.performance_graph(graph_info), alt: @presenter.performance_graph_label(graph_info)) %><%= t('qa_server.monitor_status.performance.search') %> | <%= t('qa_server.monitor_status.performance.fetch') %> | <%= t('qa_server.monitor_status.performance.all_actions') %> | |||||||
---|---|---|---|---|---|---|---|---|---|
<%= t('qa_server.monitor_status.performance.slowest_times') %> | <%= t('qa_server.monitor_status.performance.average_times') %> | <%= t('qa_server.monitor_status.performance.fastest_times') %> | <%= t('qa_server.monitor_status.performance.slowest_times') %> | <%= t('qa_server.monitor_status.performance.average_times') %> | <%= t('qa_server.monitor_status.performance.fastest_times') %> | <%= t('qa_server.monitor_status.performance.slowest_times') %> | <%= t('qa_server.monitor_status.performance.average_times') %> | <%= t('qa_server.monitor_status.performance.fastest_times') %> | |
<%= authority_name %> | |||||||||
<%= t('qa_server.monitor_status.performance.retrieve_times') %> | <%= @presenter.high_retrieve(search_stats) %> | <%= @presenter.avg_retrieve(search_stats) %> | <%= @presenter.low_retrieve(search_stats) %> | <%= @presenter.high_retrieve(fetch_stats) %> | <%= @presenter.avg_retrieve(fetch_stats) %> | <%= @presenter.low_retrieve(fetch_stats) %> | <%= @presenter.high_retrieve(all_actions_stats) %> | <%= @presenter.avg_retrieve(all_actions_stats) %> | <%= @presenter.low_retrieve(all_actions_stats) %> |
<%= t('qa_server.monitor_status.performance.graph_load_times') %> | <%= @presenter.high_graph_load(search_stats) %> | <%= @presenter.avg_graph_load(search_stats) %> | <%= @presenter.low_graph_load(search_stats) %> | <%= @presenter.high_graph_load(fetch_stats) %> | <%= @presenter.avg_graph_load(fetch_stats) %> | <%= @presenter.low_graph_load(fetch_stats) %> | <%= @presenter.high_graph_load(all_actions_stats) %> | <%= @presenter.avg_graph_load(all_actions_stats) %> | <%= @presenter.low_graph_load(all_actions_stats) %> |
<%= t('qa_server.monitor_status.performance.normalization_times') %> | <%= @presenter.high_normalization(search_stats) %> | <%= @presenter.avg_normalization(search_stats) %> | <%= @presenter.low_normalization(search_stats) %> | <%= @presenter.high_normalization(fetch_stats) %> | <%= @presenter.avg_normalization(fetch_stats) %> | <%= @presenter.low_normalization(fetch_stats) %> | <%= @presenter.high_normalization(all_actions_stats) %> | <%= @presenter.avg_normalization(all_actions_stats) %> | <%= @presenter.low_normalization(all_actions_stats) %> |
<%= t('qa_server.monitor_status.performance.full_request_times') %> | <%= @presenter.high_full_request(search_stats) %> | <%= @presenter.avg_full_request(search_stats) %> | <%= @presenter.low_full_request(search_stats) %> | <%= @presenter.high_full_request(fetch_stats) %> | <%= @presenter.avg_full_request(fetch_stats) %> | <%= @presenter.low_full_request(fetch_stats) %> | <%= @presenter.high_full_request(all_actions_stats) %> | <%= @presenter.avg_full_request(all_actions_stats) %> | <%= @presenter.low_full_request(all_actions_stats) %> |