{{ node.detail.name }}
Status Parallelism {{ node.detail.parallelism }} Start Time {{ node.detail['start-time'] | nzHumanizeDate: 'yyyy-MM-dd HH:mm:ss' }} End Time {{ node.detail['end-time'] | nzHumanizeDate: 'yyyy-MM-dd HH:mm:ss' }} Duration {{ node.detail.duration | nzHumanizeDuration: 's'}} In Queue {{ node.detail.metrics['buffers-in-pool-usage-max'] | percent | nzHumanizeCheckNull }} TPS {{ node.detail.metrics['tps'] | number:'1.0-1' | nzHumanizeCheckNull }}
Task Records Sent {{ node.detail.metrics['write-records'] | number:'1.0-1' | nzHumanizeCheckNull}} Bytes Received {{ node.detail.metrics['read-bytes'] | nzHumanizeBytes | nzHumanizeCheckNull}} Records Received {{ node.detail.metrics['read-records'] | number:'1.0-1' | nzHumanizeCheckNull}} Bytes Sent {{ node.detail.metrics['write-bytes'] | nzHumanizeBytes | nzHumanizeCheckNull}} Out Queue {{ node.detail.metrics['buffers-out-pool-usage-max'] | percent | nzHumanizeCheckNull}} Delay {{ node.detail.metrics['delay'] | number:'1.0-1' | nzHumanizeCheckNull }} ms