Click or drag to resize

TaskMetrics Properties

The TaskMetrics type exposes the following members.

Properties
  NameDescription
Public propertyDfsBytesRead
Gets or sets the number of bytes read from the Distributed File System.
Public propertyDfsBytesWritten
Gets or sets the number of bytes written to the Distributed File System.
Public propertyDiscardedPartitions
Gets or sets the number of partitions that were discarded because the had been reassigned to another task.
Public propertyDynamicallyAssignedPartitions
Gets or sets the number of partitions that the task received through dynamic partition assignment.
Public propertyInputBytes
Gets or sets the number of bytes that this task had as input.
Public propertyInputRecords
Gets or sets the number of records read.
Public propertyLocalBytesRead
Gets or sets the number of bytes read from the local disk.
Public propertyLocalBytesWritten
Gets or sets the number of bytes written to the local disk.
Public propertyNetworkBytesRead
Gets or sets the number of bytes read over the network by the file and TCP channels.
Public propertyNetworkBytesWritten
Gets or sets the number of bytes written over the network by the TCP channel.
Public propertyOutputBytes
Gets or sets the number of bytes that this task had as output.
Public propertyOutputRecords
Gets or sets the number of records written.
Top
See Also