netstat & annoying messages...

krzysio

Registered
Hi All!

Someday :) I used a netstat to check active internet connections, and I got something like that:

[localhost:~/unix/compile] krzysio% netstat -f inet
netstat: sysctl: net.inet.raw.pcblist: Cannot allocate memory
netstat: sysctl: net.inet.raw.pcblist: Cannot allocate memory
netstat: sysctl: net.inet.raw.pcblist: Cannot allocate memory
Active Internet connections
Proto Recv-Q Send-Q Local Address Foreign Address (state)
[list of connections - removed by me]

What's wrong?! I never saw something like that before on any unix...
And there's no somethin' like 'net.inet.raw.pcblist' in sysctl -a output :-S

(netstat -m output - at the same time - looks pretty good):

[localhost:~/unix/compile] krzysio% netstat -m
80 mbufs in use:
66 mbufs allocated to data
11 mbufs allocated to packet headers
1 mbufs allocated to socket names and addresses
2 mbufs allocated to Appletalk data blocks
95/408 mbuf clusters in use
836 Kbytes allocated to network (25% in use)
0 requests for memory denied
0 requests for memory delayed
0 calls to protocol drain routines

Bestest,
-Chris
 
Back
Top