madMAx43v3r / chia-plotter

Apache License 2.0
2.27k stars 664 forks source link

background logging with stats #990

Open risner opened 2 years ago

risner commented 2 years ago

Add -l log file option to record most things going to std::cout in a log file. It also supports periodic (every 60 seconds) system stats to be added to the log for FreeBSD. The used sysctl calls should port to Linux with little changes, but I've not test on Linux.

risner commented 2 years ago

Can anyone else contribute Linux version of the sysctl calls?