Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Buffer 'docker stats' text to avoid terminal flickering
This change reduces the flickering of the terminal when running `docker stats` by buffering the formatted stats text and printing it in one write. Should also consume less CPU as we now only have to issue a single syscall to write the stats text to the terminal. Signed-off-by: Giedrius Jonikas <[email protected]>
- Loading branch information