https://github.com/tamdaz/crtop
A resource monitor made with Crystal
https://github.com/tamdaz/crtop
Last synced: about 1 year ago
JSON representation
A resource monitor made with Crystal
- Host: GitHub
- URL: https://github.com/tamdaz/crtop
- Owner: tamdaz
- License: apache-2.0
- Created: 2025-04-13T22:33:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-13T22:37:09.000Z (about 1 year ago)
- Last Synced: 2025-04-13T23:33:21.321Z (about 1 year ago)
- Language: Crystal
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crtop
```
██████╗██████╗ ████████╗ ██████╗ ██████╗
██╔════╝██╔══██╗╚══██╔══╝██╔═══██╗██╔══██╗
██║ ██████╔╝ ██║ ██║ ██║██████╔╝
██║ ██╔══██╗ ██║ ██║ ██║██╔═══╝
╚██████╗██║ ██║ ██║ ╚██████╔╝██║
╚═════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝
```
crtop is a program that monitors all processes, CPU, RAM and disks. Inspired by https://github.com/aristocratos/btop.
## Screenshots
TODO: Add screenshots.
## Tasks
- [ ] Setup the CPU part.
- [ ] Setup the proc part where we have a list of running processes.
- [ ] Setup the mem part.
- [ ] Setup the disks part where we have all partitions. Each latter has a used & free.
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [tamdaz](https://github.com/tamdaz) - creator and maintainer