I have been playing around on port 36330 to automate some more detailed stats, and I see that the simulation-info command provides "energy" and "temperature" fields which are always 0.
Code: Select all
# echo -e "simulation-info 0\x0dexit\x0d" | nc 127.0.0.1 36330|egrep -v -e Welcome -e '>' -e PyON -e '\-\-\-'
{"user": "level6", "team": "262711", "project": 16437, "run": 0, "clone": 585, "gen": 3, "core_type": 167, "core": "GRO_A7", "total_iterations": 100, "iterations_done": 89, "energy": 0, "temperature": 0, "start_time": "2020-05-05T02:47:30Z", "timeout": 0, "deadline": 1589251650, "eta": 1872, "progress": 0.896575, "slot": 0}
What should be filling those fields in? Is there a hook to allow me to fill them in? I am gathering temperature information, otherwise, on each system. What does "energy" mean, specifically? Are these fields documented, anywhere? The
3rd party FAHClient API Wiki does not get that detailed.