SmartMIB Small Solution:

Device Memory Pool Performance Statistics


(SM-SmallSol010)

Solution’s SOSL Based management process script:

 

The solution defines the following main modules:

 

MainMemoryPoolStats:

This is the main module that controls and instantiates the ‘MemStats’ module.

 

MainMemoryPoolTable:

This is the main module that controls and instantiates the ‘MemTable’ module.

 

 

The details of the Main modules and the transient Service modules are provided below:

 


 

MODULE MainMemoryPoolStats ();

DESCRIPTION "Device CPU Statistics Main process";

BEGIN

            POLL-FREQ

            {

                        MODULE-CALL MemStats();

 

                        WAIT (3000);

            };

END

 


 

MODULE MainMemoryPoolTable ();

DESCRIPTION "Device Memory Pool Table process";

BEGIN

            POLL-FREQ

            {

                        MODULE-CALL MemTable();

 

                        WAIT(18000);

            };

END

 


 

MODULE MemTable ();

DESCRIPTION "Memory information Process";

BEGIN             

            ALL-DEV BY DEV

            {

                        SET-INDEX MemoryPoolTable (ciscoMemoryPoolName

                                                            [ciscoMemoryPoolType, INT]);

            };

END

 


 

MODULE MemStats ();

DESCRIPTION "Memory stats";

BEGIN

 

           ALL-DEV BY ELEMENT

            { 

                        WITH-INDEX MemoryPoolTable

                        {

                                    POLL (  ciscoMemoryPoolFree;

                                               ciscoMemoryPoolLargestFree;

                                               ciscoMemoryPoolUsed );

                        };

            };

END

 


Device Memory Pool Performance Statistics Index Page

Previous Page Page 4/6 Next Page


[Small Solutions], [Professional Solutions], [Security Solutions], [Development Solutions]

[Home], [About], [Solutions Center], [NMS Market], [Products & Services],
[Management Technology], [Technical Support], [Contact us], [Site Map]