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

Upgrade "stop action" in profiler command #2613

Merged
merged 15 commits into from
Aug 18, 2023

Commits on Aug 14, 2023

  1. Update format option in profiler command

    Add other output content formats that async-profiler supports to Arthas
    profiler command, such as flat, traces, tree, etc.
    Formerly, format option was used to control content format indirectly
    through filename extension. Now, format option will directly control
    content format, and it will still be used to generate output filename
    extension when filename is not specified.
    Winson-Huang committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5072c2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa8db88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5348587 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bad6cbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    924d8d4 View commit details
    Browse the repository at this point in the history
  6. Update profiler command: add short name to include/exclude option

    To keep consistent with async-profiler, add short name -I to --include option,
    and short name -X to --exclude option.
    Winson-Huang committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2c09d64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5333a7b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61ef86d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d5d635 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd69d6d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5aa2157 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8466af7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    94192f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    3f602d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a501c8 View commit details
    Browse the repository at this point in the history