A project to cause (controlled) destruction on your jvm application
Las características principales de nicolasmanic/perses son: Bytecode Manipulation, Chaos Engineering Tools.
Las alternativas de código abierto para nicolasmanic/perses incluyen: raphw/byte-buddy — Byte Buddy is a runtime code generation and bytecode manipulation library for Java. It provides a fluent API for… alibaba/arthas — Arthas is a Java diagnostic tool and runtime debugger designed for real-time troubleshooting of applications. It… adhorn/chaos-ssm-documents — Collection of AWS SSM Documents to perform Chaos Engineering experiments. amzn/awsssmchaosrunner — Amazon's light-weight library for chaos engineering on AWS. It can be used for EC2 and ECS (with EC2 launch type). asobti/kube-monkey — An implementation of Netflix's Chaos Monkey for Kubernetes clusters. adhorn/aws-lambda-chaos-injection.
Byte Buddy is a runtime code generation and bytecode manipulation library for Java. It provides a fluent API for creating and modifying Java classes during execution, enabling developers to define class structures, methods, and fields programmatically without requiring a compiler or direct bytecode assembly. The library supports agent-based class transformation, allowing loaded classes to be modified during JVM startup or runtime through a Java agent that intercepts class loading. It offers bytecode-level method interception for fine-grained control over method behavior, annotation-based code
Arthas is a Java diagnostic tool and runtime debugger designed for real-time troubleshooting of applications. It functions as a remote diagnostics agent that allows users to inspect the runtime state of a Java process, including its heap objects and classloader hierarchies, without requiring a process restart. The project distinguishes itself through advanced bytecode manipulation capabilities, enabling live class hotswapping and the modification of bytecode in running processes. It supports in-memory source compilation and runtime bytecode decompilation to verify and update logic instantly w
Collection of AWS SSM Documents to perform Chaos Engineering experiments