Subject: domU and "netstat -m"
To: None <port-xen@netbsd.org>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: port-xen
Date: 04/28/2005 07:46:55
I'm getting weird results from "netstat -m" in Xen domU:
# uname -srm
NetBSD 3.0_BETA i386
# netstat -m
0 mbufs in use:
0 calls to protocol drain routines
These zeros are most likely not right as the node is sending and
receiving network traffic all the time. Even a "normal" NetBSD 2.0.2
has somethig reasonable-looking numbers:
272 mbufs in use:
257 mbufs allocated to data
15 mbufs allocated to packet headers
2068 calls to protocol drain routines
Martti