cc_staff
290
edits
No edit summary |
No edit summary |
||
Line 459: | Line 459: | ||
<ul> | <ul> | ||
<li><p><code>squeue</code> or <code>sqc</code> (a caching version of squeue) to show the job queue (<code>squeue -u $USER</code> for just your jobs);</p></li> | <li><p><code>squeue</code> or <code>sqc</code> (a caching version of squeue) to show the job queue (<code>squeue -u $USER</code> for just your jobs);</p></li> | ||
<li | <li><code>qsum</code> shows a summary of qudue by user | ||
<li | <li><code>squeue -j JOBID</code> to get information on a specific job | ||
<p>(alternatively, <code>scontrol show job JOBID</code>, which is more verbose).</p></li> | <p>(alternatively, <code>scontrol show job JOBID</code>, which is more verbose).</p></li> | ||
<li><p><code>squeue --start -j JOBID</code> to get an estimate for when a job will run; these tend not to be very accurate predictions.</p></li> | <li><p><code>squeue --start -j JOBID</code> to get an estimate for when a job will run; these tend not to be very accurate predictions.</p></li> | ||
Line 470: | Line 470: | ||
<!--T:103--> | <!--T:103--> | ||
Further instructions for monitoring your jobs can be found on the [ | Further instructions for monitoring your jobs can be found on the [https://docs.scinet.utoronto.ca/index.php/Slurm#Monitoring_jobs Slurm page]. The [https://my.scinet.utoronto.ca my.SciNet] site is also a very useful tool for monitoring your current and past usage. | ||
= Visualization = <!--T:203--> | = Visualization = <!--T:203--> |