• I
    Use a human readable size for level report · c50e3750
    Islam AbdelRahman 提交于
    Summary:
    Current
    ```
    ** Compaction Stats [default] **
    Level    Files   Size(MB} Score Read(GB}  Rn(GB} Rnp1(GB} Write(GB} Wnew(GB} Moved(GB} W-Amp Rd(MB/s} Wr(MB/s} Comp(sec} Comp(cnt} Avg(sec} KeyIn KeyDrop
    ----------------------------------------------------------------------------------------------------------------------------------------------------------
      L0      2/0      49.02   0.5      0.0     0.0      0.0       0.0      0.0       0.0   0.0      0.0     76.1         1         2    0.322       0      0
     Sum      2/0      49.02   0.0      0.0     0.0      0.0       0.0      0.0       0.0   1.0      0.0     76.1         1         2    0.322       0      0
     Int      0/0       0.00   0.0      0.0     0.0      0.0       0.0      0.0       0.0   1.0      0.0     76.1         1         2    0.322       0      0
    ```
    
    New
    ```
    ** Compaction Stats [default] **
    Level    Files   Size     Score Read(GB)  Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) Comp(cnt) Avg(sec) KeyIn Key
    Closes https://github.com/facebook/rocksdb/pull/2055
    
    Differential Revision: D4804576
    
    Pulled By: IslamAbdelRahman
    
    fbshipit-source-id: 719be6a
    c50e3750
logging.cc 4.8 KB