2.0.26 and netstat

root (root@oscar.centraltx.net)
Tue, 26 Nov 1996 16:38:23 -0600 (CST)


while running netstat, on redhat 4.0 w/ 2.0.26, with the command:

netstat -c |& grep -v |& grep -v "no support"

(under tcsh)

the process size grows by about ~20k an itteration (the -c switch
says repeat the netstat command adnasium)

I'm wondering iffen it's just a netstat problem, or iffen something
in the pipes or /proc is leaking mem.

thoughts?