puls ("pulse" in several Slavic languages) is planned as a low-overhead, cross-platform terminal system monitor.
| Today | Planned | |
|---|---|---|
main.c |
Prints "Sysmon-CLI starting..." and exits |
Terminal UI, refresh loop |
metrics.c |
Empty placeholder | CPU/memory/disk/network collection |
Note
No metrics collection is wired up yet — this is a scaffold, not a usable monitor.
git clone https://github.com/NoamFav/Puls && cd Puls
cc src/*.c -o puls && ./puls
Made with ♥ by NoamFav
