Add support to restarting on CPU usage
Open
Nobody has claimed this yet.
S: Open for PR
T: Enhancement
T: Feature
- Dominant language
- JavaScript
- Stars
- 43.3k
- Forks
- 2.7k
- PR merge metrics
- No merged PRs in 30d
Description
Like we have today for memory usage, make it so we can restart a specific app based on the CPU usage over time/cycles
Contributor guide
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.
Research direction
Start by examining how PM2 currently restarts an app based on memory usage, then trace the related configuration and command-line entry points. Determine how CPU usage over time or cycles should be specified and measured; done means a specific app can restart according to that CPU threshold without changing existing memory-based behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- devops, observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100