niesfisch / java-code-tracerLinks
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)
☆22Updated 2 years ago
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:
- View code dependencies in a Java project☆36Updated 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 7 years ago
- Call graph generator for JVM bytecode☆18Updated 8 years ago
- Call graph analyzer for Java☆42Updated 4 years ago
- Trace是一个单体架构的监控追踪系统。用于收集单体架构系统中的信息数据,例如在一次请求中花费的时间、请求执行的方法调用链、以及操作是否出现异常和异常的详细信息等。☆22Updated 3 years ago
- 基于JavaParser的代码调用链分析,可以用于分析Java代码的方法调用链,进行代码质量管理、监控。欢迎Fork、Star☆17Updated 4 years ago
- Java Byte Code Editor☆21Updated 3 years ago
- A small library for performance evaluation of Java code. 这是一个用来对Java代码做性能评估的工具库。☆13Updated 3 years ago
- Some examples of code extracting information from Java source files using JavaParser☆102Updated 4 years ago
- Hypertrace OpenTelemetry Java agent with payload/body and headers data capture.☆33Updated 3 weeks ago
- Automates retrieval and sending of recorded data for targeted application testing and verification.☆20Updated 6 months ago
- An extensible java agent framework that instruments (modifies the bytecode at class loading time) programs running on the JVM, with the p…☆48Updated 5 years ago
- A Distributed Message Middleware☆19Updated 12 years ago
- Datasets and models for TD detection in Java using comment and source code☆10Updated 8 months ago
- Million-scale code analysis and refactoring toolkit for Java☆46Updated 6 years ago
- 风控系统设计demo☆23Updated 8 years ago
- Java Remote Debug through Websocket Proxy.☆65Updated 8 years ago
- Knife是一个基于JVMTI开发的JVM诊断工具,可以attach运行中的jvm,查看和修改堆内存中任意对象的内容。☆40Updated 3 months ago
- Code Graph Intellij Plugin☆84Updated last year
- Easy-Log是一个基于SpringBoot AOP实现的日志组件,具有全自动记录日志、支持记录MyBatis执行操作的数据快照、支持性能测试、注解/自定义注解/无注解记录操作日志的功能,支持自定义标签和SpEL表达式,提供Web管理界面进行在线动态控制日志功能的启停、同…☆16Updated last year
- trace java running log step by step☆39Updated 3 years ago
- 无侵入的Spring Boot应用管控台,可对应用进行各种配置。如流量控制、动态配置、路由控制、SQL监控等☆13Updated 3 years ago
- Code samples for the book "JavaParser: Visited" https://leanpub.com/javaparservisited☆100Updated 2 years ago
- bytebuddy sample☆39Updated 6 years ago
- Sample project with basic Maven + JavaSymbolSolver set up☆41Updated last month
- mitmproxy非常适合捕捉网络流量,但是对于Java用户没有简单的接口。软件测试社区,特别是爬虫、中间人攻击测试人员,希望能够捕获设备在Java/golang/c++测试期间发出的网络请求。为此,基于grpc开发了mitmproxy的中央服务,任何语言都可以基于mitm…☆50Updated 3 years ago
- MyBatis Plugin for SonarQube: Rules to check SQL statements in MyBatis Mapper XML files☆75Updated last year
- use asm to parse classNode then get method invoke relations.解析获得方法调用链路☆22Updated 4 years ago
- java agent 断点调试,java agent debug,java agent 学习理解☆31Updated 5 years ago
- 🧮Pairwise combinations generator with constraints for Java☆23Updated last year