是否有任何推荐的方法来为在 AKS 上的 Pod 中运行的 Spring Boot 应用程序使用 Heapdumps 和 Threaddumps?
之后如何将转储下载到我的桌面?
是否有任何推荐的方法来为在 AKS 上的 Pod 中运行的 Spring Boot 应用程序使用 Heapdumps 和 Threaddumps?
之后如何将转储下载到我的桌面?
有很多方法可以进行堆转储和线程转储。Spring Boot 应用程序最简单的方法应该是 Actuator 端点。
https://docs.spring.io/spring-boot/docs/current/actuator-api/htmlsingle/#heapdump