User Tools

Site Tools


memory_use_monitoring

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
memory_use_monitoring [2021/01/21 16:29]
root
memory_use_monitoring [2021/02/26 12:48] (current)
root
Line 33: Line 33:
 will give you a lot of details about your job including memory and CPU usage. will give you a lot of details about your job including memory and CPU usage.
  
 +==== For Completed Jobs ====
 +
 +You can look up details of jobs that you ran in the past using the **sacct** command. For instance:
 +
 +<code>
 +sacct -j 1031100 -o "JobID,JobName,MaxRSS,Elapsed"
 +</code>
 +
 +would report on job number 103110, giving the jobname, maximum memory used, and elapsed time that the job took to run. 
 +
 +You will likely have a record of your job numbers in the names of the slurm-NNNNNN.out files that record the output of your jobs.
  
 ==== From the Node ==== ==== From the Node ====
Line 43: Line 54:
     * Use the **--exclusive** option to get a whole node.     * Use the **--exclusive** option to get a whole node.
  
 +  * Use s**stat** as described above.
   * Run a background program to monitor memory use on that node.   * Run a background program to monitor memory use on that node.
  
memory_use_monitoring.1611264596.txt.gz · Last modified: 2021/01/21 16:29 by root