Reputation: 364
I know I can see how much memory a pbs job has requested using qstat but is there a way to view how much memory the job is currently using?
Thanks!
Upvotes: 6
Views: 4260
Reputation: 2971
qstat -f <jobid>
should show you up-to-date information on the memory usage of your job
Upvotes: 7