This project was bootstrapped with Create React App, it uses Material UI (MUI), Express and D3
The monitor's purpose is to display the current CPU load average with a chart and notify the user in case of high load average reached during x min. The high load limit, the time needed to consider a high load / recovery time and the window history are configurable in the code (in file src/data/reducers/ConfigContext.jsx) and will be soon available in the settings panel.
npm i
npm run dev
NB: This is a project running on unix only so far.