Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jongwooo/injecting-fault-into-java-applications

Simulates the faults of JVM application through Byteman.
https://github.com/jongwooo/injecting-fault-into-java-applications

byteman chaos-engineering fault-injection java-application jvm

Last synced: 4 days ago
JSON representation

Simulates the faults of JVM application through Byteman.

Awesome Lists containing this project

README

        

# Injecting fault into Java applications

Simulates the faults of JVM application through [Byteman](https://github.com/bytemanproject/byteman).

- [x] Throw custom exceptions
- [x] Trigger garbage collection
- [x] Increase method latency
- [x] Modify return values of a method
- [x] Trigger faults by setting Byteman configuration files
- [ ] Increase JVM pressure