flask-state
flask-state copied to clipboard
Display machine state using Python3 with Flask.
Flask mentions [Implementing API Exceptions](https://flask.palletsprojects.com/en/1.1.x/patterns/apierrors/) in docs, which MAY be better than what we used in current project. ```python from flask import jsonify class InvalidUsage(Exception): status_code = 400 def __init__(self,...
I believe the temperature of the machine will be an interesting feature as the machines overheat when running deep learning models locally. Boot time, number of threads can be an...
GPU stats can be included too Also temperature of CPU and other internal components and the relation between usage and temperature can be interesting stats to look at... Besides, if...
This is more like a question, not actually a feature request. For me right now it is unclear if I can use this project together with Prometheus stack. It is...
The scheduled task time of our system conflicts with this scheduled task time, which leads to high CPU usage at a certain moment.