应用MapReduce制作压测利器(5)

发表于:2014-06-25来源:淘测试作者:凡提点击数: 标签:
. recordnum ; i++){ 。。。。。。 s = Math. abs ( R .nextLong())%102400000+1024; staticWriteSize += s; reporter .incrCounter( TestTool , Write Size , s); staticWriteTime += (endTime - startTime);
.recordnum; i++){

。。。。。。

s = Math.abs(R.nextLong())%102400000+1024;

staticWriteSize += s;

reporter.incrCounter("TestTool", "Write Size", s);

staticWriteTime += (endTime - startTime);

reporter.incrCounter("TestTool", "Write Time", endTime - startTime);

。。。。。。

}else{

。。。。。。

reporter.incrCounter("TestTool", "Read Size", s);

staticReadTime += (endTime - startTime);

reporter.incrCounter("TestTool", "Read Time", endTime - startTime);

。。。。。。

}

Pair p = value.get(R.nextInt(value.size()));

。。。。。。

staticCount++;

}

reporter.incrCounter("TestTool", "Record num",

原文转自:http://www.taobaotest.com/blogs/2515