-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Please confirm the following
- I agree to follow this project's code of conduct.
- I have checked the current issues for duplicates.
- I understand that dispatcher is open source software provided for free and that I might not receive a timely response.
Feature type
New Feature
Feature Summary
In AWX, the awx-manage run_dispatcher --status command gave memory use of each worker.
At a high-level, we would like to do the same thing. Only one problem - that model breaks down.
Using forkserver, 2 new processes are introduced to manage the workers. So that's
- main process - 1 process
- forkserver processes - 2 processes
- workers - N processes
Because of this more complicated structure, I've changed my mind and believe it doesn't make sense to give memory usage with the workers. Instead, it's simplest for output to reflect implementation and give OS-related information for all child processes as a separate command.
Steps to reproduce
enhancement
Current results
No response
Sugested feature result
a new command
Additional information
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request