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.
2025-12-13 05:38:27 +01:00
# Changelog
2025-12-13 05:45:50 +01:00
2025-12-13 05:50:33 +01:00
## Version 0.3.0 - 2025-12-13
The interface now uses tabs to organize information into five different views. You can now automatically rotate between these tabs and pause copy/paste operations.
**Changes:** 2 files, 261 lines
**Languages:** Markdown (261 lines)
2025-12-13 05:45:50 +01:00
## Version 0.2.0 - 2025-12-13
The rtop tool now includes updated C source code. This improves the tool's functionality and performance.
**Changes:** 2 files, 97 lines
**Languages:** C (97 lines)
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.
2025-12-13 05:38:27 +01:00
## Version 0.1.0 - 2025-12-13
2025-12-13 05:40:55 +01:00
The application now includes a CPU tab with core usage and temperature details. Users can view memory, process, network, disk, and filesystem statistics, along with improved memory detail views.
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.
2025-12-13 05:38:27 +01:00
2025-12-13 05:40:55 +01:00
**Changes:** 3 files, 205 lines
**Languages:** C (205 lines)