cancel
Showing results for 
Search instead for 
Did you mean: 

Total jobs count

Mindaugas_Lauci
Level 5

Hello,

 

Is there a way to get a count of all jobs happened during particular day? I have backup_exit_notify.cmd sending email for every job and I need to make sure that NB sends emails for every job. I would like to get total count from NB directly so I could compare counts.

 

Thanks!

2 REPLIES 2

Former_Mary_Kay
Level 4

bpdbjobs -most_columns | grep $DATE

bpimagelist -l | grep $CTIME

 

NOM has a great reporting capabilities that can do this as well.

J_H_Is_gone
Level 6

don't know if you want to do it in a script every day or just once.

 

go to the gui

 

get the job number from the first job of the night and the job number for the last job for the night.

 

do the math and you have the number of jobs that ran.