Need to surface Job peak resource value(s) to job detail page so that user (admin) can easily know the job's max resource usage in a glance.
@scarlett2018 is already working on this.
Since Jan 9, 2019.
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 554
- Avg merge
- 20h 42m
- Merged PRs (30d)
- 14
Description
What would you like to be added:
Show peak resource used so far, so user have a chance to know if over reserved resource.
Why is this needed:
Sometime, user may apply 64G memory, but actually it's used only 4G. It wastes resource. With this feature, user has a chance aware of this, and user or admin can take action base on this information.
Taking MII deployment as an example, the memory usage is always a bottleneck. New Jobs are not able to perform because previous jobs used too much memories. Admin would like to know which jobs used too much resources.
Without this feature, how does the current module work:
User has to open metric table, and monitor it.
Components that may involve changes:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.