https://github.com/0xafz/ttop
Simple Resource Monitor in C
https://github.com/0xafz/ttop
Last synced: 3 months ago
JSON representation
Simple Resource Monitor in C
- Host: GitHub
- URL: https://github.com/0xafz/ttop
- Owner: 0xAFz
- License: mit
- Created: 2024-12-31T01:13:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-28T12:10:14.000Z (4 months ago)
- Last Synced: 2025-01-28T13:29:17.732Z (4 months ago)
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ttop
Simple Resource Monitor in C
## Build
```bash
gcc main.c -o ttop
```## Run
```bash
./ttop
```