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:
8a4a134
)
Branch b1_4
author
adilger
<adilger>
Tue, 16 Aug 2005 00:38:25 +0000
(
00:38
+0000)
committer
adilger
<adilger>
Tue, 16 Aug 2005 00:38:25 +0000
(
00:38
+0000)
Print units of jiffies in brw_stats output
b=7116
lustre/obdfilter/lproc_obdfilter.c
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/lproc_obdfilter.c
b/lustre/obdfilter/lproc_obdfilter.c
index
9ff89e6
..
3832d54
100644
(file)
--- a/
lustre/obdfilter/lproc_obdfilter.c
+++ b/
lustre/obdfilter/lproc_obdfilter.c
@@
-336,7
+336,7
@@
static int filter_brw_stats_seq_show(struct seq_file *seq, void *v)
}
seq_printf(seq, "\n\t\t\tread\t\t\twrite\n");
- seq_printf(seq, "io time (jiffies
) rpcs %% cum %% |"
);
+ seq_printf(seq, "io time (jiffies
= 1/%ds) rpcs %% cum %% |", HZ
);
seq_printf(seq, " rpcs %% cum %%\n");
read_tot = lprocfs_oh_sum(&filter->fo_r_io_time);