Re: [slurm-users] Getting current memory size of a job

2019-03-31 Thread Bjørn-Helge Mevik
If the job is alone on its node(s), you can use "scontrol show node " and look at "RealMemory minus FreeMem". -- B/H signature.asc Description: PGP signature

Re: [slurm-users] Getting current memory size of a job

2019-03-31 Thread Sam Hawarden
Hi Mahmood, There isn't any great way to view current memory usage. We use a simple web interface which is ok for our small cluster. There are better options such as https://slurm.schedmd.com/SLUG16/monitoring_influxdb_slug.pdf which we have yet to