From d6995a38052c6db7a4543e8470ae158701389e49 Mon Sep 17 00:00:00 2001 From: bobijam Date: Tue, 12 Aug 2008 04:17:35 +0000 Subject: [PATCH] Branch b1_8_gate b=16573 o=adilger i=johann, nathan Description: Export bytes_read/bytes_write count on OSC/OST. --- lustre/include/lprocfs_status.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/include/lprocfs_status.h b/lustre/include/lprocfs_status.h index a9191fe..04f6a2c 100644 --- a/lustre/include/lprocfs_status.h +++ b/lustre/include/lprocfs_status.h @@ -290,6 +290,8 @@ enum { MDS_REINT_UNLINK, MDS_REINT_RENAME, MDS_REINT_OPEN, + BRW_READ_BYTES, + BRW_WRITE_BYTES, EXTRA_LAST_OPC }; -- 1.8.3.1