diff --git a/content/submitting_jobs/monitoring_jobs.md b/content/submitting_jobs/monitoring_jobs.md
index 59a74a94bec940d63341faf58a35de65bec0bc80..41335b3517d99cb6568cdd03c091a8fc3544857b 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