[core] Add Utils.getGCStats() to return a map of stats for each garbage
collector. This will allow greater insight into the generations. Now the client will emmit the stats for each collector at the end of run along with the totals.
Showing
- core/src/main/java/com/yahoo/ycsb/Client.java 15 additions, 4 deletionscore/src/main/java/com/yahoo/ycsb/Client.java
- core/src/main/java/com/yahoo/ycsb/Utils.java 30 additions, 0 deletionscore/src/main/java/com/yahoo/ycsb/Utils.java
- core/src/test/java/com/yahoo/ycsb/TestUtils.java 3 additions, 1 deletioncore/src/test/java/com/yahoo/ycsb/TestUtils.java
Please register or sign in to comment