kube-HPC / hkube

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

Monitor handling time of algorithm request #106

Closed Ronenk5678 closed 6 years ago

Ronenk5678 commented 6 years ago

As a Pipeline Builder/ HKube manager I want to be able to view the average handling time of algorithm's requests in configurable time frame, so that I can analyze the performance of algorithm execution.

User Story implementation details:

  1. Handling time of algorithm's requests - from the time the initialization of the algorithm execution was completed till the time the result of the algorithm was written.
  2. Statistics of algorithm request's handling time - 50 & 90 percentile of algorithm request's handling time
  3. Each of the statistics information will be calculated separately peralgorithm type.
  4. Graph view is detailed in #110
eytangro commented 6 years ago

TID-201

eytangro commented 6 years ago

TID-205