Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
Simulates the faults of JVM application through Byteman.
- Host: GitHub
- URL: https://github.com/jongwooo/injecting-fault-into-java-applications
- Owner: jongwooo
- Created: 2024-08-19T04:27:04.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T00:51:11.000Z (3 months ago)
- Last Synced: 2024-09-30T13:03:11.982Z (about 1 month ago)
- Topics: byteman, chaos-engineering, fault-injection, java-application, jvm
- Language: Java
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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