[Gammaray-interest] New plugin idea: Event inspector
Christian Gagneraud
chgans at gmail.com
Fri Sep 15 06:06:20 CEST 2017
Hi there,
I'm starting to think seriously about jumping into the gammara world.
What I would like to get/do/contribute is a first class citizen event inspector.
I won't waste your time with lot of words, so basically i would like
to hook on CustomApplication::notify, CustomObject::event and
CustomnObject::eventFilter, and store occurrences when some condition
matches.
Meta-data associated with such occurences:
- entry/exit timestamps
- nesting level (per thread)
- sender object (if one and possible to deduce)
- sender thread
- receiver object
- receiver thread
- event payload
- filter result
- ...
The end user should be able to add/remove monitoring conditions,
maybe simply based on:
- sender thread
- receiver object
- event type
The visualisation would be a tree model (for a given thread), as I am
particularly interested in nesting and ordering analysis.
I know i'm quite vague, but what do you guys think? Does such a tool
already exists? Open source or not? Does that sound something that
could be done with gammaray?
Chris
More information about the Gammaray-interest
mailing list