Renamed Proc-cache to Dir-cache for the same reasons as in vmstat.

Tweaked screen positions to match.
This commit is contained in:
Bruce Evans 1996-03-29 14:48:25 +00:00
parent 7a416e2de6
commit 0e08ab6ff0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14918

View File

@ -315,9 +315,9 @@ labelkre()
mvprintw(GRAPHROW + 1, GRAPHCOL,
"| | | | | | | | | | |");
mvprintw(NAMEIROW, NAMEICOL, "Namei Name-cache Proc-cache");
mvprintw(NAMEIROW, NAMEICOL, "Namei Name-cache Dir-cache");
mvprintw(NAMEIROW + 1, NAMEICOL,
" Calls hits %% hits %%");
" Calls hits %% hits %%");
mvprintw(DISKROW, DISKCOL, "Discs");
mvprintw(DISKROW + 1, DISKCOL, "seeks");
mvprintw(DISKROW + 2, DISKCOL, "xfers");
@ -485,7 +485,7 @@ showkre()
NAMEIROW + 2, NAMEICOL + 19, 4, 0, 1);
putint(nchtotal.ncs_pass2, NAMEIROW + 2, NAMEICOL + 23, 9);
putfloat(nchtotal.ncs_pass2 * 100.0 / nz(s.nchcount),
NAMEIROW + 2, NAMEICOL + 34, 4, 0, 1);
NAMEIROW + 2, NAMEICOL + 33, 4, 0, 1);
#undef nz
}