This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
jobperformance:start [2021/08/17 14:12] alopis |
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 (" | Thereafter login (" | ||
| - | If only the first node is showing any real usage for example, then you know there' | + | If only the first node is showing any real usage for example, then you know there' |
| - | An example: | + | An example |
| - | [alopis@login2 ~]$ qstat -awu alopis -n1 | + | |
| - | + | sched01: | |
| - | sched01: | + | Job ID |
| - | | + | 3672969.sched01 |
| - | Job ID | + | [alopis@login2 ~]$ ssh cnode0263 |
| - | + | Warning: Permanently added ' | |
| - | 3672969.sched01 | + | [alopis@cnode0263 ~]$ htop |
| - | + | [alopis@cnode0263 ~]$ exit | |
| - | [alopis@login2 ~]$ ssh cnode0263 | + | logout |
| - | Warning: Permanently added ' | + | Connection to cnode0263 closed. |
| - | [alopis@cnode0263 ~]$ htop | + | [alopis@login2 ~]$ |
| - | + | ||
| - | [alopis@cnode0263 ~]$ exit | + | |
| - | + | ||
| - | logout | + | |
| - | + | ||
| - | Connection to cnode0263 closed. | + | |
| - | + | ||
| - | [alopis@login2 ~]$ | + | |