diff options
Diffstat (limited to 'usr.sbin/iostat')
-rw-r--r-- | usr.sbin/iostat/iostat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c index 1d646e2..0cdf8a2 100644 --- a/usr.sbin/iostat/iostat.c +++ b/usr.sbin/iostat/iostat.c @@ -364,7 +364,7 @@ dkstats() itime = atime - xtime; /* time not xfer'ing */ if (itime < 0) msps = 0; - else + else msps = itime * 1000 / cur.dk_xfer[dn]; } else msps = 0; |