  The terse process monitoring dept 
 The Question is:
 
How can I monitor a process that every day has a different Process Name?
 
 The Answer is:
 
  By finding something consistent to act as a target for the
  request?  For example, the process id, if this is simply a
  case of a process that resets its process name periodically.
  If the process has an associated terminal, you can start
  from the device name and locate the process id.  If the
  process is a batch job, you could monitor the queues for
  a batch job executing the particular procedure of interest.
  Or you could code the target process itself to be somewhat
  more cooperative in this monitoring effort, via the creation
  of a lock resource name or other mechanism of self-identification.
 
