5

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!

helicase
  • 354
  • 1
  • 5
  • 13

1 Answers1

6

qstat -f <jobid> should show you up-to-date information on the memory usage of your job

Kenneth Hoste
  • 2,816
  • 20
  • 14