The VertexExecutionStats type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VertexExecutionStats | Initializes a new instance of the VertexExecutionStats class |
Properties
Name | Description | |
---|---|---|
CompletedVertices |
Total number of completed vertices
| |
DataReadCrossPod |
Total amount of data read cross pod
| |
DataReadIntraPod |
Total amount of data read intra pod
| |
MaxVertexDataRead |
Maximum data read by a single vertex
| |
MinVertexDataRead |
Minimum data read by a single vertex
| |
RunningVertices |
Total number of running vertices
| |
StreamingExecutionStat |
The statistic information for a streaming job stage
| |
TotalTimeCompleted |
Total time to complete the stage
| |
TotalVertexDataRead |
Total data read so far
| |
TotalVertexDataToRead |
Total data to be read
| |
TotalVertexDataWritten |
Total amount of data written to disk so far
| |
VertexClassName |
Name of the stage/vertex class
| |
VertexDulicateDiscards |
Total number of running duplicate discards
| |
VertexDuplicateDiscards |
Total number of running duplicate discards
| |
VertexFailures |
Total number of running failed vertices
| |
VertexReadFailures |
Total number of running vertices with read failures
| |
VertexRevocations |
Total number of running vertex revocations
| |
VertexScheduleExecutions |
Total number of scheduled vertices
| |
Vertices |
Total number of vertices
|