From 3ba0cf49c5b1f405d8308bdf6cc8d8b408665381 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 16 Aug 2005 00:38:25 +0000 Subject: [PATCH] Branch b1_4 Print units of jiffies in brw_stats output b=7116 --- lustre/obdfilter/lproc_obdfilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdfilter/lproc_obdfilter.c b/lustre/obdfilter/lproc_obdfilter.c index 9ff89e6..3832d54 100644 --- 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); -- 1.8.3.1