juju / juju-crashdump

Script to assist in gathering logs and other debugging info from a Juju model
MIT License
10 stars 23 forks source link

Use ss instead of netstat to get listening ports #102

Closed sabaini closed 1 year ago

sabaini commented 1 year ago

Netstat is deprecated and does not ship by default anymore. Also small drive-by simplification by filtering for LISTEN directly