From 667b92a3a4e0fada63703bcb170f49da13f9a40a Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Tue, 23 Jul 2019 22:25:23 -0700 Subject: Update performance bar documentation --- .../monitoring/performance/img/performance_bar.png | Bin 99331 -> 127198 bytes .../img/performance_bar_gitaly_calls.png | Bin 91275 -> 203373 bytes .../img/performance_bar_redis_calls.png | Bin 0 -> 191734 bytes .../img/performance_bar_rugged_calls.png | Bin 0 -> 274852 bytes .../img/performance_bar_sql_queries.png | Bin 128337 -> 338952 bytes .../monitoring/performance/performance_bar.md | 8 +++++--- 6 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 doc/administration/monitoring/performance/img/performance_bar_redis_calls.png create mode 100644 doc/administration/monitoring/performance/img/performance_bar_rugged_calls.png (limited to 'doc') diff --git a/doc/administration/monitoring/performance/img/performance_bar.png b/doc/administration/monitoring/performance/img/performance_bar.png index 2bf686f9017..8a6f8b3b273 100644 Binary files a/doc/administration/monitoring/performance/img/performance_bar.png and b/doc/administration/monitoring/performance/img/performance_bar.png differ diff --git a/doc/administration/monitoring/performance/img/performance_bar_gitaly_calls.png b/doc/administration/monitoring/performance/img/performance_bar_gitaly_calls.png index 7af6d401d1d..265178729c4 100644 Binary files a/doc/administration/monitoring/performance/img/performance_bar_gitaly_calls.png and b/doc/administration/monitoring/performance/img/performance_bar_gitaly_calls.png differ diff --git a/doc/administration/monitoring/performance/img/performance_bar_redis_calls.png b/doc/administration/monitoring/performance/img/performance_bar_redis_calls.png new file mode 100644 index 00000000000..78dd7594adf Binary files /dev/null and b/doc/administration/monitoring/performance/img/performance_bar_redis_calls.png differ diff --git a/doc/administration/monitoring/performance/img/performance_bar_rugged_calls.png b/doc/administration/monitoring/performance/img/performance_bar_rugged_calls.png new file mode 100644 index 00000000000..f4068268137 Binary files /dev/null and b/doc/administration/monitoring/performance/img/performance_bar_rugged_calls.png differ diff --git a/doc/administration/monitoring/performance/img/performance_bar_sql_queries.png b/doc/administration/monitoring/performance/img/performance_bar_sql_queries.png index b3219b4fa94..dab323eb066 100644 Binary files a/doc/administration/monitoring/performance/img/performance_bar_sql_queries.png and b/doc/administration/monitoring/performance/img/performance_bar_sql_queries.png differ diff --git a/doc/administration/monitoring/performance/performance_bar.md b/doc/administration/monitoring/performance/performance_bar.md index 4ee156fdc11..15eab7dcab0 100644 --- a/doc/administration/monitoring/performance/performance_bar.md +++ b/doc/administration/monitoring/performance/performance_bar.md @@ -8,15 +8,16 @@ activated, it looks as follows: It allows you to see (from left to right): - the current host serving the page -- the timing of the page (backend, frontend) - time taken and number of DB queries, click through for details of these queries ![SQL profiling using the Performance Bar](img/performance_bar_sql_queries.png) - time taken and number of [Gitaly] calls, click through for details of these calls ![Gitaly profiling using the Performance Bar](img/performance_bar_gitaly_calls.png) +- time taken and number of [Rugged] calls, click through for details of these calls + ![Rugged profiling using the Performance Bar](img/performance_bar_rugged_calls.png) - profile of the code used to generate the page, line by line. In the profile view, the numbers in the left panel represent wall time, cpu time, and number of calls (based on [rblineprof](https://github.com/tmm1/rblineprof)). ![Line profiling using the Performance Bar](img/performance_bar_line_profiling.png) -- time taken and number of calls to Redis -- time taken and number of background jobs created by Sidekiq +- time taken and number of Redis calls, click through for details of these calls + ![Redis profiling using the Performance Bar](img/performance_bar_redis_calls.png) - time taken and number of Ruby GC calls On the far right is a request selector that allows you to view the same metrics @@ -43,3 +44,4 @@ You can toggle the Bar using the same shortcut. ![GitLab Performance Bar Admin Settings](img/performance_bar_configuration_settings.png) [Gitaly]: ../../gitaly/index.md +[Rugged]: ../../high_availability/nfs.md#improving-nfs-performance-with-gitlab -- cgit v1.2.1