Hello! My recommendation is to take thread dump using jstack and heap dump using jmap.
I hope that they will happily operate on JVM-containing process. Regards, -- Ilya Kasnacheev чт, 13 сент. 2018 г. в 19:25, Alew <[email protected]>: > Hi! > > I get OOMEs and my current hypothesis is that there are too many threads > in the Java part in the _thread_in_native state. > To make a repro I need to get JVM metrics from dotnet. So I want to know > how to do it. > > Thanks. >
