In analyzing Java GC behavior, some tools has the metric "garbage collection rate" (an example would be in figure 19. from http://www.ibm.com/developerworks/java/library/j-ibmtools2/#fig19) of which the unit is MB/sec.
It's a rarely metric compared to others, like GC utilization. It looks like representing how fast GC cleans up. But does it provide any benefit? Or how should it be best analyzed?