niesfisch / java-code-tracer
JCT is a call graph generator that works via byte code instrumentation. it records the flow through your application to gather call statistics. It helps to analyze which code is still used in production and which code can be removed (e.g. for big monolithic legacy applications)
☆19Updated last year
Related projects ⓘ
Alternatives and complementary repositories for java-code-tracer
- analysis java dependence and store in neo4j☆18Updated 6 years ago
- View code dependencies in a Java project☆35Updated 2 years ago
- Call graph generator for JVM bytecode☆18Updated 7 years ago
- Using JavaParser (https://github.com/JavaParser/JavaParser), browse and navigate the Abstract Syntax Tree (AST) based on the code in your…☆50Updated last month
- A small library for performance evaluation of Java code. 这是一个用来对Java代码做性能评估的工具库。☆13Updated 2 years ago
- An extensible java agent framework that instruments (modifies the bytecode at class loading time) programs running on the JVM, with the p…☆47Updated 4 years ago
- Hypertrace OpenTelemetry Java agent with payload/body and headers data capture.☆34Updated 2 months ago
- Knife是一个基于JVMTI开发的JVM诊断工具,可以attach运行中的jvm,查看和修改堆内存中任意对象的内容。☆40Updated 3 years ago
- This library contains a set of parsers that parse the output of the maven command "mvn dependency:tree", and a set of utilities to create…☆35Updated 6 years ago
- Java dynamic debug tool☆98Updated 7 months ago
- 基于JavaParser的代码调用链分析,可以用于分析Java代码的方法调用链,进行代码质量管理、监控。欢迎Fork、Star☆15Updated 4 years ago
- Java Byte Code Editor☆22Updated 2 years ago
- noear::轻量级的嵌入式FaaS引擎(可按需组装),也可用作低代码引擎☆19Updated last month
- Call graph analyzer for Java☆39Updated 4 years ago
- Java serviceability agent to jdwp adapter☆22Updated 2 years ago
- CodeDB 是一个专为软件开发本身开发的代码数据库,可以用于架构治理、代码生成等领域。基于架构孪生的理念,内建架构适度度函数、代码设计查询和存储 DSL、依赖分析引擎、机器学习算法等。☆40Updated 11 months ago
- A library for creating hook-based java agents, without dealing with bytecode☆13Updated 4 years ago
- Trace是一个单体架构的监控追踪系统。用于收集单体架构系统中的信息数据,例如在一次请求中花费的时间、请求执行的方法调用链、以及操作是否出现异常和异常的详细信息等。☆21Updated 2 years ago
- Java Remote Debug through Websocket Proxy.☆62Updated 7 years ago
- Maven plugin that will apply Javassist bytecode transformations during build time.☆31Updated 4 years ago
- some sdks or tools for developing. 开发工具包☆8Updated 3 years ago
- A JVM agent that automatically forces a proxy for HTTP(S) connections and trusts MitM certificates, for all major JVM HTTP clients☆71Updated 3 weeks ago
- 线程池监控agent实现☆15Updated 2 years ago
- Code samples for the book "JavaParser: Visited" https://leanpub.com/javaparservisited☆101Updated last year
- Million-scale code analysis and refactoring toolkit for Java☆46Updated 5 years ago
- java字节码编程,持续更新中,详情关注 冰河技术 微信公众号阅读相关文章☆10Updated 3 years ago
- simple implementation of arthas☆9Updated 2 years ago
- Polaris Java Agent for Spring Cloud and Dubbo☆38Updated 2 months ago
- 无侵入的Spring Boot应用管控台,可对应用进行各种配置。如流量控制、动态配置、路由控制、SQL监控等☆13Updated 3 years ago
- 分布式、高可用的延迟调度系统、可以配合消息队列实现延迟任务队列☆12Updated 11 months ago