You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2016/01/11 16:46:08 UTC

[4/6] storm git commit: updates profiling docs for action checkboxes & links

updates profiling docs for action checkboxes & links


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/c3426692
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/c3426692
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/c3426692

Branch: refs/heads/master
Commit: c34266924a0bcb7c17bddc0a602580e892153651
Parents: 497aa09
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Thu Jan 7 23:27:30 2016 -0600
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Thu Jan 7 23:27:30 2016 -0600

----------------------------------------------------------------------
 docs/documentation/dynamic-worker-profiling.md  |   6 +++++-
 .../images/dynamic_profiling_debugging_1.png    | Bin 93635 -> 56876 bytes
 .../images/dynamic_profiling_debugging_2.png    | Bin 138120 -> 99164 bytes
 .../images/dynamic_profiling_debugging_4.png    | Bin 0 -> 121994 bytes
 4 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/c3426692/docs/documentation/dynamic-worker-profiling.md
----------------------------------------------------------------------
diff --git a/docs/documentation/dynamic-worker-profiling.md b/docs/documentation/dynamic-worker-profiling.md
index 9bc8da3..088a232 100644
--- a/docs/documentation/dynamic-worker-profiling.md
+++ b/docs/documentation/dynamic-worker-profiling.md
@@ -8,7 +8,11 @@ The storm dynamic profiler lets you dynamically take heap-dumps, jprofile or jst
 Using the Storm UI
 -------------
 
-In order to request for heap-dump, jstack, start/stop/dump jprofile or restart a worker, click on a running topology, then click on specific component, then you can select worker from the dropdown for that particular component and then click on “Start","Heap", "Jstack" or "Restart Worker" in the "Profiing and Debugging" section.
+In order to request for heap-dump, jstack, start/stop/dump jprofile or restart a worker, click on a running topology, then click on specific component, then you can select workers by checking the box of any of the worker's executors in the Executors table, and then click on “Start","Heap", "Jstack" or "Restart Worker" in the "Profiling and Debugging" section.
+
+![Selecting Workers](images/dynamic_profiling_debugging_4.png "Selecting Workers")
+
+In the Executors table, click the checkbox in the Actions column next to any executor, and any other executors belonging to the same worker are automatically selected. When the action has completed, any output files created will available at the link in the Actions column.
 
 ![Profiling and Debugging](images/dynamic_profiling_debugging_1.png "Profiling and Debugging")
 

http://git-wip-us.apache.org/repos/asf/storm/blob/c3426692/docs/documentation/images/dynamic_profiling_debugging_1.png
----------------------------------------------------------------------
diff --git a/docs/documentation/images/dynamic_profiling_debugging_1.png b/docs/documentation/images/dynamic_profiling_debugging_1.png
index 3913e86..6be1f86 100644
Binary files a/docs/documentation/images/dynamic_profiling_debugging_1.png and b/docs/documentation/images/dynamic_profiling_debugging_1.png differ

http://git-wip-us.apache.org/repos/asf/storm/blob/c3426692/docs/documentation/images/dynamic_profiling_debugging_2.png
----------------------------------------------------------------------
diff --git a/docs/documentation/images/dynamic_profiling_debugging_2.png b/docs/documentation/images/dynamic_profiling_debugging_2.png
index 66c0236..342ad94 100644
Binary files a/docs/documentation/images/dynamic_profiling_debugging_2.png and b/docs/documentation/images/dynamic_profiling_debugging_2.png differ

http://git-wip-us.apache.org/repos/asf/storm/blob/c3426692/docs/documentation/images/dynamic_profiling_debugging_4.png
----------------------------------------------------------------------
diff --git a/docs/documentation/images/dynamic_profiling_debugging_4.png b/docs/documentation/images/dynamic_profiling_debugging_4.png
new file mode 100644
index 0000000..0afe9f4
Binary files /dev/null and b/docs/documentation/images/dynamic_profiling_debugging_4.png differ