-
Notifications
You must be signed in to change notification settings - Fork 6
MX Bean support #43
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
MX Bean support #43
Conversation
README.md
Outdated
| | Instrumentation | 72 ns | | ||
| | AsyncFileHandler | 1100 ns | | ||
| | FileHandler | 45000 ns | | ||
| | Beans Enabled AsyncFileHandler | 1400 ns | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be Beans-Enabled?
Could align the column size for other rows?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
asyncfilehandler adds latencies too.
src/main/java/org/eclipse/tracecompass/traceeventlogger/beans/ITraceEventLoggerBean.java
Outdated
Show resolved
Hide resolved
src/main/java/org/eclipse/tracecompass/traceeventlogger/beans/TraceEventLoggerManager.java
Outdated
Show resolved
Hide resolved
src/main/java/org/eclipse/tracecompass/traceeventlogger/beans/ITraceEventLoggerBean.java
Outdated
Show resolved
Hide resolved
src/main/java/org/eclipse/tracecompass/traceeventlogger/beans/ITraceEventLoggerBean.java
Outdated
Show resolved
Hide resolved
src/main/java/org/eclipse/tracecompass/traceeventlogger/beans/ITraceEventLoggerBean.java
Outdated
Show resolved
Hide resolved
| /** | ||
| * Get the observed element name | ||
| * | ||
| * @return the observed element names (in the order of being added) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name, or are there many names returned (in which case, what is the delimiter?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You got a point, I was talking about the full way of working. But every bean holds one value.
src/main/java/org/eclipse/tracecompass/traceeventlogger/beans/TraceEventLoggerBean.java
Outdated
Show resolved
Hide resolved
Brings monitoring support to the trace event logger. Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
d38446f to
4de9869
Compare
What it does
Add MX Bean support to the trace event logger
How to test
Run with
-DenableMonitoring=trueand attach jconsole to it.In VisualVM:

Follow-ups
Review checklist