March 2021
Intermediate to advanced
424 pages
12h 5m
English
This chapter covers
java.lang.instrument interface (javaagent)Java is one of the most popular programming languages on planet Earth; in fact, it is consistently placed in the top two or three of many popularity rankings.1 When practicing chaos engineering, you are likely to work with systems written in Java. In this chapter, I’m going to focus on preparing you for that moment.
You’ll start by looking at an existing Java application to come up with ideas for chaos experiments. Then you’ll leverage a unique feature of the Java Virtual Machine (JVM) to ...
Read now
Unlock full access