Admin-Ahead Community

Linux => General Linux => Topic started by: Aby on January 24, 2014, 02:27:26 pm

Title: Get Size of IP Routing cache
Post by: Aby on January 24, 2014, 02:27:26 pm
Get Size of IP Routing cache

To get the size of IP Routing Cache we can use following command
root# dmesg | grep -i 'IP route cache'
IP route cache hash table ....

To edit routing table size we can use kernel parameter
rhash_entries=' size in bytes'

===