This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
jobperformance:start [2021/08/17 13:52] alopis created |
jobperformance:start [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | First find out which nodes your running job is using | + | ====== Getting an Idea of Job Performance ====== |
| + | First find out which nodes your running job is using: | ||
| - | qstat -awu < | + | |
| - | Or if your job has many nodes then this is more legible. | + | Where < |
| + | |||
| + | qstat -awu < | ||
| + | |||
| + | Thereafter login (" | ||
| + | |||
| + | If only the first node is showing any real usage for example, then you know there' | ||
| + | |||
| + | An example (htop info not shown): | ||
| + | |||
| + | [alopis@login2 ~]$ qstat -awu alopis -n1 | ||
| + | sched01: | ||
| + | Job ID | ||
| + | 3672969.sched01 | ||
| + | [alopis@login2 ~]$ ssh cnode0263 | ||
| + | Warning: Permanently added ' | ||
| + | [alopis@cnode0263 ~]$ htop | ||
| + | [alopis@cnode0263 ~]$ exit | ||
| + | logout | ||
| + | Connection to cnode0263 closed. | ||
| + | [alopis@login2 ~]$ | ||
| - | qstat -awu < | ||
| - | Thereafter login (ssh) to the 1st node, and then at least 1 or 2 other nodes (if not an smp single node job of course). On each node run the command " | ||