Per Process Memory Performance Statistics
(SM-SmallSol008)
Solution’s SOSL Based management process script:
The solution defines the following main modules:
MainProcessMemoryStats :
This is the main module that controls and instantiates the ‘ProcessMemStats’ module.
MainProcessMemoryTable :
This is the main module that controls and instantiates the ‘ProcessMemTable’ module.
The details of the Main modules and the transient Service modules are provided below:
MODULE MainProcessMemoryStats ();
DESCRIPTION "Device system Process Memory Statistics Main process";
BEGIN
POLL-FREQ
{
MODULE-CALL ProcessMemStats();
WAIT (3000);
};
END
MODULE MainProcessMemoryTable ();
DESCRIPTION "Device system Process Memory Table process";
BEGIN
POLL-FREQ
{
MODULE-CALL ProcessMemTable();
WAIT(18000);
};
END
MODULE MemProcessTable ();
DESCRIPTION "Mem Process Table module";
BEGIN
ALL-DEV BY DEV
{
SET-INDEX MemProcessTable (cpmProcessName
[cpmCPUTotalIndex, INT;
cpmProcessPID, INT]);
};
END
MODULE MemProcessStats ();
DESCRIPTION "Mem Process Stats module";
BEGIN
ALL-DEV BY ELEMENT
{
WITH-INDEX MemProcessTable
{
POLL ( cpmProcExtMemAllocatedRev;
cpmProcExtMemFreedRev );
};
};
END
| Per Process Memory 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]