Skip to content

Scheduler resource instrumentation improvements#103

Merged
machshev merged 1 commit intolowRISC:masterfrom
AlexJones0:more_resource_instrumentation
Feb 24, 2026
Merged

Scheduler resource instrumentation improvements#103
machshev merged 1 commit intolowRISC:masterfrom
AlexJones0:more_resource_instrumentation

Conversation

@AlexJones0
Copy link
Contributor

Record both the max and average memory usage (RSS), rather than just the max, because it turns out the peak memory usage can be quite high for short bursts and so doesn't represent the average memory usage.

Since these are scheduler-wide metrics, this does not require much extra memory / disk to record.

For the scheduler / system itself, record both the max and average
memory usage (RSS), rather than just the max, because it turns out the
peak memory usage can be quite high for short burst (around 2x). Since
these are scheduler metrics this does not require much extra memory /
disk space to store.

Signed-off-by: Alex Jones <alex.jones@lowrisc.org>
@machshev machshev added this pull request to the merge queue Feb 24, 2026
Merged via the queue into lowRISC:master with commit 161f13f Feb 24, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants