Files
docker-cli/cli/command
Giedrius Jonikas 0b16070ae6 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 <giedriusj1@gmail.com>
2024-10-31 11:23:57 +00:00
..
2024-07-04 01:35:12 +02:00
2024-10-10 17:00:43 +02:00
2024-06-18 12:17:13 +02:00
2024-06-11 17:59:48 +02:00