Re: [slurm-users] [External] Re: Is there a way to get the real-time cpu/memory usage of job processes by using slurm command. (Chaofeng Zhang)

2020-10-25 Thread Ole Holm Nielsen
On 10/26/20 6:42 AM, Chaofeng Zhang wrote: I  can see some cpu usage information from command sstat and sacct, but that is not what I want. I want to see the real-time cpu usage like the linux top command. The "pestat" script gives you CPU load information and other data for each node in the

Re: [slurm-users] [External] Re: Is there a way to get the real-time cpu/memory usage of job processes by using slurm command. (Chaofeng Zhang)

2020-10-25 Thread Chaofeng Zhang
I can see some cpu usage information from command sstat and sacct, but that is not what I want. I want to see the real-time cpu usage like the linux top command. Thanks From: 肖正刚 Sent: Monday, October 26, 2020 1:25 PM To: slurm-users@lists.schedmd.com; Chaofeng Zhang Subject: [External] Re:

Re: [slurm-users] Is there a way to get the real-time cpu/memory usage of job processes by using slurm command. (Chaofeng Zhang)

2020-10-25 Thread 肖正刚
Did you mean sstat ?

Re: [slurm-users] Is there a way to get the real-time cpu/memory usage of job processes by using slurm command.

2020-10-25 Thread Rodrigo Santibáñez
I don't know. I use clustershell to execute ps in the nodes where a user has jobs. On Sun, Oct 25, 2020, 23:56 Chaofeng Zhang wrote: > Whether slurm has the command to get the real-time cpu/memory usage of job > process when job is running. > > Or I must write the script to get it (scontrol list

Re: [slurm-users] SLES 15 rpmbuild from 20.02.5 tarball wants munge-libs: system munge RPMs don't provide it

2020-10-25 Thread Kevin Buckley
On 2020/10/22 16:32, Christian Goll wrote: The problem comes from the fact that libmunge is part of the SLE-HPC module and not part of SLE itself. As soon as you activate this module with SUSEConnect you should be able to build it. The best way to create rpms for SUSE systems is not to use rpmb

[slurm-users] Is there a way to get the real-time cpu/memory usage of job processes by using slurm command.

2020-10-25 Thread Chaofeng Zhang
Whether slurm has the command to get the real-time cpu/memory usage of job process when job is running. Or I must write the script to get it (scontrol listpids to get pid of process, then script to get cpu/memory usage of process.)? Thanks Jeff (ChaoFeng Zhang, 张超锋) PMP® zhang...@leno

Re: [slurm-users] Cloud nodes remain in state "alloc#"

2020-10-25 Thread Rupert Madden-Abbott
I have discovered that if I launch slurmd with the "-b" flag, then my jobs run successfully. However, this flag is documented as "Report node rebooted when daemon restarted. Used for testing purposes.". I'd rather not rely on something that is supposed to be only for testing purposes but perhaps th