Commit | Line | Data |
---|---|---|
756b9d5a SK |
1 | khatus |
2 | ====== | |
a9038fad | 3 | ![mascot](mascot.jpg) |
756b9d5a | 4 | |
44fc2f3d | 5 | Experimental system-monitor and status (bar) reporter I use with |
61c33dc2 | 6 | [dwm](https://dwm.suckless.org/) on GNU/Linux. |
756b9d5a SK |
7 | |
8 | ![screenshot](screenshot.jpg) | |
55407653 | 9 | |
499c58a2 SK |
10 | Experiments |
11 | ----------- | |
12 | The approaches experimented-with so far (later versions do not _necessarily_ | |
13 | obsolete earlier ones, they're just different): | |
4c703fad | 14 | |
4411059d SK |
15 | | Name | Status | Language | Tested-on | Description | |
16 | |--------|-----------|-----------|--------------|-------------| | |
17 | | __x1__ | Archived | Bash, AWK | Ubuntu 16.04 | Single, synchronous script, saving state in text files | | |
18 | | __x2__ | In-use | Bash, AWK | Debian 10 | Parallel processes: collectors, cache and reporters; passing messages over pipes | | |
19 | | __x3__ | Scratched | OCaml | Debian 10 | Re-write and refinement of __x2__ | | |
20 | | __x4__ | In-dev | Dash, AWK | Debian 10 | Sensors are completely decoupled daemons, cache is a file tree | |