kill-process
kill-process copied to clipboard
**[PROPOSAL]** Multiple process with same name check
Please prefix your issue with one of the following: [BUG] [PROPOSAL] [QUESTION].
In raising this issue, I confirm the following (please check boxes):
- [x] I have read and understood the contributors guide.
- [x] I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.
- [x] I have checked that the bug-fix I am reporting can be replicated.
Description of the problem
If i put php-fpm in killlist, the sript check only first php-fpm process. In real environment, multiple php-fpm process (one for site) is running with same process name and different pid. If a script in one site, for bug or an attack, consume 100% of cpu , i need to kill this pid. Thanks
Steps to reproduce
...