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
- A small library for performance evaluation of Java code. 这是一个用来对Java代码做性能评估的工具库。☆13Updated 2 years ago
- JDCallgraph - Dynamic call graph generation for Java.☆19Updated 4 years ago
- Hypertrace OpenTelemetry Java agent with payload/body and headers data capture.☆34Updated last month
- View code dependencies in a Java project☆35Updated 2 years ago
- analysis java dependence and store in neo4j☆18Updated 6 years ago
- Using JavaParser (https://github.com/JavaParser/JavaParser), browse and navigate the Abstract Syntax Tree (AST) based on the code in your…☆51Updated 2 weeks ago
- Java Byte Code Editor☆22Updated 2 years ago
- Java dynamic debug tool☆95Updated 6 months ago
- Call graph generator for JVM bytecode☆18Updated 7 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
- Maven plugin that will apply Javassist bytecode transformations during build time.☆31Updated 4 years ago
- Trace是一个单体架构的监控追踪系 统。用于收集单体架构系统中的信息数据,例如在一次请求中花费的时间、请求执行的方法调用链、以及操作是否出现异常和异常的详细信息等。☆21Updated 2 years ago
- Translate moql syntax to syntax of X database☆17Updated 8 months ago
- Call graph analyzer for Java☆39Updated 4 years ago
- class热部署☆11Updated 9 years ago
- simple implementation of arthas☆9Updated last year
- Automates retrieval and sending of recorded data for targeted application testing and verification.☆13Updated this week
- Java serviceability agent to jdwp adapter☆22Updated 2 years ago
- 分布式、高可用的延迟调度系统、可以配合消息队列实现延迟任务队列☆12Updated 11 months ago
- BTrace用户指南_中文翻译☆19Updated 8 years ago
- A minimal, Turing-complete, Domain-Specific Language; simple text editor with an interpreter, Abstract Syntax Tree and reduced Control Fl…☆18Updated 3 years ago
- 用来检测java对象占用内存情况的小工具☆16Updated 11 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
- 风控系统设计demo☆23Updated 7 years ago
- 线程池监控agent实现☆15Updated 2 years ago
- Java Remote Debug through Websocket Proxy.☆62Updated 7 years ago
- Knife是一个基于JVMTI开发的JVM诊断工具,可以attach运行中的jvm,查看和修改堆内存中任意对象的内容。☆40Updated 2 years ago
- This include several agents created using Byte-Buddy. Using this project we can get an idea how to create effective agents with byte-budd…☆59Updated 6 years ago
- bytebuddy sample☆39Updated 6 years ago