This is a simple Python Flask web application. The app provides system information and a realtime monitoring screen with dials showing CPU, memory, IO and process information. The app has been ...
Gitlab now offers the ability to do continuous integration tests on each push, using a specially created machine (usually a cloud vm) called a runner. You can find a ...