Device’s Memory Block Performance Statistics


 

Introduction

As in monitoring CPU statistics; monitoring the Memory block usage statistics and performances on the managed elements is important to most if not all network administrators. Such information is useful for administrators to understand their prospective network environments and aids significantly those administrators to be better able to do Resource Planning. 

Solution Overview  

 

SOSL based Management Process script configuration

 

This is the Performance statistics for the Memory Block statistics measured on the managed elements.

   

MODULE MemBlockdata ();

BEGIN

            ALL-DEV BY DEV

            {

                        SET-INDEX ciscoMemoryPoolTable

                                (ciscoMemoryPoolName [ciscoMemoryPoolType, INT]);

 

                        WITH-INDEX ciscoMemoryPoolTable

                        {

                                    POLL (   ciscoMemoryPoolFree;

                                                ciscoMemoryPoolLargestFree;

                                                ciscoMemoryPoolUsed );

                        };

             };

END

 


[SOSL Case Studies], [Management Concepts], [NMS Technology R&D]

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