shirou / gopsutil

psutil for golang
Other
10.53k stars 1.59k forks source link

Update net_openbsd.go to correctly parse netstat output on obsd #1621

Closed amarinderca closed 5 months ago

amarinderca commented 6 months ago

In #1441 I show how the openbsd 7.1 and above netstat output isn't correctly being parsed. This pull request aims to fix the parsing issue. Also see: https://github.com/influxdata/telegraf/issues/12977