Find CPU and Memory Time Series of Slurm Job?

梦想与她 提交于 2020-08-26 09:55:26

问题


There's a nice question (Find out the CPU time and memory usage of a slurm job) about how to retrieve the CPU time and memory usage of a slurm job and spinup has a nice answer (https://stackoverflow.com/a/56555505/4570472). However, if I understand correctly, seff <job id> returns Memory Efficiency which corresponds to MAXRSS over the entire life of the job.

How do I retrieve the time series of memory (and perhaps CPU) usage?

I'd like this to understand why my slurm jobs are running out of memory after 6+ hours of running fine.

来源:https://stackoverflow.com/questions/63250581/find-cpu-and-memory-time-series-of-slurm-job

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!