Closed NavidSassan closed 2 years ago
In GitLab by @markuslf on Jun 14, 2021, 13:40
mentioned in commit c4b8c3b45d6a4c8011842c5886374d1be7f5d7bc
In GitLab by @markuslf on Jun 15, 2021, 15:58
mentioned in commit 6e4f8e5c9ebfc27dd83416920b5f1100fb63d17c
In GitLab by @markuslf on Jun 14, 2021, 13:15
Since
docker stats
only displays byte-related data in a human-readable format, the calculation of network I/O (RX bps
,TX bps
) and block I/O (BlockIn/s
,BlockOut/s
) gets worse and worse with increasing size. Switch to the puredocker stats
values (although these values should only be used as a guide, too) - or do not use them at all.