-
Notifications
You must be signed in to change notification settings - Fork 0
NATIVE-2026-03: Add monitor Use Case CLI Functions #9
Copy link
Copy link
Open
Labels
EnhancementRequested feature for the overall project. May apply to more then one portion of the project.Requested feature for the overall project. May apply to more then one portion of the project.codemelted NativeAllows for tagging a bug or feature request to the codemelted Native command.Allows for tagging a bug or feature request to the codemelted Native command.
Metadata
Metadata
Assignees
Labels
EnhancementRequested feature for the overall project. May apply to more then one portion of the project.Requested feature for the overall project. May apply to more then one portion of the project.codemelted NativeAllows for tagging a bug or feature request to the codemelted Native command.Allows for tagging a bug or feature request to the codemelted Native command.
Description: The
codemelted.rsmodule contains the monitor_components, monitor_disk, monitor_network, monitor_performance, and monitor_processes functions for the Monitor Use Case. These make use of theCXXXMonitorobjects which implement theCCsvFormattrait. Create a cli_monitor() function to expose a common way of performing these actions regardless of the terminal / operating system. This function will take two options. One for how long to run the monitor for in seconds and an optional CSV file to save off the data. Output will be printed to CSV.Acceptance Criteria: