One of the most important features would be keep track of memory usage over time. This can be partially achieved with the -j flag of qstat:
qstat -j <JOB_ID>
The item maxvmem gives you the maximum amount of RAM your job used when it was running. Not sure yet how to calculate the precise instantaneous amount of RAM being used.
One of the most important features would be keep track of memory usage over time. This can be partially achieved with the -j flag of qstat:
The item
maxvmem
gives you the maximum amount of RAM your job used when it was running. Not sure yet how to calculate the precise instantaneous amount of RAM being used.cc @juandelahoz