You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/06/11 00:07:58 UTC

[GitHub] [ignite-extensions] samaitra commented on a change in pull request #16: IGNITE-12666 Provide cluster performance profiling tool

samaitra commented on a change in pull request #16:
URL: https://github.com/apache/ignite-extensions/pull/16#discussion_r438472683



##########
File path: modules/profiling-ext/README.txt
##########
@@ -0,0 +1,12 @@
+Apache Ignite Profiling Module
+------------------------------
+
+Apache Ignite Profiling module provides cluster profiling tool based on performance logging to profiling files.
+
+To collect statistics in runtime and to build the performance report follow:
+
+ - Start profiling (use IgniteProfilingMBean JMX bean).
+ - Collect workload statistics.
+ - Stop profiling (use IgniteProfilingMBean JMX bean).
+ - Collect profiling files from all nodes under an empty directory.
+ - Run script ./bin/profiling.sh path_to_files to build the performance report.

Review comment:
       Can you please share more info on the usage of this tool?
   
    In the readme we have ./bin/profiling.sh but this file is not present in PR.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org