EN: Application for managing laboratory computing resources on Linux machines. It allows real-time monitoring of resources, storage of information and automated and easy management of jobs on multiple machines (local and remote).
PT: Aplicação para gerenciamento de recursos computacionais de laboratório em máquinas Linux. Permite o monitoramento de recursos em tempo real, armazenamento de informações e gerenciamento automatizado e fácil de trabalhos em múltiplas máquinas (locais e remotas).
EN: LabMonitor allows you to:
- Collect and store usage information from Linux machines in real time.
- Schedule the use of computing resources.
- Automatic and easy job queue management on multiple Linux machines.
- Dashboard for submitting and monitoring jobs, viewing statistics, managing computer resources and users.
PT: LabMonitor permite:
- Coletar e armazenar informações de uso de máquinas Linux em tempo real.
- Agendar utilização de recursos computacionais.
- Gerenciamento automático e fácil de fila de trabalhos em múltiplas máquinas Linux.
- Dashboard para submeter e acompanhar trabalhos, visualizar estatísticas, gerenciar recursos computacionais e usuários.
python3.12 main.py -s
For detailed instructions on how to set up and install the project, refer to the installation guide at the link below: Installation
To build documentation, go to the root of the project (labmonitor/docs/)and run
make html
The documentation will be available under the docs/build/html/index.html file.