# Functions
DeleteProcessesByDays deletes records older than n days.
GetAllProcessesForPeriod fetches all processes for a given period.
GetTopProcessesAndMetrics fetches the top processes based on a criterion like average CPU usage, and then fetches detailed time-series data for each top process.
InsertProcesses inserts multiple processes into the database in bulk.
No description provided by the author
NewFactory init Factory implementation for proc providers.
NewPs creates a new Ps instance.
NewPsutil creates a new Psutil instance.
# Interfaces
SystemProcess interface for process collection.