juancarlospaco / psutil-nim

Port of python psutil to Nim
MIT License
28 stars 9 forks source link

Centos vs proc net #3

Closed juancarlospaco closed 5 years ago

juancarlospaco commented 5 years ago

On Centos compile fails because of missing Linux C header files sockios.hsomething

Not using this proc compiles Ok without errors:

echo_proc net_io_counters()
echo_proc per_nic_net_io_counters()
echo_proc net_if_stats()
echo_proc net_connections()