-
Notifications
You must be signed in to change notification settings - Fork 14
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
Visualize Trace analytic #35
Comments
I tried to connect to OSv through VisualVM remotely to help myself a bit during the development but was unable to. Any chance you have some tips about it? |
@dzautner https://github.com/cloudius-systems/osv/wiki/Debugging-OSv#profiling-java-applications If that doesn't help, ping @tgrabiec on the mailing list 😉 |
Thanks! forgot to add com.sun.management.jmxremote.authenticate=false, it's working now (: |
I think we should close this issue or at least remove the high priority tag considering the latest discussion about the feature? |
@dzautner we still want this feature, we simply do not know how to do it yet |
@tzach my mistake then, sorry |
Trace.py use the trace API to generate useful profiling information.
https://github.com/cloudius-systems/osv/wiki/Trace-analysis-using-trace.py
A visualization of the same information should be provided.
The following example data, should be presented as a horizontal bar chart, where each level can be dynamically extend/collapse.
The text was updated successfully, but these errors were encountered: