How to count the number of server and parallel jobs running

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
wahil
Participant
Posts: 23
Joined: Tue Oct 25, 2005 11:14 am

How to count the number of server and parallel jobs running

Post by wahil »

Hi All.

I need to create a KPI to indicate the number of datastage jobs running every 10 minutes through unix command line. I got the number os jobs running the command "ps -ef|grep -i "phantom DSD.RUN"|grep -v grep|wc -l", but now I need to find out how much is server and how much is parallel.

Please...help-me
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If you can hold off till version 8.7, released any day now, you will get an Operations Console that does this for you.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply