Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce way to inject metrics? #1058

Open
dantleech opened this issue Dec 7, 2023 · 1 comment
Open

Introduce way to inject metrics? #1058

dantleech opened this issue Dec 7, 2023 · 1 comment

Comments

@dantleech
Copy link
Member

It would be good to be able to f.e. add the number of DB calls to the reports.

@jbboehr
Copy link
Contributor

jbboehr commented Apr 9, 2024

I'd love to see this implemented.

I've been working on an extension to read some PMU counters using the perf_event_open syscall[0], including some really juicy ones like PERF_COUNT_HW_INSTRUCTIONS and PERF_COUNT_HW_CPU_CYCLES (sadly, Linux-only).

I played around a bit with a custom executor, but it would be nice to be able to do it with the built-in executors somehow.

Let me know if I can help at all.

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

No branches or pull requests

2 participants