Revise status nomenclature
[khatus.git] / README.md
1 khatus
2 ======
3 ![mascot](mascot.jpg)
4
5 Experimental system-monitor and status (bar) reporter I use with
6 [dwm](https://dwm.suckless.org/) on GNU/Linux.
7
8 ![screenshot](screenshot.png)
9
10 Experiments
11 -----------
12 The approaches experimented-with so far (later versions do not _necessarily_
13 obsolete earlier ones, they're just different):
14
15 | Name | Status | Language | Tested-on | Description |
16 |--------|---------------------|-----------|-------------------------|-------------|
17 | __x1__ | Archive, complete | Bash, AWK | Ubuntu 16.04 | Single, synchronous script, saving state in text files |
18 | __x2__ | Legacy , complete | Bash, AWK | Debian 10, Ubuntu 18.04 | Parallel processes: collectors, cache and reporters; passing messages through a single named pipe |
19 | __x3__ | Archive, incomplete | OCaml | Debian 10 | Re-write and refinement of __x2__ |
20 | __x4__ | Archive, incomplete | Dash, AWK | Debian 10 | Sensors are completely decoupled daemons, cache is a file tree |
21 | __x5__ | Current, incomplete | C | Ubuntu 18.04 | Sensors are completely decoupled daemons, writing to dedicated named pipes, bar repeatedly `select`s and reads the pipes. |
This page took 0.044926 seconds and 5 git commands to generate.