I'd like to find a process having the specific name. psutil.process_iter() would work thus I tried it to so that.
I then found the command was stuck even for several hours.
On the other hand, psutil.pids() somehow normally worked so I guess psutil.process_iter() has a trouble.
Do you have any idea to solve the problem?
Summary
Description
Hi,
I'd like to find a process having the specific name. psutil.process_iter() would work thus I tried it to so that. I then found the command was stuck even for several hours. On the other hand, psutil.pids() somehow normally worked so I guess psutil.process_iter() has a trouble. Do you have any idea to solve the problem?
Thanks.