Psutil not detecting correct child processes
还没有人认领这个 Issue。
评估
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 新手友好度
- 35/100
- Issue 类型
- 缺陷
- 描述清晰度
- 需要澄清
- 活跃度
- 停滞
- 技术栈
- python
调研方向
首先在 SLURM 上复现 MPI 作业,并检查 psutil 如何识别主作业的子进程。当进程列表包含全部 20 个核心所对应的预期 FDS 子进程,且 CPU 资源指标准确时,即表示完成。
由索引模型根据 Issue 内容生成。
描述
CPU resource utilization metrics for MPI jobs on SLURM systems appear to be inaccurate, suspect since psutil is not identifying the correct child processes of the main job:
executor _processes dict_values([<Popen: returncode: None args: ['mpiexec', '-n', '20', 'fds', 'office_atria_...>])
child psutil.Process(pid=2546114, name='srun', status='sleeping', started='14:29:20')
child psutil.Process(pid=2546115, name='srun', status='sleeping', started='14:29:20')
child psutil.Process(pid=2546115, name='srun', status='sleeping', started='14:29:20')
Would expect to see a series of FDS child processes for each of the 20 cores it is running across, instead just see srun...
- 主要语言
- Python
- 星标
- 4
- 派生
- 1
- 平均合并
- 7 天 6 小时
- 30 天内合并 PR
- 6
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
simvue-io/python-api 的其他 Issue
-
难度 2/5 1-3 小时 新手友好度 65/100
simvue-io/python-api#994 ·
-
bug
难度 1/5 1 小时以内 新手友好度 68/100
simvue-io/python-api#538 ·
-
难度 3/5 1-2 天 新手友好度 65/100
simvue-io/python-api#1000 · 2 条评论 ·
-
bug
难度 4/5 3-5 天 新手友好度 35/100
simvue-io/python-api#987 ·
-
难度 5/5 一周以上 新手友好度 25/100
simvue-io/python-api#932 ·
查看 simvue-io/python-api 的全部 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 78/100
-
难度 2/5 1-3 小时 新手友好度 86/100
browser-use/browser-use#5905 ·
-
type: enhancement
难度 2/5 1-3 小时 新手友好度 68/100
ynput/ayon-python-api#363 ·
-
bug needs triage
难度 2/5 1-3 小时 新手友好度 88/100
modelscope/FunASR#3728 ·
-
难度 2/5 1-3 小时 新手友好度 88/100
open-compass/opencompass#2655 ·