-
Notifications
You must be signed in to change notification settings - Fork 1
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
Demo #261
Conversation
841c34b
to
f160aa8
Compare
@SergejIsbrecht I've tried to incorporate many of your suggestions:
To underline both aspects, the usecases are split into two parts: Visualization and Event Collection: Visualization
Event Collection
While the time was to little to write a vector integration, I've tried to build something similar, just a bit simpler: Dump everything into sqlite. We can run this part while the first demo is taking place, and then do some sample queries to demonstrate what can be collected. I've limited this to Garbage Collection and write events, because they make for the best showcase of data in my opinion.
I know it is too late to ask for feedback, but the team will be meeting at 9 o'clock so we can finalize things. |
Signed-off-by: Felix Hilgers <[email protected]>
Ich schaue gleich rueber |
Signed-off-by: Felix Hilgers <[email protected]>
Signed-off-by: Felix Hilgers <[email protected]>
I would imply both are viable options. Mostly using offline data, but also used for live "debugging". For example: open an app and scroll through screens and look at the GC statistics while doing it. You could identify memory leaks or screens allocating a lot without the need to attach Android Studio | perfetto.
You should probably also show https://github.com/Netflix/bpftop and demonstrate the overhead of uprobes (µsec), but at this point |
Ansonsten, looks good to me. Viele Erfolg für die Presentation |
No description provided.