cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
839
Views
0
Helpful
1
Replies

sh buffers output

lkadlik
Level 1
Level 1

Hi,


Could someone please help me interpret the following output?

Serial4/0 buffers, 512 bytes (total 256, permanent 256):
     0 in free list (0 min, 256 max allowed)
     256 hits, 53074 fallbacks
     256 max cache size, 132 in cache
     1037276537 hits in cache, 53074 misses in cache

thank you

1 Accepted Solution

Accepted Solutions

Lei Tian
Cisco Employee
Cisco Employee

Hi,

Here is explanation for the counters; for more detail pls refer cisco press book "Inside Cisco IOS Software Architecture"

total—The total number of buffers in the pool (both allocated and free).

permanent—The base number of buffers in the pool. For dynamic pools, the total number of buffers can fluctuate as the pool grows and shrinks. However, there will never be less than the permanent number of buffers in the pool.

in free list—Indicates the number of free buffers available.

min—The minimum number of buffers desired in the free list. If the number of free buffers drops below min, the buffer pool manager attempts to grow the pool and add more buffers until the number of free buffers is greater than min.

max allowed—The maximum number of buffers desired in the free list. If the number of free buffers increases beyond max allowed, the buffer pool manager attempts to shrink the pool, deleting free buffers, until the number of free buffers drops below max allowed. Note that the buffer pool manager never shrinks the size of the pool below the permanent metric regardless of the value of max allowed.

hits—The number of buffers that have been requested from the pool.
fallbacks—The number of times the interface processor had to fall back to the public buffer pools to find a buffer in which to store a packet.

max cache size—Some number of buffers in each private buffer pool are cached for faster access; this is the maximum number of buffers that can be cached.

in cache—The number of cached private buffers.

Regards,

Lei Tian

View solution in original post

1 Reply 1

Lei Tian
Cisco Employee
Cisco Employee

Hi,

Here is explanation for the counters; for more detail pls refer cisco press book "Inside Cisco IOS Software Architecture"

total—The total number of buffers in the pool (both allocated and free).

permanent—The base number of buffers in the pool. For dynamic pools, the total number of buffers can fluctuate as the pool grows and shrinks. However, there will never be less than the permanent number of buffers in the pool.

in free list—Indicates the number of free buffers available.

min—The minimum number of buffers desired in the free list. If the number of free buffers drops below min, the buffer pool manager attempts to grow the pool and add more buffers until the number of free buffers is greater than min.

max allowed—The maximum number of buffers desired in the free list. If the number of free buffers increases beyond max allowed, the buffer pool manager attempts to shrink the pool, deleting free buffers, until the number of free buffers drops below max allowed. Note that the buffer pool manager never shrinks the size of the pool below the permanent metric regardless of the value of max allowed.

hits—The number of buffers that have been requested from the pool.
fallbacks—The number of times the interface processor had to fall back to the public buffer pools to find a buffer in which to store a packet.

max cache size—Some number of buffers in each private buffer pool are cached for faster access; this is the maximum number of buffers that can be cached.

in cache—The number of cached private buffers.

Regards,

Lei Tian

Review Cisco Networking for a $25 gift card