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
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:
Did you mean sstat ?
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
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
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
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