-
Notifications
You must be signed in to change notification settings - Fork 57
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
Feature request: Memory usage #104
Comments
Good idea, perhaps me, you or someone can do it |
but it can be a bit tricky if we consider multiple instances that can be running, also how to collect info when we don't have any requests (some thread/workers started?) if someone decide to work on it I'm ready to talk and discuss possible solution. |
Looks like https://github.com/zombocom/get_process_mem provides an easy way to get the memory usage of the current process; perhaps a minimal version of this could be to store the usage along with each request or sidekiq job. It would then need multiple lines on the graph, one for each process, I guess. If that works, then a follow up could be to look at adding a monitoring thread for regular measurements, perhaps. |
Actually, presumably I could work out if this is viable using |
Have you considered tracking memory usage over time? Having a graph of that would be amazing for debugging performance issues like memory leaks!
The text was updated successfully, but these errors were encountered: