This is a small Spring Boot WEB application with async-profiler-actuator integration enabled.
Check out the examples below to see how to collect most common profiling events.
actuator/profiler?event=cpu
actuator/profiler?event=itimer
actuator/profiler?event=ctimer
actuator/profiler?event=ctimer&interval=999us
actuator/profiler?event=ctimer&interval=9ms&duration=10
actuator/profiler?event=ctimer&threads
actuator/profiler?event=wall&total&threads
actuator/profiler?event=alloc
actuator/profiler?event=alloc&total
actuator/profiler?alloc=1k&threads
actuator/profiler?event=lock
actuator/profiler?one.profiler.AsyncProfiler.execute
actuator/profiler?java.lang.NullPointerException.<init>
actuator/profiler?event=java.net.Socket.<init>