Batch Management
qacct is a method to get information (reports or accounts) on usage.
To find information on a certain job ID, use the following code:
qacct -j 1497201
where 1497201 is the name of the job ID, listed in the above through the use of qstat.
To find information on a particular user, the following code is entered:
qacct -o username
where username is the user ID listed in the above through the use of qstat.
qalter
top








