diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2016-11-17 21:02:55 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2016-11-17 21:02:55 +0000 |
| commit | 5dba303d015407888e700bc2d56a867b9ae97c34 (patch) | |
| tree | 638cbedce3cfb9686e2f1cb6f6c9c5e4587d5be6 /usr.bin | |
| parent | 14b5719f6a1b011975cea8c5466addb94e855d25 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/netstat/mbuf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index 8b95ddddd04b6..c1d0dd35376f3 100644 --- a/usr.bin/netstat/mbuf.c +++ b/usr.bin/netstat/mbuf.c @@ -340,6 +340,9 @@ mbpr(void *kvmd, u_long mbaddr) xo_emit("{:sendfile-pages-valid/%ju} " "{N:pages were valid at time of a sendfile request}\n", (uintmax_t)sfstat.sf_pages_valid); + xo_emit("{:sendfile-pages-bogus/%ju} " + "{N:pages were valid and substituted to bogus page}\n", + (uintmax_t)sfstat.sf_pages_bogus); xo_emit("{:sendfile-requested-readahead/%ju} " "{N:pages were requested for read ahead by applications}\n", (uintmax_t)sfstat.sf_rhpages_requested); |
