/stats/l2/fdb
FDB Statistics
This menu option lets you display statistics regarding the use of the forwarding database, including the number of new entries, finds, and unsuccessful searches.
 
FDB statistics:
creates: 9611 deletes: 9553
current: 58 hiwat: 65
lookups: 850254 lookup fails: 151373
finds: 5832 find fails: 0
find_or_c's: 11874 overflows: 0
max: 16384
FDB statistics are described in the following table:
 
Forwarding Database Statistics (/stats/l2/fdb) 
Statistic
Description
creates
Number of entries created in the forwarding database.
current
Current number of entries in the forwarding database.
lookups
Number of entry lookups in the forwarding database.
finds
Number of successful searches in the forwarding database.
find_or_c’s
Number of entries found or created in the forwarding database.
deletes
Number of entries deleted from the forwarding database.
hiwat
Highest number of entries recorded at any given time in the forwarding database.
lookup fails
Number of unsuccessful searches made in the forwarding database.
find fails
Number of search failures in the forwarding database.
overflows
Number of entries overflowing the forwarding database.
max
Number of maximum forwarding database entries supported by Alteon.