Skip to main content

Which Commserv
table or view has the information about the current throughput and average throughput

for an actively running job , which we could find in the Job Controller.

 

And what is the column name to get these details 
average throughput and 
current throughput for all the respective jobs in job controller.
 

 

 

For eg: the following Commserv view CommCellJobController only lists certain information like 

 

Good Morning,

for running jobs you could use:
select * from JMBkpJobInfo
 

Maybe this helps


Thank you @Baitos , JMBkpJobInfo  has both the fields which i was looking for 😀


Reply