Skip to content

v0.1.11-alpha

Compare
Choose a tag to compare
@janaknat janaknat released this 15 Jul 20:57
· 16 commits to main since this release

What's Changed

  • Aperf now has a tab to visualize the total CPU utilization of all the data types (barring profiling types). This data is found under the 'Aperf Stats' tab.
  • Users can now configure the CPU(s) to be shown in graphs by using the 'Configure' tab.
  • Support is added for collecting flamegraphs for Java workloads. This requires 'async-profiler' to be present in the system. The output flamegraphs can be seen in the 'Flamegraphs' tab.
    • To collect java flamegraphs use: --profile-java. This will collect any JVM that comes online during the collection period.
    • To collect specific JVM flamegraphs use: --profile-java <NAME/JID>,<NAME/JID>. This will collect the flamegraph for the specified JVM(s).
  • Users can now create reports from other reports. Using this requires a name be explicitly provided.
  • Bug-fix to allow compiling from a source tarball obtained from a release.

Features

New Contributors

Version Bumps

Full Changelog: v0.1.10-alpha...v0.1.11-alpha