 
            
            
            
            
                31 Oct
                
                    1998
                
            
            
                31 Oct
                
                '98
                
            
            
            
        
    
                5:36 a.m.
            
        On Fri, 30 Oct 1998, Stephen Stuart wrote:
I wonder how long 'netstat -rn' takes on *BSD with 54k routes. 6 seconds (output to /dev/null) on a Pentium something-or-other running BSD/OS 3.1.
How about 'netstat -rn | wc -l'
% time eval 'netstat -rn | wc -l' 53140 6.95s real 3.88s user 2.98s system Stephen