Cools ways to code “The Grinder” tests
First off, a shout goes out to The Grinder and their open source team that brought us The Grinder! I was recently working on a project where I didn’t have a lot of time for script development. I decided to take a quick look at the script template that Grinder generates after recording test case […]
Graphing verbose GC logs using Python and Matplotlib
I was recently working on a project that required some resource automation. Since the target application server was running on Java, I wanted to provide Java Heap statistics. I didn’t have access to instrument the JVM, so I was forced to use the verbose GC logs generated by the application server. One challenge was that […]
Recent Comments