{{template "header" .}}
DbName | SchemaName | TableName | PluginName | ToServerKey | Position | PluginParam | Status | Error | ErrorWaitData | OP | |
---|---|---|---|---|---|---|---|---|---|---|---|
{{$i}}-{{$k}} | {{$toServer.DbName}} | {{$toServer.SchemaName}} | {{$toServer.TableName}} | {{$v.PluginName}} | {{$v.ToServerKey}} |
BinlogNum: {{$v.BinlogFileNum}} Position : {{$v.BinlogPosition}} LastBinlogFileNum: {{$v.LastBinlogFileNum}} LastBinlogPosition : {{$v.LastBinlogPosition}} QueueMsgCount: {{$v.QueueMsgCount}} FileQueueStatus: {{$v.FileQueueStatus}} {{if eq $v.FileQueueStatus false}} 非极端情况下,不要手工点击启动文件队列,进行启动 {{else}} {{end}} |
{{range $pKey, $pVal := $v.PluginParam}}
{{$pKey}} : {{$pVal}} {{end}} |
{{$v.Status}} | {{$v.Error}} |
{{if $v.ErrorWaitData }}
{{$v.ErrorWaitData}} {{end}} |
{{if eq $v.Status "stopped"}} {{end}} {{if or (eq $v.Status "running") (eq $v.Status "") }} {{end}} |