Re: throughput metrics in hadoop-2.0.5

2013-08-06 Thread lei liu
Is the the value of MutableCounterLong class set to zero per 10 seconds? 2013/8/6 lei liu > Is the the value of MutableCounterLong class set to zreo per 10 seconds? > > > 2013/8/6 lei liu > >> There is "@Metric MutableCounterLong fsyncCount" metrics in >> DataNodeMetrics, the MutableCounte

Re: throughput metrics in hadoop-2.0.5

2013-08-06 Thread lei liu
Is the the value of MutableCounterLong class set to zreo per 10 seconds? 2013/8/6 lei liu > There is "@Metric MutableCounterLong fsyncCount" metrics in > DataNodeMetrics, the MutableCounterLong class continuously increase the > value, so I think the value in ganglia should be "10, 20 ,30, 40"

Re: throughput metrics in hadoop-2.0.5

2013-08-06 Thread lei liu
There is "@Metric MutableCounterLong fsyncCount" metrics in DataNodeMetrics, the MutableCounterLong class continuously increase the value, so I think the value in ganglia should be "10, 20 ,30, 40" and so on. but the value the value is fsyncCount.value/10, that is in "1 ,1 , 1 , 1" in ganglia.

throughput metrics in hadoop-2.0.5

2013-08-05 Thread lei liu
I use hadoop-2.0.5 and config hadoop-metrics2.properties file with below content. *.sink.ganglia.class=org.apache.hadoop.metrics2.sink.ganglia.GangliaSink31 *.sink.ganglia.period=10 *.sink.ganglia.supportsparse=true namenode.sink.ganglia.servers=10.232.98.74:8649 datanode.sink.ganglia.servers=10.23