QCB-Collaboratory / telescope

Telescope server repository
https://github.com/QCB-Collaboratory/telescope/wiki
Other
4 stars 3 forks source link

Memory tracking #2

Open thmosqueiro opened 6 years ago

thmosqueiro commented 6 years ago

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.

cc @juandelahoz