kube-HPC / hkube

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

View statistics of algorithm's requests in a table view #108

Closed Ronenk5678 closed 6 years ago

Ronenk5678 commented 6 years ago

As a HKube manager I want to be able to view statistics of algorithm's requests in a table view, so that I can analyze the usage of HKube and hence its sizing.

User Story implementation details:

  1. statistics of algorithm's requests means: 1.1. Average number of algorithm's requests per minute in the chosen time frame. 1.2. Maximum number of algorithm's requests in the chosen time frame. 1.3. Each of the statistics information will be calculated separately per algorithm type.
  2. Table view is detailed in #107
Ronenk5678 commented 6 years ago

The user story was cancelled