tmljob commented on issue #965:
URL:
https://github.com/apache/incubator-seatunnel/issues/965#issuecomment-1063713382
> Is there a solution to this problem? How do you collect metrics for
specific etl tasks in practice?
like DataX,as flows:
```
2022-03-05 14:00:22 [AnalysisStatistics.analysisStatisticsLog-53] 任务启动时刻
: 2022-03-05 14:00:01
2022-03-05 14:00:22 [AnalysisStatistics.analysisStatisticsLog-53] 任务结束时刻
: 2022-03-05 14:00:22
2022-03-05 14:00:22 [AnalysisStatistics.analysisStatisticsLog-53] 任务总计耗时
: 21s
2022-03-05 14:00:22 [AnalysisStatistics.analysisStatisticsLog-53] 任务平均流量
: 1.53MB/s
2022-03-05 14:00:22 [AnalysisStatistics.analysisStatisticsLog-53] 记录写入速度
: 1391rec/s
2022-03-05 14:00:22 [AnalysisStatistics.analysisStatisticsLog-53] 读出记录总数
: 27824
2022-03-05 14:00:22 [AnalysisStatistics.analysisStatisticsLog-53] 读写失败总数
: 0
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]