Device’s CPU Performance


 

Introduction

Monitoring the CPU or set of CPUs 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

 

In this solution; the management process learns the indexes of the supported CPUs on each of the managed elements, then polls the global (collective) CPU busy percentage values represented by the MIB Object ‘cpmCPUTotal5minRev’.

 

SOSL based Management Process script configuration

 

This is the Performance statistics for the critical memory on and CPU statistics on the managed elements

 

MODULE CPUdata ();

BEGIN

 

           ALL-DEV BY ELEMENT

            { 

                        SET-INDEX cpmCPUTotalTable (cpmCPUTotal5minRev [cpmCPUTotalIndex, INT]);

                                    WITH-INDEX cpmCPUTotalTable

                                    {

                                    POLL (cpmCPUTotalPhysicalIndex);

 

                                    ALL-DBRECORDS FOR “cpmCPUTotalPhysicalIndex” BY PhysicalIndex

                                    {

                                                POLL (   ELEMENT, entPhysicalName;

                                                            entPhysicalDescr, PhysicalIndex);

                                    };

 

                                    };

            };

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]