go-playground / stats

:chart_with_upwards_trend: Monitors Go MemStats + System stats such as Memory, Swap and CPU and sends via UDP anywhere you want for logging etc...
MIT License
170 stars 19 forks source link

Support disk, net and process #2

Open drsect0r opened 7 years ago

drsect0r commented 7 years ago

Provide additional support for disk, net and process information. (https://github.com/shirou/gopsutil/)

deankarn commented 7 years ago

Hey @drsect0r

This library is more geared towards the stats of the Go program/process rather than the host system itself, I am however ok with also adding disk, net and process information.

I definitely won't have any time to work on this any time soon and any help anyone could provide would be great 👍