summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-06-01 08:26:13 +0000
committerphk <phk@FreeBSD.org>2000-06-01 08:26:13 +0000
commit73b631ae22408a012ae3db0c497065a388e4eb22 (patch)
tree47df21dfe732ee79ddc9df13078f94eed4ab75b8 /usr.bin/systat
parentbf702b67645b56ef1440e940dfddaf76bba3edb3 (diff)
downloadFreeBSD-src-73b631ae22408a012ae3db0c497065a388e4eb22.zip
FreeBSD-src-73b631ae22408a012ae3db0c497065a388e4eb22.tar.gz
Rescale the IOstat bars, modern disks are faster than old disks.
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/iostat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c
index 81d7b25..d3f263c 100644
--- a/usr.bin/systat/iostat.c
+++ b/usr.bin/systat/iostat.c
@@ -255,7 +255,7 @@ barlabels(row)
char tmpstr[10];
mvwaddstr(wnd, row++, INSET,
- "/0 /5 /10 /15 /20 /25 /30 /35 /40 /45 /50");
+ "/0 /10 /20 /30 /40 /50 /60 /70 /80 /90 /100");
linesperregion = 2 + kbpt;
for (i = 0; i < num_devices; i++)
if (dev_select[i].selected) {
@@ -348,7 +348,7 @@ devstats(row, col, dn)
return(row);
}
wmove(wnd, row++, col);
- histogram(mb_per_second, 50, 1.0);
+ histogram(mb_per_second, 100, 1.0);
wmove(wnd, row++, col);
histogram(transfers_per_second, 50, 1.0);
if (kbpt) {
OpenPOWER on IntegriCloud