Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimise
docker stats
to not require clearing the whole screen
Instead of clearing the whole screen and then writing the new stats, we now write the new stats on top of the old text, and then clear the remaining text. This is a more efficient way to update the stats, as it avoids the flickering that happens when the screen is cleared and rewritten. Signed-off-by: Giedrius Jonikas <[email protected]>
- Loading branch information