goss-org / goss

Quick and Easy server testing/validation
https://goss.rocks
Apache License 2.0
5.6k stars 472 forks source link

High CPU usage using port checking #682

Closed nlamirault closed 3 years ago

nlamirault commented 3 years ago

Describe the bug

We have a goss configuration with port

port:
  tcp:8080:
    listening: true
    ip:
    - 0.0.0.0

How To Reproduce

Expected Behavior

Actual Behavior

Goss was on the VM the process that consumed the most CPU Goss seems to list all open ports in order to find out which one we define is open or not.

Environment:

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.