logTaskEnd(int taskId,
long taskDuration,
List<Long> commandsDuration,
long dataTransferDuration,
long outputMessageSize,
long workingDataSize,
int exitCode)
Log a task end.
void
logTaskStart(int taskId,
int jobId,
int taskIndex,
ZonedDateTime startTime,
int slaveRank,
int slaveThread,
long inputMessageSize)
Log a task start.
Method Details
logCommonFileTransfer
voidlogCommonFileTransfer(String fileName,
int chunk,
long size,
long duration)
voidlogTaskStart(int taskId,
int jobId,
int taskIndex,
ZonedDateTime startTime,
int slaveRank,
int slaveThread,
long inputMessageSize)
Log a task start.
Parameters:
taskId - the task id
jobId - the job id
taskIndex - index of the task in the job
startTime - task start time
slaveRank - slave rank that has managed the task
slaveThread - slave thread that has managed the task
inputMessageSize - input message size in bytes
logTaskEnd
voidlogTaskEnd(int taskId,
long taskDuration,
List<Long> commandsDuration,
long dataTransferDuration,
long outputMessageSize,
long workingDataSize,
int exitCode)
Log a task end.
Parameters:
taskId - the task id
taskDuration - task duration in ms
commandsDuration - duration in ms of all commands of the task
dataTransferDuration - part of the task duration corresponding to data transfer in ms
outputMessageSize - output message size in bytes
workingDataSize - working data size in bytes on slave side