Project

General

Profile

Backport #15703

Updated by Nathan Cutler almost 8 years ago

Description of problem: 
 rados bench sometimes numbers not separated by blank 

 `rados bench` output    is not readable, as numbers sometimes are not separated by a blank. 

 Expected behavior: Numbers should be separated by a blank. 

 Actual output: 

 <pre> 
 2016-04-27 17:40:30.470978min lat: 0.00161851 max lat: 4.61329 avg lat: 0.0769791 
    sec Cur ops     started    finished    avg MB/s    cur MB/s    last lat     avg lat 
   1060       256     3524928     3524672     25.9746     25.3594 0.0149067 0.0769791 
   1061       256     3527461     3527205     25.9688     19.7891 0.0144534 0.0769785 
   1062       256     3530718     3530462     25.9683     25.44530.00639977 0.0769856     ---> here numbers are not separated 
 </pre> 



 Version-Release number of selected component (if applicable): 
 Red    Hat Ceph Storage 1.3.2  
 ceph-0.94.5-9.el7cp 

 How reproducible: 
 Always

Back