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

Implement support for enabling and disabling of live object creation events #106

Open
gnufied opened this issue Jan 22, 2015 · 2 comments
Open

Comments

@gnufied
Copy link
Contributor

gnufied commented Jan 22, 2015

Currently we are sending events that are created as a result of object creation and destruction in realtime (well almost).

This causes lot of noise in the communication channel and I think rather than completely disabling it - we should implement support for enabling or disabling of sending these events. This is different from enable/disable of object traces. We can have object traces enabled but still not choose to receive object create/destroy events and just work with snapshots.

@gnufied gnufied added this to the v0.3.0 CPU profiling milestone Jan 22, 2015
@kgrz
Copy link
Contributor

kgrz commented Jan 25, 2015

If I understand this correctly, the tracepoints should not be removed, but the packing and sending of the message should be avoided?

@emilsoman
Copy link
Contributor

Split the existing enable/disable commands to :

  • command to enable/disable tracepoints
  • command to enable/disable sending of object/execution trace over network

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

3 participants