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

Add cpu_time and idle_time to middleware #59

Open
Manfred opened this issue Nov 4, 2019 · 0 comments
Open

Add cpu_time and idle_time to middleware #59

Manfred opened this issue Nov 4, 2019 · 0 comments

Comments

@Manfred
Copy link
Collaborator

Manfred commented Nov 4, 2019

  • As a developer I want to see CPU activity related to my benchmark requests so I can figure out how much and what kind of load they caused.

In Rails 6 we can get cpu_time and idle_time (waiting for IO) for a controller action through Active Support notifications. It might be interesting to add these to the response headers.

References #58

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

1 participant