[SPARK-25170][DOC] Add list and short description of Spark Executor Task Metrics to the documentation#22167
Closed
LucaCanali wants to merge 1 commit intoapache:masterfrom
LucaCanali:docMonitoringTaskMetrics
Closed
[SPARK-25170][DOC] Add list and short description of Spark Executor Task Metrics to the documentation#22167LucaCanali wants to merge 1 commit intoapache:masterfrom LucaCanali:docMonitoringTaskMetrics
LucaCanali wants to merge 1 commit intoapache:masterfrom
LucaCanali:docMonitoringTaskMetrics
Conversation
|
Can one of the admins verify this patch? |
kiszk
reviewed
Sep 5, 2018
| </tr> | ||
| <tr> | ||
| <td>executorRunTime</td> | ||
| <td>Time the executor spent running this task. This includes time fetching shuffle data. |
Member
There was a problem hiding this comment.
Does Time mean elapsed time or other time?
kiszk
reviewed
Sep 5, 2018
| The value is expressed in milliseconds.</td> | ||
| </tr> | ||
| <tr> | ||
| <td>executorCpuTime |
Member
There was a problem hiding this comment.
Do we miss <td> in these two lines?
kiszk
reviewed
Sep 5, 2018
| </tr> | ||
| <tr> | ||
| <td>jvmGCTime</td> | ||
| <td>Amount of time the JVM spent in garbage collection while executing this task. |
Member
There was a problem hiding this comment.
Why do we start with amount of while the above parameters start Time or CPU Time?
kiszk
reviewed
Sep 5, 2018
| </tr> | ||
| <tr> | ||
| <td>resultSerializationTime</td> | ||
| <td>Amount of time spent serializing the task result. |
kiszk
reviewed
Sep 5, 2018
| </tr> | ||
| <tr> | ||
| <td>executorCpuTime | ||
| <td>CPU Time the executor spent running this task. This includes time fetching shuffle data. |
Member
|
I like to add description for metrics. |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Add description of Task Metrics to the documentation.
How was this patch tested?
None.