summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-06-01 08:49:46 +0000
committerphk <phk@FreeBSD.org>2000-06-01 08:49:46 +0000
commit49cf95cfd9fa46ea99332569d81e02e003cba5fa (patch)
treeb43a79aa8eb019674b7d05dafc99431cdbc785ed /usr.bin/systat
parent73b631ae22408a012ae3db0c497065a388e4eb22 (diff)
downloadFreeBSD-src-49cf95cfd9fa46ea99332569d81e02e003cba5fa.zip
FreeBSD-src-49cf95cfd9fa46ea99332569d81e02e003cba5fa.tar.gz
Duh! get the scaling right.
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/iostat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c
index d3f263c..ac2fe0b 100644
--- a/usr.bin/systat/iostat.c
+++ b/usr.bin/systat/iostat.c
@@ -348,12 +348,12 @@ devstats(row, col, dn)
return(row);
}
wmove(wnd, row++, col);
- histogram(mb_per_second, 100, 1.0);
+ histogram(mb_per_second, 50, .5);
wmove(wnd, row++, col);
- histogram(transfers_per_second, 50, 1.0);
+ histogram(transfers_per_second, 50, .5);
if (kbpt) {
wmove(wnd, row++, col);
- histogram(kb_per_transfer, 50, 1.0);
+ histogram(kb_per_transfer, 50, .5);
}
return(row);
OpenPOWER on IntegriCloud