From c24c63c2217d3c02ddbbea5f3faa721267a382a8 Mon Sep 17 00:00:00 2001 From: Natasha Pavlovikj <npavlovikj2@unl.edu> Date: Wed, 17 Apr 2024 16:43:41 -0500 Subject: [PATCH] Add Note for seff --- content/submitting_jobs/monitoring_jobs.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/submitting_jobs/monitoring_jobs.md b/content/submitting_jobs/monitoring_jobs.md index 59a74a94..41335b35 100644 --- a/content/submitting_jobs/monitoring_jobs.md +++ b/content/submitting_jobs/monitoring_jobs.md @@ -18,10 +18,13 @@ The `seff` command provides a quick summary of a single job's resource utilizati seff <JOB_ID> {{< /highlight >}} - - {{< figure src="/images/slurm_seff_1.png" height="250" >}} +{{% notice note %}} +1. `seff` gathers resource utilization every 30 seconds, so it is possible for some peak utilization to be missed in the report. +2. For multi node jobs, the `Memory Utilized` reported by `seff` is for **one node only**. +For more accurate report, please use `sacct` instead. +{{% /notice %}} #### sacct -- GitLab