Just wondering which profilers people tend to use ...
# announcements
l
Just wondering which profilers people tend to use with Kotlin? Something for Java/JVM? Or is there a specific one for Kotlin?
g
jvm ones, I don’t think that something specific to Kotlin make any practical sense
l
👍 Thanks, I'll look down that route
c
java flight recorder is pretty good and free since jdk 10
l
Nice, I'll try that one out. @christophsturm have you tried it with Docker by any chance? Just wondering how easy it would be to configure it to run in a container alongside the main process.
c
@lemiffe the recording part it part of the jvm, you can just record to a file and then analyze it with java mission control
l
Gotcha! Thanks!
By the way, is this the correct channel to ask these questions, or should I ask these on #C0B8RC352?
c
Depends, profiling is not necessarily server specific, and running something in doker questions if not strictly kotlin-specific is off-topic