Projects
Things I've built
proc-cpu-monitor
Stack: Bash, Linux /proc filesystem
A terminal CPU monitoring tool built on top of the Linux /proc filesystem. Reads /proc/stat to compute real-time CPU usage percentages per field (user, system, iowait, idle, etc.) and renders them as live bar graphs in the terminal. Extends the original work from YSAP's bash series with uptime display via /proc/uptime, a load average bar from /proc/loadavg, and color-coded usage thresholds using ANSI escape codes.