Whamcloud - gitweb
LU-15564 osd: add allocation time histogram
[fs/lustre-release.git] / lustre / obdclass / lprocfs_status_server.c
index fe2d785..fe1dabe 100644 (file)
@@ -768,6 +768,9 @@ static const struct brw_stats_props brw_props[] = {
        { .bsp_name     = "disk I/O size",
          .bsp_units    = "ios",
          .bsp_scale    = true                          },
+       { .bsp_name     = "block maps msec",
+         .bsp_units    = "maps",
+         .bsp_scale    = true,                         },
 };
 
 static int brw_stats_seq_show(struct seq_file *seq, void *v)