Description
We should add counters for each Hama job.
We want to add message counters (bytes transfered, local messages sent, outward messages sent, time in sync etc.), for the last superstep and summed up for all supersteps.
It should be as simple as the from Hadoop provided mechanism with enums.
We could eventually use zookeeper instead of the jobreport.
For the SSSP Example it should be useful that the last superstep counters are always in sync in each task after a superstep. == After barrier left, query zookeeper for the values.