You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by na...@apache.org on 2022/09/04 19:13:45 UTC

[ignite] branch master updated: IGNITE-17619 Documentation: add a performance statistics report example (#10237)

This is an automated email from the ASF dual-hosted git repository.

namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 95bbfa69561 IGNITE-17619 Documentation: add a performance statistics report example (#10237)
95bbfa69561 is described below

commit 95bbfa69561d9c724d4605698b785dd08f988044
Author: Nikita Amelchev <ns...@gmail.com>
AuthorDate: Sun Sep 4 22:13:36 2022 +0300

    IGNITE-17619 Documentation: add a performance statistics report example (#10237)
---
 .../performance-statistics.adoc                       |  18 ++++++++++++++++++
 .../performance-statistics/perf_stat_1.jpg            | Bin 0 -> 187948 bytes
 .../performance-statistics/perf_stat_2.jpg            | Bin 0 -> 274745 bytes
 .../performance-statistics/perf_stat_3.jpg            | Bin 0 -> 260553 bytes
 .../performance-statistics/perf_stat_4.jpg            | Bin 0 -> 284389 bytes
 .../performance-statistics/perf_stat_5.jpg            | Bin 0 -> 247453 bytes
 6 files changed, 18 insertions(+)

diff --git a/docs/_docs/extensions-and-integrations/performance-statistics.adoc b/docs/_docs/extensions-and-integrations/performance-statistics.adoc
index 2cd48ed7f3c..e79cb29b529 100644
--- a/docs/_docs/extensions-and-integrations/performance-statistics.adoc
+++ b/docs/_docs/extensions-and-integrations/performance-statistics.adoc
@@ -52,6 +52,24 @@ For more details run the help command:
 performance-statistics-tool/build-report.sh --help
 ----
 
+=== Performance Statistics Report Example
+
+:perf_stat_url: ../../assets/images/integrations/performance-statistics
+
+[tabs]
+--
+tab:Cache operations[]
+image:{perf_stat_url}/perf_stat_2.jpg[link="{perf_stat_url}/perf_stat_2.jpg",window=_blank]
+tab:Transactions[]
+image:{perf_stat_url}/perf_stat_3.jpg[link="{perf_stat_url}/perf_stat_3.jpg",window=_blank]
+tab:Queries[]
+image:{perf_stat_url}/perf_stat_4.jpg[link="{perf_stat_url}/perf_stat_4.jpg",window=_blank]
+tab:Compute[]
+image:{perf_stat_url}/perf_stat_5.jpg[link="{perf_stat_url}/perf_stat_5.jpg",window=_blank]
+tab:Cluster info[]
+image:{perf_stat_url}/perf_stat_1.jpg[link="{perf_stat_url}/perf_stat_1.jpg",window=_blank]
+--
+
 == Print Statistics
 
 Ignite provides a tool to print statistics to a console or to a file in JSON format.
diff --git a/docs/assets/images/integrations/performance-statistics/perf_stat_1.jpg b/docs/assets/images/integrations/performance-statistics/perf_stat_1.jpg
new file mode 100644
index 00000000000..f8f442084d2
Binary files /dev/null and b/docs/assets/images/integrations/performance-statistics/perf_stat_1.jpg differ
diff --git a/docs/assets/images/integrations/performance-statistics/perf_stat_2.jpg b/docs/assets/images/integrations/performance-statistics/perf_stat_2.jpg
new file mode 100644
index 00000000000..24135ea71d2
Binary files /dev/null and b/docs/assets/images/integrations/performance-statistics/perf_stat_2.jpg differ
diff --git a/docs/assets/images/integrations/performance-statistics/perf_stat_3.jpg b/docs/assets/images/integrations/performance-statistics/perf_stat_3.jpg
new file mode 100644
index 00000000000..829263c379f
Binary files /dev/null and b/docs/assets/images/integrations/performance-statistics/perf_stat_3.jpg differ
diff --git a/docs/assets/images/integrations/performance-statistics/perf_stat_4.jpg b/docs/assets/images/integrations/performance-statistics/perf_stat_4.jpg
new file mode 100644
index 00000000000..e3b13392a5f
Binary files /dev/null and b/docs/assets/images/integrations/performance-statistics/perf_stat_4.jpg differ
diff --git a/docs/assets/images/integrations/performance-statistics/perf_stat_5.jpg b/docs/assets/images/integrations/performance-statistics/perf_stat_5.jpg
new file mode 100644
index 00000000000..38faaa10e20
Binary files /dev/null and b/docs/assets/images/integrations/performance-statistics/perf_stat_5.jpg differ