Check Port
port.checkVerify if a local TCP port is listening and identify the process occupying it.
Instructions
Check whether a local TCP port is listening and identify the owning process when possible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | Yes | ||
| host | No | 127.0.0.1 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| port | Yes | ||
| listening | Yes | ||
| output | Yes |