Alexey Ragozin
All my articles on the net
Pages
(Move to ...)
Home
Garbage collection
Architecture
Tech Talks
▼
Thursday, September 21, 2023
Curse of the JMX
›
JMX stands for Java Management Extension, it was introduced as part Java Enterprise Edition (JEE) and later has become an integral part of...
Monday, March 11, 2019
Lies, darn lies and sampling bias
›
Sampling profiling is very powerful technique widely used across various platforms for identifying hot code (execution bottlenecks). ...
4 comments:
Wednesday, May 30, 2018
SJK is learning new tricks
›
SJK or (Swiss Java Knife) was my secret weapon for firefighting various types of performance problems for long time. A new version of S...
Thursday, June 15, 2017
HeapUnit - Test your Java heap content
›
There are usually a number of tests which you would like to run for each build to make sure what your code does make sense. Typically, such ...
Tuesday, October 25, 2016
HotSpot JVM garbage collection options cheat sheet (v4)
›
After three years , I have decided to update my GC cheat sheet. New version finally includes G1 options, thankfully there are not very man...
5 comments:
›
Home
View web version