feat: add complete rtop system monitoring tool with cpu, memory, process, network, disk, and filesystem modules

Implement the initial project structure for rtop, a terminal-based system monitor written in C, including header files for all monitoring subsystems (cpu.h, memory.h, process.h, network.h, disk.h, filesystem.h, system.h, terminal.h, display.h), a Makefile with static linking and debug build support, a .gitignore for object files, a CHANGELOG documenting version 0.1.0, and a comprehensive README with build instructions, usage examples, and feature descriptions covering per-core CPU utilization, memory/swap stats, process listing with sort options, network interface rates, disk I/O, and filesystem usage with color-coded output and terminal resize handling.
This commit is contained in:
2025-12-13 04:38:27 +00:00
commit 4bd31393cc
25 changed files with 2303 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
obj