
Describe the bug
I see strange pod CPU load percentage metrics with current K9s version (0.9.3). Compared to version 0.9.2 the values are much higher and often over 100%. In 0.9.2 the values look much more "real" to me.
To Reproduce
See the pod list in K9s. Compared to the last version the values of the CPU load should be much higher.
Expected behavior
Well ... the values should be correct! ;)
Screenshots
https://twitter.com/binarycoded/status/1189822769330032640?s=20
Versions (please complete the following information):
Hey @binarycoded, as Andrew pointed out we changed how the cpu% and mem% is calculated to use the request instead of the limit value on the last release. Could this be the strange values you are seeing?
Andrew also opened a new issue #413 to display both values if you are interested in seeing the % based on the limit instead of request.
If you are okay with these I suggest us to close this issue.
@paivagustavo that sounds great, thanks a lot!