I'm doing scripts on a pfsense machine where I have to save data as sockets.
the issue is that in linux, these are in / proc / net and in freeBDS this directory does not exist.
I know I can get information with the command sockstat
my doubt if there is a directory that has the proc / net information.
Or some commands other than sockstat
thanks