Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memory graph not showing low utilization #49

Closed
etopeter opened this issue Oct 14, 2019 · 0 comments
Closed

memory graph not showing low utilization #49

etopeter opened this issue Oct 14, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@etopeter
Copy link
Owner

When displaying graph view of node utilization kubectl view-utilization nodes memory graph is not showing bars with low utilization. Bars under 14% of utilization are not shown due to the bug in array index.

bar_index=int(int(int(a[n]-min)*2^8) / f )

awk arrays start with index 1 not 0

System details

  • Operating system that client is running: MacOS
  • kubectl client and server version: v1.15.3, v1.13.10-eks-5ac0f1
  • view-utilization plugin version: v0.3.0
@etopeter etopeter added the bug Something isn't working label Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant