Author: markj
Date: Wed Nov 16 00:21:18 2016
New Revision: 308706
URL: https://svnweb.freebsd.org/changeset/base/308706
Log:
Remove a lingering reference to cache pages from vmstat(8).
Reported by: alc
Modified:
head/usr.bin/vmstat/vmstat.c
Modified: head/usr.bin/vmstat/vmstat.c
==============================================================================
--- head/usr.bin/vmstat/vmstat.c Tue Nov 15 23:48:30 2016
(r308705)
+++ head/usr.bin/vmstat/vmstat.c Wed Nov 16 00:21:18 2016
(r308706)
@@ -1085,8 +1085,6 @@ dosum(void)
sum.v_vforkpages);
xo_emit("{:pages-rfork/%9u} {N:pages affected by rfork}()\n",
sum.v_rforkpages);
- xo_emit("{:pages-total-cached/%9u} {N:pages cached}\n",
- sum.v_tcached);
xo_emit("{:pages-freed/%9u} {N:pages freed}\n",
sum.v_tfree);
xo_emit("{:pages-freed-by-daemon/%9u} {N:pages freed by daemon}\n",
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"