Log-Stats How to build & run tests > ./gradlew build Top N average duration resources How to execute > ./gradlew build > java -jar build/libs/log-stats.jar timing.log 5 Hourly request count histogram How to execute This gradle task requires the file 'timing.log' in the same folder. If not, one has to modify build.gradle to change the file name/path. > ./gradlew histogram