README.md

Obserware

An advanced system monitor utility written in Python and Qt

Installation

Development

  1. sudo dnf install python3-poetry
  2. git clone https://gitlab.com/t0xic0der/obserware.git
  3. cd obserware
  4. virtualenv venv
  5. source venv/bin/activate
  6. poetry install
  7. deactivate

Consumption

  1. virtualenv venv
  2. source venv/bin/activate
  3. pip3 install obserware
  4. deactivate

Usage

  1. source venv/bin/activate
  2. obserware
  3. deactivate

Screenshots

  1. Windows
  2. Performance tabscreen
    Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_mainperf.png
  3. Processes tabscreen
    Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_mainproc.png
  4. Information tabscreen
    Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_maininfo.png
  5. Contribute tabscreen
    Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_maincntb.png
  6. Dialogs
  7. CPU cycles dialog
    Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_cyclwind.png
  8. CPU times dialog
    Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_cputwind.png
  9. Storage counters dialog
    Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_sostwind.png
  10. Network statistics dialog
    Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_ntwkwind.png
  11. Physical partitions dialog
    Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_phptwind.png
  12. Logical partitions dialog
    Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_lgptwind.png
  13. Process information dialog
    Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_procwind.png