Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Get Size of IP Routing cache  (Read 2162 times)

0 Members and 1 Guest are viewing this topic.

Aby

  • Guest
Get Size of IP Routing cache
« 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'

===