Entropy.Sanctuary.Census (Entropy v0.1.0)
View SourceMaintains the registry of valid victim processes.
The Census queries the runtime for process information and filters candidates
based on the target_applications configuration.
Filtering Logic
- Retrieves the global process list.
- Resolves the application associated with each PID.
- Discards PIDs belonging to applications not in the allowlist (if an allowlist is configured).
- Stores the resulting PID set for high-frequency access by the Scheduler.
Summary
Functions
Returns a specification to start this module under a supervisor.
Returns a Tuple of all process PIDs currently on the node.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Returns a Tuple of all process PIDs currently on the node.