Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d884d4d
)
Branch b1_8_gate
author
bobijam
<bobijam>
Tue, 12 Aug 2008 04:17:35 +0000
(
04:17
+0000)
committer
bobijam
<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
patch
|
blob
|
history
diff --git
a/lustre/include/lprocfs_status.h
b/lustre/include/lprocfs_status.h
index
a9191fe
..
04f6a2c
100644
(file)
--- 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
};