spring-startup-analyzer icon indicating copy to clipboard operation
spring-startup-analyzer copied to clipboard

spring-startup-analyzer generates an interactive spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it.🚀

Results 24 spring-startup-analyzer issues
Sort by recently updated
recently updated
newest added

貌似项目中异曲同工之处https://github.com/async-profiler/async-profiler

如平均/最大CPU使用率,内存,线程数等数据

enhancement

![image](https://github.com/linyimin0812/spring-startup-analyzer/assets/13358443/8acd42b8-922b-4936-b48f-fbbdc80c623a) the async profile tool has the above information, what's the meaning ? how to analyze the costing according to the picture, like the total parking time ?

根据你打出的spring-profile-core上传私服有问题,显示的pom不对,显示的是bytekit-core的pom,线上想以agent模式启动不了。

你好,spring-startup-analyzer端口,配置项为:spring-startup-analyzer.admin.http.server.port; 当该端口和服务启动端口相同时,spring-startup-analyzer 会启动失败。 请问能否兼容相同的端口进行使用呢?

引入 `-javaagent:/{目录}spring-startup-analyzer/lib/spring-profiler-agent.jar` 我遇到了如下问题。 去掉这个命令, Mysql不报错能正常启动。 环境信息: Springboot 2.1.5.RELEASE mybatis Plus 3.5.2 com.baomidou:dynamic-datasource-spring-boot-starter:3.6.0 错误: The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received...

bug
help wanted

出现以上问题应该如何解决呢: 详细错误如下: `8月 23, 2023 4:08:32 下午 io.github.linyimin0812.profiler.agent.ProfilerAgentBoostrap premain 信息: command args: null Java HotSpot(TM) 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath...

Most projects are k8s deployments, so can there be a responsive base image installation.

enhancement
help wanted

![Async bean init](https://github.com/linyimin0812/spring-startup-analyzer/assets/13358443/3ba84ce3-e1c5-43b6-9c11-b60d5d4b0523) Platform: Windows 10 According to the usage, no log like "async-init-bean, beanName: ${beanName}, async init method: ${initMethodName}" found. ``` # name of bean to async init spring-startup-analyzer.boost.spring.async.bean-names=subLabelService,cdcEsService,distributeIdService...