windelbouwman / lognplot

Plotting and logging of real-time data for desktop.
GNU General Public License v3.0
79 stars 11 forks source link

Feature request: adapter for icecream (distributed computing cluster) #32

Open TimonTerBraak opened 4 years ago

TimonTerBraak commented 4 years ago

Distributed compiler with a central scheduler to share build load: https://github.com/icecc/icecream

icecream comes with an 'icecream monitor' to visualize the active workload and distribution among the connected clients. It would be nice to visualize that in lognplot as well. The monitor works by listening on a UDP port. I guess it would be doable to translate the info to lognplot.

windelbouwman commented 4 years ago

Agreed that this appears do-able as a python script. This would make for a great first issue!