Commit fee315a5 authored by Geoff Simmons's avatar Geoff Simmons

govarnishlog prints the incomplete tx high watermark.

parent 4803ddbf
......@@ -276,6 +276,8 @@ func main() {
fmt.Fprintf(os.Stderr, "%d tx grps written\n", writes)
fmt.Fprintf(os.Stderr, "%d r/w channel high watermark\n",
chanHi)
fmt.Fprintf(os.Stderr, "%d incomplete tx high watermark\n",
q.IncompleteTxHigh)
fmt.Fprintf(os.Stderr, "%d times reader at eol\n", eol)
fmt.Fprintf(os.Stderr, "%v reader total idle time\n", totIdle)
fmt.Fprintf(os.Stderr, "%v mean idle time\n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment