I am developing a project to monitor a web service in Java, but there are a lot of questions that I have not found an answer on the web. I can dig into the JVM pulling out the data of the CPU memory and stuff, but how for example to track requests and responses to the service (from whom, what, when). I did not find anything good with code examples. Advise that.
bpftrace. Without it, there can be no normal monitoring. - 0-Level UNIX Monkbpftraceallows that too. - 0-Level UNIX Monk