FreeSlave / resusage

D library for getting system and process resource usage
Boost Software License 1.0
16 stars 5 forks source link

BSD, OSX, Solaris support #1

Open FreeSlave opened 9 years ago

FreeSlave commented 9 years ago

Need to bring this library on these platforms too.

MarcAntoine-Arnaud commented 9 years ago

I start to fix build on OSX. Can you provide some inputs to support it on OSX ? I can develop it.

FreeSlave commented 9 years ago

Some info about OS X http://stackoverflow.com/a/1911863 Windows and Linux versions are also based on the answers from this page.

MarcAntoine-Arnaud commented 9 years ago

Thanks, I've start to take a look on it, I have implemented information about swap usage. I'll complete soon with others parameters and submit a new pull request.

FreeSlave commented 7 years ago

Getting per-process CPU usage was added for FreeBSD.