Fix the Name-cache counters. I didn't realign the negative hits.

This commit is contained in:
Poul-Henning Kamp 1995-03-18 08:55:15 +00:00
parent dddb7b460b
commit 475e2a7de8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7138

View File

@ -405,7 +405,7 @@ showkre()
}
putint(inttotal, INTSROW + 1, INTSCOL, 8);
Z(ncs_goodhits); Z(ncs_badhits); Z(ncs_miss);
Z(ncs_long); Z(ncs_pass2); Z(ncs_2passes);
Z(ncs_long); Z(ncs_pass2); Z(ncs_2passes); Z(ncs_neghits);
s.nchcount = nchtotal.ncs_goodhits + nchtotal.ncs_badhits +
nchtotal.ncs_miss + nchtotal.ncs_long + nchtotal.ncs_neghits;
if (state == TIME)