Retoor software development Projects Research SearchXNG
Register Sign In

11 lines
304 B
Markdown
Raw Normal View History

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
## Version 0.1.0 - 2025-12-13
A new system monitoring tool, rtop, has been added. It provides real-time information about CPU, memory, processes, network, disk, and filesystem usage.
**Changes:** 24 files, 2293 lines
**Languages:** C (1927 lines), Markdown (331 lines), Other (35 lines)
Reference in New Issue Copy Permalink
4bd31393cc
rtop/CHANGELOG.md
Response time: 49ms
Mail Licenses API