Question

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!

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top