Commit Graph

4 Commits

Author SHA1 Message Date
37fe944e7c feat: add tabbed interface with 5 dedicated views
feat: implement auto-rotate tabs at configurable interval
feat: add pause mode for copy/paste operations
feat: update memory and swap usage statistics with task summary
feat: update network interface statistics with rx/tx rates and ip addresses
feat: update disk i/o statistics with iops
feat: change color-coded output to color-coded progress bars
feat: add -r option for auto-rotate tabs
feat: update options section in readme
feat: update tabs section in readme
feat: update key bindings section in readme
feat: update data sources section in readme
docs: update readme with new features and options
feat: implement tab navigation with arrow keys
2025-12-13 05:50:33 +01:00
0f61b50a76 feat: update c files 2025-12-13 05:45:50 +01:00
166092bd6f feat: add cpu tab and detail view
refactor: move display overview to display.c
feat: display cpu core usage and temperature
feat: display memory usage and swap
feat: display process list with basic info
feat: format bytes for memory and disk stats
feat: display network interfaces and disk stats
feat: display filesystem stats
feat: update memory detail view to include task info
2025-12-13 05:40:55 +01:00
11926c5459 feat: implement rtop system monitoring tool
feat: add basic system information display
feat: implement cpu monitoring
feat: implement memory monitoring
feat: implement process monitoring
feat: implement network monitoring
feat: implement disk monitoring
feat: implement filesystem monitoring
feat: add terminal control handling
feat: create initial project structure
feat: add build system with makefile
feat: add readme documentation
2025-12-13 05:38:27 +01:00