Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

See amount of memory a pbs job is currently using

Tags:

pbs

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!

like image 853
helicase Avatar asked Apr 18 '12 18:04

helicase


1 Answers

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

like image 108
Kenneth Hoste Avatar answered Oct 06 '22 02:10

Kenneth Hoste