I would suggest:

ps -aux | grep sec

Get the PID from your process, then use top:

top -pPID1 -pPID2

For example, I have 2 sec instances running:

%CPU 1.3 and 0.0 correspondingly.
%MEM 0.2 and 0.1 correspondingly.

What about you?

Regards,
Pedro 

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Simple-evcorr-users mailing list
Simple-evcorr-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to