File tiobench-moredigits.diff of Package tiobench
--- tiobench-0.3.3/tiobench.pl.orig 2002-03-13 21:28:18.000000000 +0100
+++ tiobench-0.3.3/tiobench.pl 2009-07-14 23:22:48.255621000 +0200
@@ -102,29 +102,29 @@ unless(@sizes) { # try to be a little sm
# setup the reporting stuff for fancy output
format SEQ_READS_TOP =
- File Blk Num Avg Maximum Lat% Lat% CPU
-Identifier Size Size Thr Rate (CPU%) Latency Latency >2s >10s Eff
----------------------------- ------ ----- --- ------ ------ --------- ----------- -------- -------- -----
+ File Blk Num Avg Maximum Lat% Lat% CPU
+Identifier Size Size Thr Rate (CPU%) Latency Latency >2s >10s Eff
+---------------------------- ------ ----- --- ------- ------ --------- ----------- -------- -------- -----
.
format SEQ_READS =
-@<<<<<<<<<<<<<<<<<<<<<<<<<<< @||||| @|||| @>> @##.## @>>>>% @####.### @#######.## @#.##### @#.##### @####
+@<<<<<<<<<<<<<<<<<<<<<<<<<<< @||||| @|||| @>> @###.## @>>>>% @####.### @#######.## @#.##### @#.##### @####
$identifier,$size,$block,$thread,$stat_data{$identifier}{$thread}{$size}{$block}{'read'}{'rate'},$stat_data{$identifier}{$thread}{$size}{$block}{'read'}{'cpu'},$stat_data{$identifier}{$thread}{$size}{$block}{'read'}{'avglat'},$stat_data{$identifier}{$thread}{$size}{$block}{'read'}{'maxlat'},$stat_data{$identifier}{$thread}{$size}{$block}{'read'}{'pct_gt_2_sec'},$stat_data{$identifier}{$thread}{$size}{$block}{'read'}{'pct_gt_10_sec'},$stat_data{$identifier}{$thread}{$size}{$block}{'read'}{'cpueff'}
.
format RAND_READS =
-@<<<<<<<<<<<<<<<<<<<<<<<<<<< @||||| @|||| @>> @##.## @>>>>% @####.### @#######.## @#.##### @#.##### @####
+@<<<<<<<<<<<<<<<<<<<<<<<<<<< @||||| @|||| @>> @###.## @>>>>% @####.### @#######.## @#.##### @#.##### @####
$identifier,$size,$block,$thread,$stat_data{$identifier}{$thread}{$size}{$block}{'rread'}{'rate'},$stat_data{$identifier}{$thread}{$size}{$block}{'rread'}{'cpu'},$stat_data{$identifier}{$thread}{$size}{$block}{'rread'}{'avglat'},$stat_data{$identifier}{$thread}{$size}{$block}{'rread'}{'maxlat'},$stat_data{$identifier}{$thread}{$size}{$block}{'rread'}{'pct_gt_2_sec'},$stat_data{$identifier}{$thread}{$size}{$block}{'rread'}{'pct_gt_10_sec'},$stat_data{$identifier}{$thread}{$size}{$block}{'rread'}{'cpueff'}
.
format SEQ_WRITES =
-@<<<<<<<<<<<<<<<<<<<<<<<<<<< @||||| @|||| @>> @##.## @>>>>% @####.### @#######.## @#.##### @#.##### @####
+@<<<<<<<<<<<<<<<<<<<<<<<<<<< @||||| @|||| @>> @###.## @>>>>% @####.### @#######.## @#.##### @#.##### @####
$identifier,$size,$block,$thread,$stat_data{$identifier}{$thread}{$size}{$block}{'write'}{'rate'},$stat_data{$identifier}{$thread}{$size}{$block}{'write'}{'cpu'},$stat_data{$identifier}{$thread}{$size}{$block}{'write'}{'avglat'},$stat_data{$identifier}{$thread}{$size}{$block}{'write'}{'maxlat'},$stat_data{$identifier}{$thread}{$size}{$block}{'write'}{'pct_gt_2_sec'},$stat_data{$identifier}{$thread}{$size}{$block}{'write'}{'pct_gt_10_sec'},$stat_data{$identifier}{$thread}{$size}{$block}{'write'}{'cpueff'}
.
format RAND_WRITES =
-@<<<<<<<<<<<<<<<<<<<<<<<<<<< @||||| @|||| @>> @##.## @>>>>% @####.### @#######.## @#.##### @#.##### @####
+@<<<<<<<<<<<<<<<<<<<<<<<<<<< @||||| @|||| @>> @###.## @>>>>% @####.### @#######.## @#.##### @#.##### @####
$identifier,$size,$block,$thread,$stat_data{$identifier}{$thread}{$size}{$block}{'rwrite'}{'rate'},$stat_data{$identifier}{$thread}{$size}{$block}{'rwrite'}{'cpu'},$stat_data{$identifier}{$thread}{$size}{$block}{'rwrite'}{'avglat'},$stat_data{$identifier}{$thread}{$size}{$block}{'rwrite'}{'maxlat'},$stat_data{$identifier}{$thread}{$size}{$block}{'rwrite'}{'pct_gt_2_sec'},$stat_data{$identifier}{$thread}{$size}{$block}{'rwrite'}{'pct_gt_10_sec'},$stat_data{$identifier}{$thread}{$size}{$block}{'rwrite'}{'cpueff'}
.