Alert: NodeCPUUsage should be triggered when system's usage is high, not user's usage
@Binyang2014 is already working on this.
Since Jul 9, 2019.
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 554
- Avg merge
- 20h 42m
- Merged PRs (30d)
- 14
Description
It's similar with #2760 , but this is for CPU.
Currently, the NodeCPUUsage alert will be triggered when node's CPU usage is higher than 98%. The bar is adjusted many times, and extremely high now. But there are still chance triggered by user's usage. So, there should be a way to check only system usage.
So the alert should be triggered when the system uses CPU than expected. But not triggered, when user uses 100% of requested CPU .
If user needs all CPU as requested, admin doesn't need care about it.
If system's processes uses more CPU than designed, there should be an alert. Even the free CPU is enough. As there may be a potential issue on system.
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.