The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 08-02-2007
davidfrank davidfrank is offline
Registered User
  
 

Join Date: Mar 2007
Posts: 10
Job Completion Information?

Hi,

I am trying to get some information on the jobs that are running. I have used the "ps" command, to get information such as 'cpu usage', 'username', 'pid', etc.,

I've also used the "bjobs" command to get information such as 'submit time' and 'start time'. The only thing I need now is to get the 'completion time'.

After several tries, all that I can see is the 'submit time', and 'start time'. How do I get the 'completion time' or 'end time' of a job?

Is there any command that can be used to get the job completion time or atleast the time taken for execution?

Thank you very much for your time and efforts.