KB Article #172747

monitor Integrator processes

Problem

-- how much Integrator processes consume
-- how to find out if there is a memory leak
-- how to adjust xmx values

Resolution

* use the attached script while Integrator is running

Usage: ips <Integrator user> <number of polls> <interval between two polls>

It executes the following command :

ps -u <user> -o time,pcpu,vsz,pid,comm for each Integrator process

Ex :

> ./ips.sh benji 3 2
11/28/2013_16:09 ips
16:09:40*
16:09:42*
16:09:44*
End Of Polling

Output file generated is 11_28_2013_16_09_integrator.ps