Improve ResourceUsage model fields and Command #17
Answered
by
MEHRSHAD-MIRSHEKARY
ARYAN-NIKNEZHAD
asked this question in
Q&A
-
We should enhance the model fields by improvements to ensure better functionality and alignment with current requirements. |
Beta Was this translation helpful? Give feedback.
Answered by
MEHRSHAD-MIRSHEKARY
Feb 21, 2025
Replies: 1 comment
-
Proposed Implementation for Resource Usage Monitoring1. Enhance the
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ARYAN-NIKNEZHAD
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Proposed Implementation for Resource Usage Monitoring
1. Enhance the
ResourceUsage
Modelfrom_time
andto_time
fields to track the monitoring period.total_disk_read
andtotal_disk_write
to capture cumulative disk activity.2. Update the Command to Support Time-Based Metrics
--until
argument to specify the end time for monitoring (format:HH:MM:SS
).--interval_minutes
argument to define the interval for metric collection.3. Example Command Usage