Open
Description
It would be nice to track and report various metrics for child processes created with assert_cmd. The kind of process metrics that you might track with /usr/bin/time
or perf
, such as instruction count, page faults, max memory, io counts, context switches, etc...
Some resources I found:
- I found that
/usr/bin/time
uses the getrusage libc api. (The man page also mentionsvtimes()
.) - https://github.com/brendangregg/perf-tools uses perf apis extensively
Does anyone have a strong disposition for or against tracking performance metrics of processes started with assert_cmd?
Metadata
Metadata
Assignees
Labels
No labels