Why my route command is slow in Linux
Basically default usage of route command makes route command to resolve all IP addresses to display symbolic host names. If your connection to DNS server is slow or not working, route command spends some time in waiting for response from the DNS server.
To avoid this, you can use “-n” option which disables resolution of symbolic host names from numerical IP addresses and gives prompt response with numerical IP addresses.
[neo@techpulp ~]# route -n

