We need some information, specifically, the name of the process that runs on a Windows or Redhat Linux server for an AutoSys job.
Release : 12.0
Component : CA Workload Automation AE (AutoSys)
You can use the following command to see if there are jobs running on an agent:
autorep -M <machineName> -d
where <machineName> is the name of the machine that is defined for the agent.
On the agent side, when a job is started, on Windows, a process named su.exe is spawn and stays until the job finishes. On Linux, cybspawn.bin will be launched and stays until the job is done.