Use `squeue -u $USER` to see your running jobs and job IDs
Use `sstat -j
Use `sacct -j
Use `seff
Use `scontrol show job
Use `top` or `htop` on the compute node to monitor per-process CPU usage
Use `ps -u $USER -o pid,ppid,cmd,%cpu,%mem –sort=-%cpu` to list your processes by CPU usage
Use `srun –pty bash` and then `top` or `htop` inside the allocated node for interactive monitoring
Use `sacct -j
Use `scontrol show node
Use `sar -u 1 5` if system accounting is enabled on the node
Use `mpstat -P ALL 1 5` if available to check per-core CPU utilization
Use `watch -n 1 “squeue -j
