# 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.

# Constants

No description provided by the author
No description provided by the author

# Structs

Factory implementation for proc providers.
Process is the model for process.
Ps is the type for the ps process collector.
Psutil is the type for the psutil process collector.

# Interfaces

SystemProcess interface for process collection.