From af86e9cb5f81a0566ff6577b163b31d09c67dbb4 Mon Sep 17 00:00:00 2001 From: Akashdeep Dhar Date: Dec 03 2021 17:46:52 +0000 Subject: Merge branch 'updated-documentation' into 'main' Updated documentation to mark recent release Closes #11 See merge request t0xic0der/obserware!30 --- diff --git a/README.md b/README.md index 7053ff1..ab2b2af 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Obserware -> Version 0.2.0 - An advanced system monitor utility written in Python and Qt ## Installation @@ -31,25 +29,38 @@ An advanced system monitor utility written in Python and Qt ## Screenshots -> These screenshots hail from **Obserware v0.2.0**. - -1. Windows - 1. Performance tabscreen +1. **Windows** + 1. _Performance tabscreen_ + Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_mainperf.png ![](screenshots/obsr_mainperf.png) - 2. Process tabscreen + 2. _Processes tabscreen_ + Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_mainproc.png ![](screenshots/obsr_mainproc.png) - 3. Information tabscreen + 3. _Information tabscreen_ + Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_maininfo.png ![](screenshots/obsr_maininfo.png) - 4. Contribute tabscreen + 4. _Contribute tabscreen_ + Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_maincntb.png ![](screenshots/obsr_maincntb.png) -2. Dialogs - 1. Storage counters dialog +2. **Dialogs** + 1. _CPU cycles dialog_ + Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_cyclwind.png + ![](screenshots/obsr_cyclwind.png) + 2. _CPU times dialog_ + Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_cputwind.png + ![](screenshots/obsr_cputwind.png) + 3. _Storage counters dialog_ + Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_sostwind.png ![](screenshots/obsr_sostwind.png) - 2. Network statistics dialog + 4. _Network statistics dialog_ + Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_ntwkwind.png ![](screenshots/obsr_ntwkwind.png) - 3. Physical partitions dialog + 5. _Physical partitions dialog_ + Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_phptwind.png ![](screenshots/obsr_phptwind.png) - 4. Logical partitions dialog + 6. _Logical partitions dialog_ + Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_lgptwind.png ![](screenshots/obsr_lgptwind.png) - 5. Process information dialog + 7. _Process information dialog_ + Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_procwind.png ![](screenshots/obsr_procwind.png) diff --git a/screenshots/obsr_cputwind.png b/screenshots/obsr_cputwind.png index c64718e..c0ee7f0 100644 Binary files a/screenshots/obsr_cputwind.png and b/screenshots/obsr_cputwind.png differ diff --git a/screenshots/obsr_cyclwind.png b/screenshots/obsr_cyclwind.png new file mode 100644 index 0000000..4cb8c57 Binary files /dev/null and b/screenshots/obsr_cyclwind.png differ diff --git a/screenshots/obsr_lgptwind.png b/screenshots/obsr_lgptwind.png index df19dbf..632d8d2 100644 Binary files a/screenshots/obsr_lgptwind.png and b/screenshots/obsr_lgptwind.png differ diff --git a/screenshots/obsr_maincntb.png b/screenshots/obsr_maincntb.png index 837fb74..6f09ec2 100644 Binary files a/screenshots/obsr_maincntb.png and b/screenshots/obsr_maincntb.png differ diff --git a/screenshots/obsr_maininfo.png b/screenshots/obsr_maininfo.png index b6a4317..4a73f47 100644 Binary files a/screenshots/obsr_maininfo.png and b/screenshots/obsr_maininfo.png differ diff --git a/screenshots/obsr_mainperf.png b/screenshots/obsr_mainperf.png index 32c9905..1f1ef22 100644 Binary files a/screenshots/obsr_mainperf.png and b/screenshots/obsr_mainperf.png differ diff --git a/screenshots/obsr_mainproc.png b/screenshots/obsr_mainproc.png index 6d104f5..a432dce 100644 Binary files a/screenshots/obsr_mainproc.png and b/screenshots/obsr_mainproc.png differ diff --git a/screenshots/obsr_ntwkwind.png b/screenshots/obsr_ntwkwind.png index c66005c..908b14e 100644 Binary files a/screenshots/obsr_ntwkwind.png and b/screenshots/obsr_ntwkwind.png differ diff --git a/screenshots/obsr_phptwind.png b/screenshots/obsr_phptwind.png index b56f0ff..ffea1dc 100644 Binary files a/screenshots/obsr_phptwind.png and b/screenshots/obsr_phptwind.png differ diff --git a/screenshots/obsr_procwind.png b/screenshots/obsr_procwind.png index 8ebde10..1a25e59 100644 Binary files a/screenshots/obsr_procwind.png and b/screenshots/obsr_procwind.png differ diff --git a/screenshots/obsr_sostwind.png b/screenshots/obsr_sostwind.png index b93c5f5..fb96a7f 100644 Binary files a/screenshots/obsr_sostwind.png and b/screenshots/obsr_sostwind.png differ