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?