Category Archives: debugging
Print stacktraces for all threads on shutdown
If your microservice stops responding from time to time, and they only way out is to kill it with SIGINT or SIGTERM then adding a shutdown hook might be the way to go. Do note that this will not work … Continue reading
Posted in debugging, JAVA, JVM, Scala
2 Comments
DTrace;ing the JVM, useful tips
I am using DTrace from time to time and it is really nice, you can do a lot with it. This page is mostly a reminder to myself cause there are tons of pages out there if you google it, … Continue reading
Posted in debugging, DTrace, JAVA, JVM
Leave a comment