Whamcloud - gitweb
Branch b1_8_gate
authorbobijam <bobijam>
Tue, 12 Aug 2008 04:17:35 +0000 (04:17 +0000)
committerbobijam <bobijam>
Tue, 12 Aug 2008 04:17:35 +0000 (04:17 +0000)
b=16573
o=adilger
i=johann, nathan

Description: Export bytes_read/bytes_write count on OSC/OST.

lustre/include/lprocfs_status.h

index a9191fe..04f6a2c 100644 (file)
@@ -290,6 +290,8 @@ enum {
         MDS_REINT_UNLINK,
         MDS_REINT_RENAME,
         MDS_REINT_OPEN,
+        BRW_READ_BYTES,
+        BRW_WRITE_BYTES,
         EXTRA_LAST_OPC
 };