Linuxfabrik / monitoring-plugins

220+ check plugins for Icinga and other Nagios-compatible monitoring applications. Each plugin is a standalone command line tool (written in Python) that provides a specific type of check.
https://linuxfabrik.ch
The Unlicense
217 stars 50 forks source link

docker-stats: I/O values not usable #277

Closed NavidSassan closed 2 years ago

NavidSassan commented 3 years ago

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 pure docker stats values (although these values should only be used as a guide, too) - or do not use them at all.

NavidSassan commented 3 years ago

In GitLab by @markuslf on Jun 14, 2021, 13:40

mentioned in commit c4b8c3b45d6a4c8011842c5886374d1be7f5d7bc

NavidSassan commented 3 years ago

In GitLab by @markuslf on Jun 15, 2021, 15:58

mentioned in commit 6e4f8e5c9ebfc27dd83416920b5f1100fb63d17c