weaveworks / scope

Monitoring, visualisation & management for Docker & Kubernetes

Home Page:https://www.weave.works/oss/scope/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FEATURE REQUEST: cpu percentage should be calculated with respect to "cpu request/limit"

amitm02 opened this issue · comments

commented

Currently the CPU percentage is calculated with respect to the system cpus.
In the word on VMs and distributed system, the actual CPU of a specific node is not that important.
It would be better if there will be an option to show that as percentage with respected to "cpu limit/request" as specified by the pod

Duplicate of #2760?

Also note I have proposed that we use Prometheus as a source for metrics in future, so perhaps a good opportunity to look at how we can source Kubernetes resource requests and limits from Prometheus instead of adding more numbers to Scope reports.