See The amount of memory the pbs job is currently using.

I know that I see how much memory the pbs job sets with qstat, but is there a way to find out how much memory is currently being used in the job?

Thank!

+3
source share
1 answer

qstat -f <jobid> should show you the latest memory usage information of your work

+4
source

All Articles