I could not find a way to export the thread dumps taken by JFR through the JFR plugin in java mission control. I want to export them as text and parse it through analyzers like TDA (https://java.net/projects/tda). Since there are over 100 thread dumps being taken, copying each one of them doesn't seem practical. Do you see an alternative?
Thanks!