kube-HPC / hkube

🐟 High Performance Computing over Kubernetes - Core Repo 🎣
http://hkube.io
MIT License
305 stars 20 forks source link

View RAM usage information in a graph view #117

Closed Ronenk5678 closed 6 years ago

Ronenk5678 commented 6 years ago

As a HKube manager I want to be able to view RAM usage information in a graph view, so that I can analyze RAM usage and sizing over time.

User story implementation details:

  1. RAM usage information means: 1.1. Average RAM usage (percentage) per minute in the chosen time frame. The average RAM usage will be calculated separately per container. 1.2. Total (cluster) RAM usage (percentage) in the chosen time frame.
  2. General requirements for graph view are detailed in #115
eytangro commented 6 years ago

TID-201