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)
☆26Mar 17, 2026Updated this week
Alternatives and similar repositories for java-code-tracer
Users that are interested in java-code-tracer are comparing it to the libraries listed below
Sorting:
- java-callgraph-spoon,使用静态分析工具spoon构造方法调用图callgraph ,源代码方法级别☆15Oct 31, 2023Updated 2 years ago
- Call graph generator for JVM bytecode☆18Feb 21, 2017Updated 9 years ago
- A tool to help you generate java call graph.☆10Apr 14, 2021Updated 4 years ago
- ☆12Nov 21, 2023Updated 2 years ago
- A lightweight mapping component for tasks, like the map/submit methods in Python ThreadPoolExecutor.☆11Dec 7, 2024Updated last year
- 陕西科技大学飞跃手册☆13Feb 23, 2025Updated last year
- Node.js runtime USDT probes☆21Jul 25, 2023Updated 2 years ago
- java-trace-method-invoke-tree☆18Jul 15, 2016Updated 9 years ago
- Maven plugin that will apply Javassist bytecode transformations during build time.☆32Jan 16, 2026Updated 2 months ago
- Call graph analyzer for Java☆43Oct 22, 2020Updated 5 years ago
- ☆12Aug 28, 2020Updated 5 years ago
- Tai-e学习记录☆19Apr 15, 2024Updated last year
- Java bytecode analyzer customizable via JSON rules☆73Mar 27, 2018Updated 7 years ago
- ☆12Aug 7, 2022Updated 3 years ago
- 基于JavaParser的代码调用链分析,可以用于分析Java代码的方法调用链,进行代码质量管理、监控。欢迎Fork、Star☆19Nov 16, 2020Updated 5 years ago
- A dedicated service for storing and managing recorded and replayed data in AREX.☆20Aug 20, 2025Updated 7 months ago
- Text Match Cut Video Generator Web App☆36Feb 19, 2026Updated last month
- JVM Introspection Utilities☆28Jan 26, 2026Updated last month
- 基于分支代码改动的jacoco叠加型增量代码覆盖率☆19Jun 17, 2022Updated 3 years ago
- gosec动态规则修改版☆12Jun 29, 2021Updated 4 years ago
- 目前市面的全链路监控系统基本都是参考Google的Dapper来做的,本专题主要通过六个章节的代码实战,来介绍如何使用javaagent以及字节码应用,来实现一个简单的java代码链路流程监控。 章节列表 - 基于JavaAgent的全链路监控一《嗨!JavaAgent…☆116Jun 17, 2022Updated 3 years ago
- JDCallgraph - Dynamic call graph generation for Java.☆20Oct 12, 2020Updated 5 years ago
- Android gradle plugin to generate bytecode for accessing any method or field☆10May 16, 2019Updated 6 years ago
- 用于静态分析Java工程的调用链,对比新老分支代码的差异,并给出受到影响的接口作为建议,通俗一点地说:能够通过一段修改过的代码,推断出测试要回归哪些接口用例☆39Jun 2, 2023Updated 2 years ago
- Generate all call graph for Java Code.☆556Feb 15, 2026Updated last month
- JUnit Foundation is a lightweight collection of JUnit watchers, interfaces, and static utility classes that supplement and augment the fu…☆24Feb 24, 2026Updated 3 weeks ago
- Cojen/Maker is a lightweight, full-featured, low-level dynamic Java class generator designed for ease of use.☆66Updated this week
- A custom watcher plugin for Elasticsearch that feeds Apache Kafka☆11Mar 9, 2018Updated 8 years ago
- trace java running log step by step☆40Updated this week
- a useful java agent for integration testing☆70Jun 1, 2023Updated 2 years ago
- Plugin to push elasticsearch data to newrelic☆44Jul 24, 2013Updated 12 years ago
- ☆43Feb 21, 2024Updated 2 years ago
- This is AutoGenDemo☆11Mar 12, 2024Updated 2 years ago
- 随着服务化越来越多,单个VO或BO属性拆分之痛已成为业务系统日益突出的问题,数据聚合组件不是一个服务编排,而是数据依赖解析服务☆15Dec 14, 2022Updated 3 years ago
- ☆11Feb 12, 2020Updated 6 years ago
- A Vulnerable Web App written by JavaScript (Vue+Egg)☆12Oct 31, 2024Updated last year
- 本专栏主 要针对字节码编程系列知识栈进行编写文章学习。在字节码编程方便有三个比较常见的框架;ASM、Javassit、Byte-buddy,他们都可以使用自己的API方式进行字节码的插装,通过这样增强方法的方式就可以和Javaagent结合起来开发非入侵的全链路监控服务,以及…☆392Jun 17, 2022Updated 3 years ago
- goreplay-filebeat-logstash-grafana 基于 goreplay 日志清洗组合和可视化方案☆25Jan 26, 2023Updated 3 years ago
- A fluent API for generating Java byte code☆14Apr 4, 2013Updated 12 years ago