yibn2008/find-process

Feature Request: Return port in found processes

Closed this issue · 1 comments

I have a situation where I would like to find the port of a process with a known executable. The port could be unknown.

I would like to be able to run something like the following:

find("name", "java", true);

And have it return an array of all java processes and the port they're running on, if any.

Sorry, I don't have any plan for this feature, PR will be welcome.