shirou / gopsutil

psutil for golang
Other
10.47k stars 1.58k forks source link

feat: use lsof for net_connections on FreeBSD #1551

Closed wolf31o2 closed 10 months ago

wolf31o2 commented 10 months ago

Use net.ConnectionsPidWithContext on FreeBSD, similarly to how it is done on Darwin. This uses common.CallLsofWithContext underneath the hood, which will use lsof under the hood, if available.

Tested on FreeBSD 13.2-RELEASE